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

2007-02-01 Thread Reid Spencer
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp updated: 1.15 -> 1.16 ScalarEvolution.cpp updated: 1.92 -> 1.93 --- Log message: Changes to support making the shift instructions be true BinaryOperators. This feature is needed in order to support shifts of more than 255 bits on large

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

2007-01-30 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp updated: 1.10 -> 1.11 ScalarEvolution.cpp updated: 1.90 -> 1.91 --- Log message: adjust to constant folding api changes. --- Diffs of the changes: (+8 -7) ConstantFolding.cpp | 11 ++- ScalarEvolution.cpp |4 ++-- 2

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

2006-12-01 Thread Jeff Cohen
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp updated: 1.6 -> 1.7 ScalarEvolution.cpp updated: 1.60 -> 1.61 --- Log message: Unbreak VC++ build. --- Diffs of the changes: (+2 -0) ConstantFolding.cpp |1 + ScalarEvolution.cpp |1 + 2 files changed, 2 insertions(+) Ind

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

2006-11-08 Thread Jim Laskey
Changes in directory llvm/lib/Analysis: ConstantFolding.cpp updated: 1.5 -> 1.6 ScalarEvolution.cpp updated: 1.57 -> 1.58 --- Log message: Remove redundant . --- Diffs of the changes: (+0 -2) ConstantFolding.cpp |1 - ScalarEvolution.cpp |1 - 2 files changed, 2 deletions(-) Index