aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocPBQP.cpp
AgeCommit message (Expand)Author
2009-06-17VNInfo cleanup.Lang Hames
2009-06-14Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng
2009-05-30Untabification.Bill Wendling
2009-05-17Prevented reg0 from being added to MBB live-in set, which was causing issuesLang Hames
2009-05-06Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames
2009-05-03In some rare cases, the register allocator can spill registers but end up not...Evan Cheng
2009-04-21It has finally happened. Spiller is now using live interval info.Evan Cheng
2009-03-17r66870 missed this out.Sanjiv Gupta
2009-03-13Convert VirtRegMap to a MachineFunctionPass.Owen Anderson
2009-03-11Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson
2009-01-20Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng
2009-01-08* Moved author attribution to CREDITS.TXTMisha Brukman
2009-01-08* Alphabetized #includesMisha Brukman
2008-11-19Fix compilation error on MSVC.Argyrios Kyrtzidis
2008-11-16Big PBQP allocator update. Adds coalescing support, stack slot coloring, seve...Lang Hames
2008-11-14Test commit.Lang Hames
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-10-03Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-10-02A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng