aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocLinearScan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Undo tweak. It had no obvious benefit.Evan Cheng2008-03-131-19/+4
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-111-2/+22
* Temporarily revert 48175.Evan Cheng2008-03-111-7/+1
* If the register allocator ran out of registers, just abort for now.Evan Cheng2008-03-101-1/+7
* Use a smallvector for inactiveCounts and initialize it lazily Chris Lattner2008-02-261-4/+10
* Rename PrintableName to Name.Bill Wendling2008-02-261-6/+6
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-6/+7
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-2/+4
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-46/+46
* 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