aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/masked-iv-safe.ll
Commit message (Expand)AuthorAgeFilesLines
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-121-3/+3
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-221-5/+2
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-211-2/+5
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-24/+24
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-4/+3
* Reverse a loop that is counting up to a maximum toDale Johannesen2009-05-111-2/+3
* Teach getZeroExtendExpr and getSignExtendExpr to use trip-countDan Gohman2009-04-271-0/+244