[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/rlwinm2.ll

2006-09-21 Thread Nate Begeman
Changes in directory llvm/test/Regression/CodeGen/PowerPC: rlwinm2.ll added (r1.1) --- Log message: Testcase for better rotate left and mask support --- Diffs of the changes: (+30 -0) rlwinm2.ll | 30 ++ 1 files changed, 30 insertions(+) Index: llvm/test/Reg

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2006-09-21-IncompleteElementType.c

2006-09-21 Thread Bill Wendling
Changes in directory llvm/test/Regression/CFrontend: 2006-09-21-IncompleteElementType.c added (r1.1) --- Log message: Regression testcase for PR855: http://llvm.org/PR855 . --- Diffs of the changes: (+3 -0) 2006-09-21-IncompleteElementType.c |3 +++ 1 files changed, 3 insertions(+) I

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp PPCInstrInfo.td README.txt

2006-09-21 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.210 -> 1.211 PPCInstrInfo.td updated: 1.241 -> 1.242 README.txt updated: 1.99 -> 1.100 --- Log message: Fold AND and ROTL more often --- Diffs of the changes: (+62 -62) PPCISelDAGToDAG.cpp | 66 +

[llvm-commits] CVS: llvm/lib/VMCore/Dominators.cpp

2006-09-21 Thread Devang Patel
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.76 -> 1.77 --- Log message: remove extra white spaces. --- Diffs of the changes: (+1 -1) Dominators.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/Dominators.cpp diff -u llvm/lib/VMCore/

[llvm-commits] CVS: llvm/lib/VMCore/Dominators.cpp

2006-09-21 Thread Devang Patel
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.75 -> 1.76 --- Log message: Use iterative algorith to assign DFS number. This reduces call stack depth. --- Diffs of the changes: (+47 -0) Dominators.cpp | 47 +++ 1 files changed,

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

2006-09-21 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: ET-Forest.h updated: 1.6 -> 1.7 --- Log message: Use iterative algorith to assign DFS number. This reduces call stack depth. --- Diffs of the changes: (+1 -10) ET-Forest.h | 11 +-- 1 files changed, 1 insertion(+), 10 deletions(-)

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

2006-09-21 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.262 -> 1.263 --- Log message: don't allow 'imm' or specific imms, like '1' on the LHS of a binop. This shrinks X86GenDAGISel by ~330 lines. --- Diffs of the changes: (+13 -4) DAGISelEmitter.cpp | 17 +

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

2006-09-21 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.196 -> 1.197 --- Log message: Make it work for DAG combine of multi-value nodes. --- Diffs of the changes: (+7 -2) DAGCombiner.cpp |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) Index: llvm/

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

2006-09-21 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.261 -> 1.262 --- Log message: Fit to 80 columns. --- Diffs of the changes: (+13 -13) DAGISelEmitter.cpp | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) Index: llvm/utils/TableGen

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile updated: 1.2 -> 1.3 --- Log message: For some reason, I'd modified this to pick up the Makefile.FORTRAN at "LEVEL" instead of "PROJ_SRC_ROOT". --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1

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

2006-09-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.195 -> 1.196 --- Log message: core corrections --- Diffs of the changes: (+4 -10) DAGCombiner.cpp | 14 -- 1 files changed, 4 insertions(+), 10 deletions(-) Index: llvm/lib/CodeGen/SelectionDAG/DA

[llvm-commits] CVS: llvm/include/llvm/LinkTimeOptimizer.h

2006-09-21 Thread Devang Patel
Changes in directory llvm/include/llvm: LinkTimeOptimizer.h updated: 1.7 -> 1.8 --- Log message: Use abstract class to facilitate dlopen() interface. --- Diffs of the changes: (+20 -2) LinkTimeOptimizer.h | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) In

[llvm-commits] CVS: llvm/tools/lto/lto.cpp

2006-09-21 Thread Devang Patel
Changes in directory llvm/tools/lto: lto.cpp updated: 1.16 -> 1.17 --- Log message: Use abstract class to facilitate dlopen() interface. --- Diffs of the changes: (+5 -5) lto.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/tools/lto/lto.cpp diff -u llv

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

2006-09-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.194 -> 1.195 --- Log message: Basic "in frame" alias analysis. --- Diffs of the changes: (+49 -1) DAGCombiner.cpp | 50 +- 1 files changed, 49 insertions(+), 1 d

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

2006-09-21 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: select.ll updated: 1.8 -> 1.9 --- Log message: more condition codes --- Diffs of the changes: (+43 -2) select.ll | 45 +++-- 1 files changed, 43 insertions(+), 2 deletions(-) Index: llvm/test

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

2006-09-21 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.46 -> 1.47 --- Log message: more condition codes --- Diffs of the changes: (+8 -1) ARMISelDAGToDAG.cpp |9 - 1 files changed, 8 insertions(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll long.ll ret0.ll

2006-09-21 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll added (r1.1) long.ll updated: 1.1 -> 1.2 ret0.ll (r1.1) removed --- Log message: if a constant can't be an immediate, add it to the constant pool --- Diffs of the changes: (+33 -3) constants.ll | 31 +

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

2006-09-21 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.45 -> 1.46 --- Log message: if a constant can't be an immediate, add it to the constant pool --- Diffs of the changes: (+34 -4) ARMISelDAGToDAG.cpp | 38 ++ 1 files changed, 34 in

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

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test: Makefile.nagfortran updated: 1.6 -> 1.7 --- Log message: Change so that access to the "filepp" shell script is found in the PROJ_SRC_ROOT instead of LEVEL. --- Diffs of the changes: (+2 -2) Makefile.nagfortran |4 ++-- 1 files changed, 2 insertions(+),

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile updated: 1.1 -> 1.2 --- Log message: Needed the stdin/stdout filenames. --- Diffs of the changes: (+5 -1) Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP20

[llvm-commits] CVS: llvm-test/configure

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test: configure updated: 1.40 -> 1.41 --- Log message: Added generating of the Makefile.nagfortran in the build directory. --- Diffs of the changes: (+29 -23) configure | 52 +--- 1 files changed, 29 insertions(+),

[llvm-commits] CVS: llvm-test/autoconf/configure.ac

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/autoconf: configure.ac updated: 1.38 -> 1.39 --- Log message: Added generating of the Makefile.nagfortran in the build directory. --- Diffs of the changes: (+1 -0) configure.ac |1 + 1 files changed, 1 insertion(+) Index: llvm-test/autoconf/configure.ac