summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-02-22-ReMatBug.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen2011-04-051-1/+1
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-181-1/+1
* Fix a pasto. Also simplify for Bill's benefit.Evan Cheng2009-09-221-1/+1
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-211-2/+1
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Don't use special heuristics for nodes with no data predecessorsDan Gohman2009-02-111-1/+1
* Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng2009-01-251-1/+1
* For whatever the reason, x86 CallingConv::Fast (i.e. fastcc) was not passing ...Evan Cheng2008-09-041-5/+5
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-0/+1
* Rematerialization logic was overly conservative when it comes to loads from f...Evan Cheng2008-02-231-0/+49