aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ScalarEvolutionNormalization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-141-1/+2
* Disable the asserts that check that normalization is perfectlyDan Gohman2010-09-031-2/+7
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-201-32/+55
* Change an argument from an Instruction* to a Value*, which is allDan Gohman2010-07-201-5/+5
* Minor code cleanups.Dan Gohman2010-07-201-0/+5
* Minor code simplification.Dan Gohman2010-07-201-6/+3
* Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman2010-06-041-6/+9
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-071-0/+150