summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/masked-iv-safe.ll
AgeCommit message (Expand)AuthorFilesLines
2014-04-26[X86] Implement TargetLowering::getScalingFactorCost hook.Quentin Colombet1-4/+4
2013-10-15Enable MI Sched for x86.Andrew Trick1-8/+41
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-2/+2
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-2/+2
2013-05-31Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet1-3/+2
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick1-1/+1
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng1-2/+2
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman1-3/+3
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman1-5/+2
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman1-2/+5
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-24/+24
2009-05-12Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman1-4/+3
2009-05-11Reverse a loop that is counting up to a maximum toDale Johannesen1-2/+3
2009-04-27Teach getZeroExtendExpr and getSignExtendExpr to use trip-countDan Gohman1-0/+244