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