Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionNormalization.cpp
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...