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