summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/masked-iv-safe.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-31
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-12
* Reverse a loop that is counting up to a maximum toDale Johannesen2009-05-11
* Teach getZeroExtendExpr and getSignExtendExpr to use trip-countDan Gohman2009-04-27