aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-03Disable the asserts that check that normalization is perfectlyDan Gohman1-2/+7
2010-07-20Fix SCEV denormalization of expressions where the exit value fromDan Gohman1-32/+55
2010-07-20Change an argument from an Instruction* to a Value*, which is allDan Gohman1-5/+5
2010-07-20Minor code cleanups.Dan Gohman1-0/+5
2010-07-20Minor code simplification.Dan Gohman1-6/+3
2010-06-04Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman1-6/+9
2010-04-07Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman1-0/+150