summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocBase.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* Fix typoManman Ren2014-02-22
* DEBUG shouldEvict decisionsAndrew Trick2013-11-22
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Print register in LiveInterval::print()Matthias Braun2013-10-10
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-05
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-17
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-28
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-26
* Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen2012-06-20
* Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-20
* Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-20
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-09
* Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen2012-06-05
* Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen2012-06-05
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-05
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Don't look for empty live ranges in the unions.Jakob Stoklund Olesen2012-05-12
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Sink spillInterferences into RABasic.Jakob Stoklund Olesen2012-01-11
* Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen2012-01-11