summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalUnion.h
Commit message (Expand)AuthorAge
* Simplify the interference checking code a bit.Jakob Stoklund Olesen2011-08-12
* Remove the InterferenceResult class.Jakob Stoklund Olesen2011-08-11
* Eliminate the last use of InterferenceResult.Jakob Stoklund Olesen2011-08-11
* Remove more dead code.Jakob Stoklund Olesen2011-08-11
* Privatize an unused part of the LiveIntervalUnion::Query interface.Jakob Stoklund Olesen2011-08-11
* Remove some dead code.Jakob Stoklund Olesen2011-08-11
* Be more aggressive about following hints.Jakob Stoklund Olesen2011-07-08
* Reuse live interval union between functions. This saves a bit of compile timeJakob Stoklund Olesen2011-04-11
* Speed up eviction by stopping collectInterferingVRegs as soon as the spillJakob Stoklund Olesen2011-04-11
* Fix bug found by valgrind.Jakob Stoklund Olesen2011-03-31
* Tag cached interference with a user-provided tag instead of the virtual regis...Jakob Stoklund Olesen2011-03-16
* Now that we are deleting unused live intervals during allocation, pointers ma...Jakob Stoklund Olesen2011-03-13
* Add tags to live interval unions to avoid using stale queries.Jakob Stoklund Olesen2011-02-09
* Provide LiveIntervalUnion::Query::checkLoopInterference.Jakob Stoklund Olesen2010-12-17
* Add LiveIntervalUnion print methods, RegAllocGreedy::trySplit debug spew.Jakob Stoklund Olesen2010-12-14
* Use TRI::printReg instead of AbstractRegisterDescription when printingJakob Stoklund Olesen2010-12-14
* Add a forgotten initializer for CheckedFirstInterference.Jakob Stoklund Olesen2010-12-09
* Added register reassignment prototype to RAGreedy. It's a simpleAndrew Trick2010-12-09
* IntervalMap iterators are heavyweight, so avoid copying them around and useJakob Stoklund Olesen2010-12-09
* Move RABasic::addMBBLiveIns to the base class, it is generally useful.Jakob Stoklund Olesen2010-12-08
* Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen2010-12-07
* Remove unused member.Jakob Stoklund Olesen2010-12-07
* Coding style. No significant functionality. Abandon linear scan styleAndrew Trick2010-11-30
* Check TRI->getReservedRegs because other allocators do it. Even thoughAndrew Trick2010-11-11
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-10
* Adds RABasic verification and tracing.Andrew Trick2010-11-09
* Add a trivial virtual dtor to AbstractRegisterDescription to appeaseMatt Beaumont-Gay2010-11-09
* Reverting r118604. Windows build broke.Andrew Trick2010-11-09
* Adds RABasic verification and tracing.Andrew Trick2010-11-09
* Adds support for spilling previously allocated live intervals toAndrew Trick2010-11-08
* Remove the vector of live vregs. I thought we would need to trackAndrew Trick2010-10-26
* Jakob's review of the basic register allocator.Andrew Trick2010-10-26
* This is a prototype of an experimental register allocationAndrew Trick2010-10-22