[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2007-06-18 Thread Dan Gohman
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.46 -> 1.47 --- Log message: Make chain dependencies blue, in addition to being dashed. --- Diffs of the changes: (+1 -1) SelectionDAGPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-11-17 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.43 -> 1.44 --- Log message: Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. --- Diffs of the changes: (+1 -0) SelectionDAGPrinter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-11-09 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.42 -> 1.43 --- Log message: Rename ISD::MemOpAddrMode to ISD::MemIndexedMode --- Diffs of the changes: (+2 -2) SelectionDAGPrinter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-10-20 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.40 -> 1.41 --- Log message: Make flag and chain edges visually distinguishable from value edges in DOT output. --- Diffs of the changes: (+16 -1) SelectionDAGPrinter.cpp | 17 - 1 files

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-10-17 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.39 -> 1.40 --- Log message: Fix printer for StoreSDNode. --- Diffs of the changes: (+5 -4) SelectionDAGPrinter.cpp |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/lib/Code

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-10-10 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.36 -> 1.37 --- Log message: Also update getNodeLabel for LoadSDNode. --- Diffs of the changes: (+21 -0) SelectionDAGPrinter.cpp | 21 + 1 files changed, 21 insertions(+) Index: llv

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-10-02 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.35 -> 1.36 --- Log message: Debugging kruft --- Diffs of the changes: (+0 -3) SelectionDAGPrinter.cpp |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-10-02 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.34 -> 1.35 --- Log message: Add ability to annotate (color) nodes in a viewGraph. --- Diffs of the changes: (+69 -1) SelectionDAGPrinter.cpp | 70 +++- 1 file

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-06-27 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.32 -> 1.33 --- 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 Anto

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-06-05 Thread Reid Spencer
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.31 -> 1.32 --- Log message: For PR798: http://llvm.cs.uiuc.edu/PR798 : Provide GraphViz support for MingW32. Patch provided by Anton Korobeynikov --- Diffs of the changes: (+56 -13) SelectionDAGPrinter.c

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2006-03-05 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.30 -> 1.31 --- Log message: print arbitrary constant pool entries --- Diffs of the changes: (+9 -0) SelectionDAGPrinter.cpp |9 + 1 files changed, 9 insertions(+) Index: llvm/lib/CodeGen/Se

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2005-11-19 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.27 -> 1.28 --- Log message: more progress towards bug 291: http://llvm.cs.uiuc.edu/PR291 being finished. Patch by Owen Anderson, HAVE_GV case fixed up by me. --- Diffs of the changes: (+17 -12) Select

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2005-11-18 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.26 -> 1.27 --- Log message: Improve Selection DAG printer portability. Patch by Owen Anderson! --- Diffs of the changes: (+6 -4) SelectionDAGPrinter.cpp | 10 ++ 1 files changed, 6 insertions(

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

2005-11-18 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGPrinter.cpp updated: 1.25 -> 1.26 --- Log message: Teach the graph viewer to handle register operands that are zero. --- Diffs of the changes: (+1 -1) SelectionDAGPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1 delet