Changes in directory llvm/lib/Analysis:
CFGPrinter.cpp updated: 1.27 -> 1.28
---
Log message:
Fix PR 1497: http://llvm.org/PR1497
Use separate pass id for CFGOnlyPrinter.
---
Diffs of the changes: (+2 -0)
CFGPrinter.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Analys
Changes in directory llvm/lib/Analysis:
CFGPrinter.cpp updated: 1.26 -> 1.27
---
Log message:
Add passes -view-cfg and -view-cfg-only that are like -print-cfg and
-print-cfg-only except they use the ViewCFG function, which displays the
CFG rendered with graphviz with gv.
---
Diffs of the chan
Changes in directory llvm/lib/Analysis:
CFGPrinter.cpp updated: 1.17 -> 1.18
---
Log message:
Needs the iostream include.
---
Diffs of the changes: (+1 -0)
CFGPrinter.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Analysis/CFGPrinter.cpp
diff -u llvm/lib/Analysis/CFGPrinte
Changes in directory llvm/lib/Analysis:
CFGPrinter.cpp updated: 1.16 -> 1.17
InstCount.cpp updated: 1.14 -> 1.15
IntervalPartition.cpp updated: 1.31 -> 1.32
LoopInfo.cpp updated: 1.76 -> 1.77
PostDominators.cpp updated: 1.57 -> 1.58
ScalarEvolution.cpp updated: 1.50 -> 1.51
---
Log message:
Eli
Changes in directory llvm/lib/Analysis:
CFGPrinter.cpp updated: 1.15 -> 1.16
---
Log message:
For PR801: http://llvm.org/PR801 :
Refactor the Graph writing code to use a common implementation which is
now in lib/Support/GraphWriter.cpp. This completes the PR.
Patch by Anton Korobeynikov. Thank
Changes in directory llvm/lib/Analysis:
CFGPrinter.cpp updated: 1.14 -> 1.15
---
Log message:
For PR798: http://llvm.cs.uiuc.edu/PR798 :
Add support for Graphviz. Patch contributed by Anton Korobeynikov.
---
Diffs of the changes: (+66 -14)
CFGPrinter.cpp | 80