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

2006-06-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.153 -> 1.154 --- Log message: Add a missing assertion that would have helped out Reid --- Diffs of the changes: (+2 -0) Constants.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/VMCore/Constants.cpp diff -u ll

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

2006-06-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.191 -> 1.192 --- Log message: Work around a nasty tblgen bug where it doesn't add operands for varargs nodes correctly. --- Diffs of the changes: (+157 -0) PPCISelDAGToDAG.cpp | 157 ++

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

2006-06-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.221 -> 1.222 PPCISelLowering.cpp updated: 1.186 -> 1.187 --- Log message: Fix a problem exposed by the local allocator. CALL instructions are not marked as using incoming argument registers, so the local allocator would c

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

2006-06-09 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.207 -> 1.208 --- Log message: Wrap to 80 cols --- Diffs of the changes: (+5 -4) DAGISelEmitter.cpp |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/utils/TableGen/DAGISelEmitter.cpp diff

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

2006-06-09 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.214 -> 1.215 --- Log message: llvmgcc4 uses -regalloc=local at -O0. As it turns out, it's massively buggy, we should fix it, and fixing it requires testing it. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 fil

[llvm-commits] CVS: llvm/tools/bugpoint/ToolRunner.cpp

2006-06-09 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: ToolRunner.cpp updated: 1.52 -> 1.53 --- Log message: After telling GCC to type of the input file with -x asm/-x c, switch back to -x none, to not foul up autodetection of .a file or .dylibs. --- Diffs of the changes: (+2 -0) ToolRunner.cpp |2

[llvm-commits] CVS: llvm/lib/System/Unix/Program.inc

2006-06-09 Thread Evan Cheng
Changes in directory llvm/lib/System/Unix: Program.inc updated: 1.17 -> 1.18 --- Log message: Don't pull in environ, not always safe. Global variables are bad anyway. Use execve when explicit environment variables ptr is available. Otherwise just use execv. --- Diffs of the changes: (+4 -8)

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

2006-06-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LoopUnswitch.cpp updated: 1.36 -> 1.37 --- Log message: Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch preserves LCSSA. --- Diffs of the changes: (+4 -0) LoopUnswitch.cpp |4 1 files changed, 4 insertions

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

2006-06-09 Thread Owen Anderson
Changes in directory llvm/lib/Analysis: LoopInfo.cpp updated: 1.70 -> 1.71 --- Log message: Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert on this. --- Diffs of the changes: (+16 -0) LoopInfo.cpp | 16 1 files changed, 16 insertions(+)

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

2006-06-09 Thread Owen Anderson
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.54 -> 1.55 --- Log message: Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert on this. --- Diffs of the changes: (+4 -1) LoopInfo.h |5 - 1 files changed, 4 insertions(+), 1 dele

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LCSSA.cpp

2006-06-09 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: LCSSA.cpp updated: 1.16 -> 1.17 --- Log message: Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert on this. --- Diffs of the changes: (+3 -1) LCSSA.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion