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

2006-09-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.200 -> 1.201 --- Log message: Can't move a load node if it's chain is not used. --- Diffs of the changes: (+22 -1) DAGCombiner.cpp | 23 ++- 1 files changed, 22 insertions(+), 1 deletion(-)

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

2006-09-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.201 -> 1.202 --- Log message: Wrong size for load --- Diffs of the changes: (+8 -2) DAGCombiner.cpp | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/DAGCo

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

2006-09-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.202 -> 1.203 --- Log message: Chain can be any operand --- Diffs of the changes: (+9 -11) DAGCombiner.cpp | 20 +--- 1 files changed, 9 insertions(+), 11 deletions(-) Index: llvm/lib/CodeGen/S

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php testers.php

2006-09-26 Thread Jim Laskey
Changes in directory nightlytest-serverside: NightlyTestAccept.php updated: 1.58 -> 1.59 testers.php updated: 1.2 -> 1.3 --- Log message: Odds and sods --- Diffs of the changes: (+3 -3) NightlyTestAccept.php |2 -- testers.php |4 +++- 2 files changed, 3 insertions(+), 3 d

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

2006-09-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.203 -> 1.204 --- Log message: Load chain check is not needed --- Diffs of the changes: (+1 -24) DAGCombiner.cpp | 25 + 1 files changed, 1 insertion(+), 24 deletions(-) Index: llvm/lib

[llvm-commits] CVS: llvm-test/Makefile.programs

2006-09-26 Thread Jim Laskey
Changes in directory llvm-test: Makefile.programs updated: 1.226 -> 1.227 --- Log message: Set combiner-alias-analysis as llc-beta for PPC and x86 --- Diffs of the changes: (+2 -2) Makefile.programs |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.pr

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

2006-09-26 Thread Andrew Lenharth
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.340 -> 1.341 SelectionDAGISel.cpp updated: 1.279 -> 1.280 --- Log message: Comments on JumpTableness --- Diffs of the changes: (+4 -0) SelectionDAG.cpp |1 + SelectionDAGISel.cpp |3 +++ 2 files chan

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

2006-09-26 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: PrologEpilogInserter.cpp updated: 1.58 -> 1.59 --- Log message: Rename function. It's determining which callee-save registers to save. --- Diffs of the changes: (+7 -7) PrologEpilogInserter.cpp | 14 +++--- 1 files changed, 7 insertions(+), 7

[llvm-commits] CVS: llvm/utils/TableGen/AsmWriterEmitter.cpp

2006-09-26 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: AsmWriterEmitter.cpp updated: 1.41 -> 1.42 --- Log message: Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and has no associated operand. This is useful for portably encoding stuff like the comment character into an asm strin

[llvm-commits] CVS: llvm/utils/TableGen/AsmWriterEmitter.cpp

2006-09-26 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: AsmWriterEmitter.cpp updated: 1.42 -> 1.43 --- Log message: Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h --- Diffs of the changes: (+3 -3) AsmWriterEmitter.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deleti

[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h

2006-09-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.49 -> 1.50 --- Log message: Add support for ${:comment}, which expands to the current target's comment character, and ${:uid} which expands to a unique ID for the MachineInstr. More can be added if/when they are needed.

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

2006-09-26 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.99 -> 1.100 --- Log message: Add support for ${:comment}, which expands to the current target's comment character, and ${:uid} which expands to a unique ID for the MachineInstr. More can be added if/when they are needed. --- D

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

2006-09-26 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.100 -> 1.101 --- Log message: Add support for ${:private} which prints "L" on darwin. --- Diffs of the changes: (+3 -1) AsmPrinter.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/Asm

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2006-09-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.242 -> 1.243 --- Log message: Use abstract private/comment directives, to increase portability to ppc/linux --- Diffs of the changes: (+18 -13) PPCInstrInfo.td | 31 ++- 1 files changed,

[llvm-commits] CVS: llvm/test/Regression/Analysis/Dominators/2006-09-26-PostDominanceFrontier.ll

2006-09-26 Thread Devang Patel
Changes in directory llvm/test/Regression/Analysis/Dominators: 2006-09-26-PostDominanceFrontier.ll added (r1.1) --- Log message: Add http://llvm.org/bugs/show_bug.cgi?id=923 test case. --- Diffs of the changes: (+100 -0) 2006-09-26-PostDominanceFrontier.ll | 100 ++

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/TailDuplication.cpp

2006-09-26 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: TailDuplication.cpp updated: 1.32 -> 1.33 --- Log message: set DEBUG_TYPE right --- Diffs of the changes: (+1 -0) TailDuplication.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Transforms/Scalar/TailDuplication.cpp diff -u l