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

2007-06-07 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.63 - 1.64 --- Log message: Use DominatorTree instead of ETForest. --- Diffs of the changes: (+25 -23) CorrelatedExprs.cpp | 48 +--- 1 files changed, 25

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

2007-06-04 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.62 - 1.63 --- Log message: s/ETNode::getChildren/ETNode::getETNodeChildren/g --- Diffs of the changes: (+1 -1) CorrelatedExprs.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-05-05 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.60 - 1.61 InstructionCombining.cpp updated: 1.758 - 1.759 Reg2Mem.cpp updated: 1.15 - 1.16 --- Log message: wrap long lines --- Diffs of the changes: (+15 -14) CorrelatedExprs.cpp | 10 +-

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

2007-04-17 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.56 - 1.57 --- Log message: Use ETForest instead of DominatorTree. --- Diffs of the changes: (+11 -11) CorrelatedExprs.cpp | 22 +++--- 1 files changed, 11 insertions(+), 11 deletions(-)

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

2007-02-28 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.53 - 1.54 --- Log message: For PR1205: http://llvm.org/PR1205 : Remove ConstantInt from ConstantRange interface and adjust its users to compensate. --- Diffs of the changes: (+4 -1) CorrelatedExprs.cpp |5

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

2007-02-28 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.54 - 1.55 --- Log message: For PR1205: http://llvm.org/PR1205 : Adjust to changes in ConstantRange interface. --- Diffs of the changes: (+15 -9) CorrelatedExprs.cpp | 24 +++- 1 files

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

2007-01-19 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.49 - 1.50 InstructionCombining.cpp updated: 1.603 - 1.604 LoopUnswitch.cpp updated: 1.57 - 1.58 ScalarReplAggregates.cpp updated: 1.66 - 1.67 --- Log message: For PR1043: http://llvm.org/PR1043 : This is the final

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

2007-01-14 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.48 - 1.49 IndVarSimplify.cpp updated: 1.105 - 1.106 InstructionCombining.cpp updated: 1.596 - 1.597 LoopStrengthReduce.cpp updated: 1.106 - 1.107 Reassociate.cpp updated: 1.71 - 1.72 ScalarReplAggregates.cpp

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

2007-01-12 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.47 - 1.48 --- Log message: Fix indentation to prior level for easier diffs. --- Diffs of the changes: (+69 -70) CorrelatedExprs.cpp | 139 +--- 1 files changed,

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

2007-01-11 Thread Zhou Sheng
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.43 - 1.44 --- Log message: Fixed indentation. --- Diffs of the changes: (+4 -4) CorrelatedExprs.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp PredicateSimplifier.cpp Reassociate.cpp

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.39 - 1.40 PredicateSimplifier.cpp updated: 1.37 - 1.38 Reassociate.cpp updated: 1.67 - 1.68 --- Log message: Removing even more iostream includes. --- Diffs of the changes: (+60 -71) CorrelatedExprs.cpp |

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp InstructionCombining.cpp LoopStrengthReduce.cpp LoopUnroll.cpp LoopUnswitch.cpp SCCP.cpp ScalarReplAggregates.cpp TailRecursionElimin

2006-11-02 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.36 - 1.37 InstructionCombining.cpp updated: 1.534 - 1.535 LoopStrengthReduce.cpp updated: 1.92 - 1.93 LoopUnroll.cpp updated: 1.29 - 1.30 LoopUnswitch.cpp updated: 1.48 - 1.49 SCCP.cpp updated: 1.135 - 1.136

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

2006-11-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.37 - 1.38 --- Log message: remove dead code --- Diffs of the changes: (+0 -13) CorrelatedExprs.cpp | 13 - 1 files changed, 13 deletions(-) Index: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp

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

2006-10-28 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.35 - 1.36 --- Log message: SplitCriticalEdge checks to see if an edge is critical, don't check twice --- Diffs of the changes: (+1 -2) CorrelatedExprs.cpp |3 +-- 1 files changed, 1 insertion(+), 2

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp InstructionCombining.cpp LoopUnswitch.cpp PredicateSimplifier.cpp SCCP.cpp

2006-09-28 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.34 - 1.35 InstructionCombining.cpp updated: 1.515 - 1.516 LoopUnswitch.cpp updated: 1.47 - 1.48 PredicateSimplifier.cpp updated: 1.15 - 1.16 SCCP.cpp updated: 1.131 - 1.132 --- Log message: Eliminate

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

2006-03-19 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.32 - 1.33 --- Log message: Teach cee to propagate through switch statements. This implements Transforms/CorrelatedExprs/switch.ll Patch contributed by Eric Kidd! --- Diffs of the changes: (+21 -1)

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

2006-01-26 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.31 - 1.32 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+4 -2) CorrelatedExprs.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-)

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

2006-01-10 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: CorrelatedExprs.cpp updated: 1.29 - 1.30 --- Log message: Switch this to using ETForest instead of DominatorSet to compute itself. Patch written by Daniel Berlin! --- Diffs of the changes: (+16 -16) CorrelatedExprs.cpp | 32