Change SCEVExpander's expandCodeFor to provide more flexibility
[oota-llvm.git] / test / Transforms / IndVarSimplify /
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-16 Dale JohannesenAnother testcase for IV shortening.
2009-04-15 Dale JohannesenEnhance induction variable code to remove the
2009-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-16 Dan GohmanRename IndVarsSimplify to IndVarSimplify, to be consist...