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

2007-02-03 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.624 -> 1.625 PredicateSimplifier.cpp updated: 1.50 -> 1.51 --- Log message: For PR1163: http://llvm.org/PR1163 : Make the Module's dependent library use a std::vector instead of SetVector adjust #includes in .c

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

2007-03-04 Thread Jeff Cohen
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.644 -> 1.645 PredicateSimplifier.cpp updated: 1.54 -> 1.55 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -1) InstructionCombining.cpp |1 + PredicateSimplifier.cpp |2 +- 2 fil

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

2006-11-01 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.533 -> 1.534 PredicateSimplifier.cpp updated: 1.30 -> 1.31 Reassociate.cpp updated: 1.64 -> 1.65 --- Log message: For PR950: http://llvm.org/PR950 : Replace the REM instruction with UREM, SREM and FREM. --- D

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

2006-10-25 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.527 -> 1.528 PredicateSimplifier.cpp updated: 1.29 -> 1.30 Reassociate.cpp updated: 1.63 -> 1.64 --- Log message: For PR950: http://llvm.org/PR950 : Make necessary changes to support DIV -> [SUF]Div. This chang