aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocPBQP.cpp
Commit message (Expand)AuthorAgeFilesLines
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-1/+3
* VNInfo cleanup.Lang Hames2009-06-171-1/+1
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-141-2/+1
* Untabification.Bill Wendling2009-05-301-1/+1
* Prevented reg0 from being added to MBB live-in set, which was causing issuesLang Hames2009-05-171-0/+5
* Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames2009-05-061-4/+5
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-031-9/+7
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-211-1/+1
* r66870 missed this out.Sanjiv Gupta2009-03-171-0/+1
* Convert VirtRegMap to a MachineFunctionPass.Owen Anderson2009-03-131-2/+1
* Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson2009-03-111-0/+1
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-2/+2
* * Moved author attribution to CREDITS.TXTMisha Brukman2009-01-081-4/+1
* * Alphabetized #includesMisha Brukman2009-01-081-56/+56
* Fix compilation error on MSVC.Argyrios Kyrtzidis2008-11-191-1/+1
* Big PBQP allocator update. Adds coalescing support, stack slot coloring, seve...Lang Hames2008-11-161-139/+478
* Test commit.Lang Hames2008-11-141-0/+1
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-1/+1
* Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng2008-10-031-4/+4
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng2008-10-021-0/+529