aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/iv-users-in-other-loops.ll
Commit message (Expand)AuthorAgeFilesLines
* LSR: rewrite inner loops only.Andrew Trick2011-09-291-1/+5
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-1/+1
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-121-4/+4
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-221-4/+4
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-211-4/+4
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-201-2/+2
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-181-5/+5
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-61/+61
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-4/+5
* Reverse a loop that is counting up to a maximum toDale Johannesen2009-05-111-1/+3
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-161-1/+2
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-081-1/+1
* Implement "superhero" strength reduction, or full strengthDan Gohman2009-02-201-1/+3
* Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman2009-02-161-12/+10
* Fix the code that checked if a SCEVAddRecExpr Start contains anDan Gohman2009-02-131-0/+292