[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/include/llvm/CodeGen/SelectionDAG.h

2006-10-02 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.130 - 1.131 --- Log message: Add ability to annotate (color) nodes in a viewGraph. --- Diffs of the changes: (+20 -1) SelectionDAG.h | 21 - 1 files changed, 20 insertions(+), 1 deletion(-)

[llvm-commits] CVS: llvm/include/llvm/Support/DOTGraphTraits.h GraphWriter.h

2006-10-02 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: DOTGraphTraits.h updated: 1.14 - 1.15 GraphWriter.h updated: 1.29 - 1.30 --- Log message: Add ability to annotate (color) nodes in a viewGraph. --- Diffs of the changes: (+4 -2) DOTGraphTraits.h |4 +++- GraphWriter.h|2 +- 2

[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

[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

2006-10-02 Thread Jim Laskey
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.91 - 1.92 --- Log message: Update documentaion of node annotation (coloring) in viewGraph. --- Diffs of the changes: (+14 -2) ProgrammersManual.html | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-)

[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-commits] CVS: llvm/autoconf/configure.ac

2006-10-02 Thread Chris Lattner
Changes in directory llvm/autoconf: configure.ac updated: 1.246 - 1.247 --- Log message: Fix misleading warning message --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/autoconf/configure.ac diff -u

[llvm-commits] CVS: llvm/configure

2006-10-02 Thread Chris Lattner
Changes in directory llvm: configure updated: 1.250 - 1.251 --- Log message: fix misleading warning --- Diffs of the changes: (+2 -2) configure |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/configure diff -u llvm/configure:1.250 llvm/configure:1.251 ---

[llvm-commits] CVS: llvm/projects/Stacker/lib/Makefile

2006-10-02 Thread Reid Spencer
Changes in directory llvm/projects/Stacker/lib: Makefile updated: 1.6 - 1.7 --- Log message: Don't build the runtime library if LLVMGCC is not configured. --- Diffs of the changes: (+5 -0) Makefile |5 + 1 files changed, 5 insertions(+) Index: llvm/projects/Stacker/lib/Makefile

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/fp.ll

2006-10-02 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: fp.ll updated: 1.1 - 1.2 --- Log message: fix the names of the 64bit fp register initial support for returning 64bit floating point numbers --- Diffs of the changes: (+10 -2) fp.ll | 12 ++-- 1 files changed, 10

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp ARMInstrInfo.td ARMRegisterInfo.td

2006-10-02 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.48 - 1.49 ARMInstrInfo.td updated: 1.29 - 1.30 ARMRegisterInfo.td updated: 1.4 - 1.5 --- Log message: fix the names of the 64bit fp register initial support for returning 64bit floating point numbers --- Diffs of the

[llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h

2006-10-02 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.60 - 1.61 --- Log message: Move DominatorTree to immediately follow DominatorTreeBase --- Diffs of the changes: (+56 -56) Dominators.h | 112 +-- 1 files