[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp ConstantFolding.h Constants.cpp Instructions.cpp

2007-01-30 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.133 -> 1.134 ConstantFolding.h updated: 1.52 -> 1.53 Constants.cpp updated: 1.205 -> 1.206 Instructions.cpp updated: 1.66 -> 1.67 --- Log message: Revise APIs for creating constantexpr GEPs to not require the use of vectors.

[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp ConstantFolding.h

2006-12-24 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.120 -> 1.121 ConstantFolding.h updated: 1.51 -> 1.52 --- Log message: Cleanup ConstantFoldCompareInstruction: 1. Make the arguments const like the other ConstantFold* functions. 2. Clean up evaluateFCmpRelation so it makes sen

[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp ConstantFolding.h

2006-12-03 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.106 -> 1.107 ConstantFolding.h updated: 1.49 -> 1.50 --- Log message: For PR950: http://llvm.org/PR950 : Implement a stub for folding ICmp and FCmp instructions --- Diffs of the changes: (+9 -0) ConstantFolding.cpp |7

[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp ConstantFolding.h Constants.cpp Instruction.cpp Instructions.cpp Verifier.cpp

2006-01-17 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.82 -> 1.83 ConstantFolding.h updated: 1.46 -> 1.47 Constants.cpp updated: 1.144 -> 1.145 Instruction.cpp updated: 1.49 -> 1.50 Instructions.cpp updated: 1.30 -> 1.31 Verifier.cpp updated: 1.143 -> 1.144 --- Log message: VMCore

[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.cpp ConstantFolding.h Constants.cpp

2006-01-10 Thread Robert L. Bocchino Jr.
Changes in directory llvm/lib/VMCore: ConstantFolding.cpp updated: 1.81 -> 1.82 ConstantFolding.h updated: 1.45 -> 1.46 Constants.cpp updated: 1.143 -> 1.144 --- Log message: Added constant folding support for the extractelement operation. --- Diffs of the changes: (+14 -0) ConstantFolding