aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocPBQP.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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