[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / count-to-zero.ll
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Sanjoy DasFix bug 22641
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2009-11-10 Evan ChengGeneralize lsr code that optimize loop to count down...