[llvm-commits] CVS: llvm/Makefile.rules

2006-05-10 Thread Owen Anderson
Changes in directory llvm: Makefile.rules updated: 1.365 -> 1.366 --- Log message: Fix some problems linking stuff in libTarget. --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/Makefile.rules diff -u llvm/Makefile.rul

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

2006-05-10 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.120 -> 1.121 --- Log message: If the live interval legnth is essentially zero, i.e. in every live range the use follows def immediately, it doesn't make sense to spill it and hope it will be easier to allocate for this LI.

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll

2006-05-10 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-05-08-InstrSched.ll updated: 1.1 -> 1.2 --- Log message: Update test case --- Diffs of the changes: (+1 -0) 2006-05-08-InstrSched.ll |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Regression/CodeGen/X86/2006-05-08-Ins

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

2006-05-10 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.477 -> 1.478 --- Log message: Two changes: 1. Implement InstCombine/deadcode.ll by not adding instructions in unreachable blocks (due to constants in conditional branches/switches) to the worklist. This

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/deadcode.ll

2006-05-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: deadcode.ll added (r1.1) --- Log message: New testcase, check that dead code doesn't pessimize instcombine --- Diffs of the changes: (+12 -0) deadcode.ll | 12 1 files changed, 12 insertions(+) Index: llvm/t

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

2006-05-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.65 -> 1.66 --- Log message: Fix the PowerPC JIT-only failure on UnitTests/Vector/sumarray-dbl, which is really a bad codegen bug that LLC happens to get lucky with. I must chat with Nate for the proper fix. --- Diffs