summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocPBQP.cpp
Commit message (Expand)AuthorAge
...
* Fix some -Asserts unused variable warnings.Daniel Dunbar2009-08-08
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...Lang Hames2009-08-06
* Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman2009-07-31
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* VNInfo cleanup.Lang Hames2009-06-17
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-14
* Untabification.Bill Wendling2009-05-30
* Prevented reg0 from being added to MBB live-in set, which was causing issuesLang Hames2009-05-17
* Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames2009-05-06
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-03
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-21
* r66870 missed this out.Sanjiv Gupta2009-03-17
* Convert VirtRegMap to a MachineFunctionPass.Owen Anderson2009-03-13
* Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson2009-03-11
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* * Moved author attribution to CREDITS.TXTMisha Brukman2009-01-08
* * Alphabetized #includesMisha Brukman2009-01-08
* Fix compilation error on MSVC.Argyrios Kyrtzidis2008-11-19
* Big PBQP allocator update. Adds coalescing support, stack slot coloring, seve...Lang Hames2008-11-16
* Test commit.Lang Hames2008-11-14
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng2008-10-03
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng2008-10-02