aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionNormalization.cpp
AgeCommit message (Expand)Author
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-10-13Fix memory corruption I introduced a few checkins ago.Andrew Trick
2011-10-13SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, notAndrew Trick
2011-03-14Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick
2010-09-03Disable the asserts that check that normalization is perfectlyDan Gohman
2010-07-20Fix SCEV denormalization of expressions where the exit value fromDan Gohman
2010-07-20Change an argument from an Instruction* to a Value*, which is allDan Gohman
2010-07-20Minor code cleanups.Dan Gohman
2010-07-20Minor code simplification.Dan Gohman
2010-06-04Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman
2010-04-07Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman