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

2007-01-31 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.107 -> 1.108 InstructionCombining.cpp updated: 1.617 -> 1.618 LowerGC.cpp updated: 1.19 -> 1.20 --- Log message: remove temporary vectors. --- Diffs of the changes: (+9 -13) IndVarSimplify.cpp |3 +--

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

2007-01-30 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.106 -> 1.107 InstructionCombining.cpp updated: 1.615 -> 1.616 --- Log message: eliminate temporary vectors --- Diffs of the changes: (+13 -8) IndVarSimplify.cpp |5 +++-- InstructionCombining.cpp | 1

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

2007-01-14 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.104 -> 1.105 InstructionCombining.cpp updated: 1.595 -> 1.596 LoopStrengthReduce.cpp updated: 1.105 -> 1.106 ScalarReplAggregates.cpp updated: 1.64 -> 1.65 --- Log message: Eliminate calls to isInteger, generalizing

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

2007-01-11 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.102 -> 1.103 InstructionCombining.cpp updated: 1.592 -> 1.593 SCCP.cpp updated: 1.150 -> 1.151 ScalarReplAggregates.cpp updated: 1.63 -> 1.64 --- Log message: For PR1064: http://llvm.org/PR1064 : Implement the arbitr

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

2007-01-08 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.101 -> 1.102 InstructionCombining.cpp updated: 1.586 -> 1.587 ScalarReplAggregates.cpp updated: 1.62 -> 1.63 --- Log message: Comparison of primitive type sizes should now be done in bits, not bytes. This patch conve