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.
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
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
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
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