[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead...
[oota-llvm.git] / lib / Analysis / ScalarEvolutionNormalization.cpp
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-18 Michael ZolotukhinAdd stride normalization to SCEV Normalize/Denormalize...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-10-13 Andrew TrickFix memory corruption I introduced a few checkins ago.
2011-10-13 Andrew TrickSCEV: Rewrite TrandformForPostIncUse to handle expressi...
2011-03-14 Andrew TrickAdded SCEV::NoWrapFlags to manage unsigned, signed...
2010-09-03 Dan GohmanDisable the asserts that check that normalization is...
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Dan GohmanChange an argument from an Instruction* to a Value...
2010-07-20 Dan GohmanMinor code cleanups.
2010-07-20 Dan GohmanMinor code simplification.
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...