summaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionNormalization.cpp
Commit message (Expand)AuthorAge
* test check-in: added missing parenthesis in commentSanjay Patel2014-05-28
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Add stride normalization to SCEV Normalize/Denormalize transformation.Michael Zolotukhin2014-03-18
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-25
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Fix memory corruption I introduced a few checkins ago.Andrew Trick2011-10-13
* SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, notAndrew Trick2011-10-13
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-14
* Disable the asserts that check that normalization is perfectlyDan Gohman2010-09-03
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-20
* Change an argument from an Instruction* to a Value*, which is allDan Gohman2010-07-20
* Minor code cleanups.Dan Gohman2010-07-20
* Minor code simplification.Dan Gohman2010-07-20
* Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman2010-06-04
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-07