aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocLinearScan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't recalculate the loop info and loop dominators analyses if they'reBill Wendling2008-01-041-0/+2
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-9/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Switch over to MachineLoopInfo.Evan Cheng2007-12-111-4/+4
* Live interval splitting:Evan Cheng2007-11-171-5/+13
* Adding debug output during coalescing.Bill Wendling2007-11-151-0/+1
* Need to increment the iterator.Bill Wendling2007-11-151-1/+1
* Refactor some code.Evan Cheng2007-11-121-3/+3
* If an interval is being undone clear its preference as well since the source ...Evan Cheng2007-11-041-1/+6
* There are times when the coalescer would not coalesce away a copy but the copyEvan Cheng2007-11-031-9/+89
* Apply Chris' suggestions.Evan Cheng2007-10-171-1/+2
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-171-17/+19
* Some clean up.Evan Cheng2007-10-161-19/+10
* Some clean up.Evan Cheng2007-10-121-3/+0
* Pluggable coalescers inplementation.David Greene2007-09-061-1/+9
* Re-implement trivial rematerialization. This allows def MIs whose live interv...Evan Cheng2007-08-131-18/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+828