[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Printer.cpp

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.88 - 1.89 --- Log message: Remove the 'printname' argument to WriteAsOperand. It is always true, and passing false would make the asmprinter fail anyway. --- Diffs of the changes: (+2 -2) Printer.cpp |4 ++--

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Printer.cpp

2006-11-17 Thread Bill Wendling
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.86 - 1.87 --- Log message: Needed iostream for now. --- Diffs of the changes: (+1 -0) Printer.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Analysis/DataStructure/Printer.cpp diff -u

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Printer.cpp

2006-10-02 Thread Jim Laskey
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.85 - 1.86 --- Log message: Add ability to annotate (color) nodes in a viewGraph. --- Diffs of the changes: (+1 -1) Printer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Printer.cpp

2006-06-27 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.84 - 1.85 --- 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

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Printer.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.83 - 1.84 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Add support for Graphviz. Patch contributed by Anton Korobeynikov. --- Diffs of the changes: (+82 -6) Printer.cpp | 88