aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveIntervalUnion.h
Commit message (Expand)AuthorAgeFilesLines
* Add tags to live interval unions to avoid using stale queries.Jakob Stoklund Olesen2011-02-091-2/+13
* Provide LiveIntervalUnion::Query::checkLoopInterference.Jakob Stoklund Olesen2010-12-171-0/+9
* Add LiveIntervalUnion print methods, RegAllocGreedy::trySplit debug spew.Jakob Stoklund Olesen2010-12-141-2/+20
* Use TRI::printReg instead of AbstractRegisterDescription when printingJakob Stoklund Olesen2010-12-141-11/+4
* Add a forgotten initializer for CheckedFirstInterference.Jakob Stoklund Olesen2010-12-091-2/+3
* Added register reassignment prototype to RAGreedy. It's a simpleAndrew Trick2010-12-091-4/+1
* IntervalMap iterators are heavyweight, so avoid copying them around and useJakob Stoklund Olesen2010-12-091-2/+5
* Move RABasic::addMBBLiveIns to the base class, it is generally useful.Jakob Stoklund Olesen2010-12-081-0/+1
* Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen2010-12-071-73/+19
* Remove unused member.Jakob Stoklund Olesen2010-12-071-8/+0
* Coding style. No significant functionality. Abandon linear scan styleAndrew Trick2010-11-301-92/+99
* Check TRI->getReservedRegs because other allocators do it. Even thoughAndrew Trick2010-11-111-0/+3
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-101-6/+27
* Adds RABasic verification and tracing.Andrew Trick2010-11-091-2/+21
* Add a trivial virtual dtor to AbstractRegisterDescription to appeaseMatt Beaumont-Gay2010-11-091-0/+11
* Reverting r118604. Windows build broke.Andrew Trick2010-11-091-29/+0
* Adds RABasic verification and tracing.Andrew Trick2010-11-091-0/+29
* Adds support for spilling previously allocated live intervals toAndrew Trick2010-11-081-11/+38
* Remove the vector of live vregs. I thought we would need to trackAndrew Trick2010-10-261-1/+0
* Jakob's review of the basic register allocator.Andrew Trick2010-10-261-17/+24
* This is a prototype of an experimental register allocationAndrew Trick2010-10-221-0/+193