aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pr3495.ll
Commit message (Expand)AuthorAgeFilesLines
* LSR: rewrite inner loops only.Andrew Trick2011-09-291-3/+5
* VirtRegMap is counting spill slots, not register spills.Jakob Stoklund Olesen2011-09-151-1/+1
* Fix register-dependent X86 tests.Jakob Stoklund Olesen2011-04-051-3/+3
* Revert r97580; that's not the right way to fix this.Dan Gohman2010-03-031-3/+3
* When expanding an expression such as (A + B + C + D), sort the operandsDan Gohman2010-03-021-3/+3
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-121-2/+1
* Reapply coalescer fix for better cross-class coalescing.Jakob Stoklund Olesen2010-02-111-1/+1
* Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman2010-01-191-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-3/+3
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-051-3/+3
* Extend ScalarEvolution's multiple-exit support to compute exactDan Gohman2009-06-241-1/+1
* Reverse a loop that is counting up to a maximum toDale Johannesen2009-05-111-1/+2
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-161-2/+3
* Implement PR3495: local spiller optimization. The local spiller can now keep ...Evan Cheng2009-02-111-0/+78