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

2006-06-26 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LoopUnswitch.cpp updated: 1.40 -> 1.41 --- Log message: Make LoopUnswitch able to unswitch loops with live-out values by taking advantage of LCSSA. This results several times the number of unswitchings occurring on tests such and timberwolfmc,

[llvm-commits] CVS: CVSROOT/loginfo

2006-06-26 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.11 -> 1.12 --- Log message: Use a local script for delivering mail since I need to send it to two email addresses. Yes, I know it's a hack. --- Diffs of the changes: (+1 -1) loginfo |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm-test: Makefile.programs updated: 1.218 -> 1.219 --- Log message: Add a make file target so the nightly tester can know what llc-beta means for a night. --- Diffs of the changes: (+3 -0) Makefile.programs |3 +++ 1 files changed, 3 insertions(+) Index: llvm-t

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LICM.cpp updated: 1.76 -> 1.77 --- Log message: random code cleanups, no functionality change --- Diffs of the changes: (+8 -9) LICM.cpp | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) Index: llvm/lib/Transforms/

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: AliasSetTracker.h updated: 1.26 -> 1.27 --- Log message: Add a new method. --- Diffs of the changes: (+7 -0) AliasSetTracker.h |7 +++ 1 files changed, 7 insertions(+) Index: llvm/include/llvm/Analysis/AliasSetTracker.h diff -u llv

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: AliasSetTracker.cpp updated: 1.37 -> 1.38 --- Log message: Fix a stale pointer issue that caused 300.twolf to fail to build on zion last night. --- Diffs of the changes: (+11 -0) AliasSetTracker.cpp | 11 +++ 1 files changed, 11 insertions(

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.232 -> 1.233 --- Log message: remove two unused instructions. --- Diffs of the changes: (+0 -4) PPCInstrInfo.td |4 1 files changed, 4 deletions(-) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -u llv

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.233 -> 1.234 --- Log message: Remove two more definitions --- Diffs of the changes: (+0 -4) PPCInstrInfo.td |4 1 files changed, 4 deletions(-) Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td diff -u llvm/li

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.191 -> 1.192 --- Log message: Improve PPC64 calling convention support --- Diffs of the changes: (+84 -37) PPCISelLowering.cpp | 121 1 files changed, 84 inser

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstr64Bit.td updated: 1.10 -> 1.11 --- Log message: Rearrange compares, add ADDI8, add sext from 32-to-64 bit register --- Diffs of the changes: (+20 -8) PPCInstr64Bit.td | 28 1 files changed, 20 insertions(+

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.192 -> 1.193 PPCISelLowering.cpp updated: 1.192 -> 1.193 PPCInstrInfo.td updated: 1.234 -> 1.235 --- Log message: Implement a bunch of 64-bit cleanliness work. With this, treeadd builds (but doesn't work right). ---

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelDAGToDAG.cpp updated: 1.193 -> 1.194 --- Log message: Fix variable shadowing issue --- Diffs of the changes: (+1 -2) PPCISelDAGToDAG.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Target/PowerPC/PPCISel

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

2006-06-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.180 -> 1.181 --- Log message: Print darwin stub stuff correctly in 64-bit mode. With this, treeadd works in ppc64 mode! --- Diffs of the changes: (+25 -7) PPCAsmPrinter.cpp | 32 +---

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

2006-06-26 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.83 -> 1.84 --- Log message: De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this will make Shootout-C/nestedloop faster. --- Diffs of the changes: (+29 -15) IndVarSimplify.cpp | 44 +