summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [RegAllocGreedy] Introduce a late pass to repair broken hints.Quentin Colombet2015-01-081-0/+2
* Move register class name strings to a single array in MCRegisterInfo to reduc...Craig Topper2014-11-171-1/+1
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-1/+1
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-131-4/+9
* Fix typoManman Ren2014-02-221-1/+1
* DEBUG shouldEvict decisionsAndrew Trick2013-11-221-2/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+3
* Print register in LiveInterval::print()Matthias Braun2013-10-101-1/+1
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-051-3/+2
* Track new virtual registers by register number.Mark Lacey2013-08-141-2/+2
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-171-1/+1
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-2/+2
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-281-0/+1
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-261-1/+0
* Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen2012-06-201-107/+6
* Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-201-0/+13
* Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-201-19/+25
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-091-38/+0
* Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen2012-06-051-26/+8
* Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen2012-06-051-1/+1
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-051-1/+1
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-3/+3
* Don't look for empty live ranges in the unions.Jakob Stoklund Olesen2012-05-121-1/+4
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-021-1/+1
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Sink spillInterferences into RABasic.Jakob Stoklund Olesen2012-01-111-54/+0
* Move RegAllocBase into its own cpp file separate from RABasic.Jakob Stoklund Olesen2012-01-111-0/+334
OpenPOWER on IntegriCloud