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

2007-06-07 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: GCSE.cpp updated: 1.60 -> 1.61 --- Log message: Use DominatorTree instead of ETForest. --- Diffs of the changes: (+1 -3) GCSE.cpp |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/lib/Transforms/Scalar/GCSE.cpp diff

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

2007-06-07 Thread Devang Patel
Changes in directory llvm/lib/Transforms/Scalar: GCSE.cpp updated: 1.59 -> 1.60 --- Log message: Use DominatorTree instead of ETForest. --- Diffs of the changes: (+3 -3) GCSE.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Transforms/Scalar/GCSE.cpp di

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/GCSE.cpp InstructionCombining.cpp LICM.cpp LoopRotation.cpp PredicateSimplifier.cpp SCCP.cpp

2007-04-14 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: GCSE.cpp updated: 1.52 -> 1.53 InstructionCombining.cpp updated: 1.745 -> 1.746 LICM.cpp updated: 1.89 -> 1.90 LoopRotation.cpp updated: 1.9 -> 1.10 PredicateSimplifier.cpp updated: 1.66 -> 1.67 SCCP.cpp updated: 1.164 -> 1.165 --- Log message: f

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

2006-01-10 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: GCSE.cpp updated: 1.46 -> 1.47 LoopStrengthReduce.cpp updated: 1.71 -> 1.72 --- Log message: Switch these to using ETForest instead of DominatorSet to compute itself. Patch written by Daniel Berlin! --- Diffs of the changes: (+11 -10) GCSE