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