summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveIntervalUnion.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
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-27
* Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen2012-06-05
* Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen2012-06-05
* Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header inclu...Lang Hames2011-12-21
* Simplify the interference checking code a bit.Jakob Stoklund Olesen2011-08-12
* Eliminate the last use of InterferenceResult.Jakob Stoklund Olesen2011-08-11
* Remove more dead code.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
* Speed up eviction by stopping collectInterferingVRegs as soon as the spillJakob Stoklund Olesen2011-04-11
* Speed up LiveIntervalUnion::unify by handling end insertion specially.Jakob Stoklund Olesen2011-04-11
* Add tags to live interval unions to avoid using stale queries.Jakob Stoklund Olesen2011-02-09
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Avoid dereferencing end() in collectInterferingVRegs() when there is noJakob Stoklund Olesen2010-12-17
* Provide LiveIntervalUnion::Query::checkLoopInterference.Jakob Stoklund Olesen2010-12-17
* Start using SplitKit and MachineLoopRanges in RegAllocGreedy in preparation ofJakob Stoklund Olesen2010-12-15
* 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
* Properly deal with empty intervals when checking for interference.Jakob Stoklund Olesen2010-12-08
* Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen2010-12-07
* Comment typo.Andrew Trick2010-11-30
* Coding style. No significant functionality. Abandon linear scan styleAndrew Trick2010-11-30
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-10
* Adds RABasic verification and tracing.Andrew Trick2010-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
* Fix a likely bug in an assertion by adding parentheses around '||'. This bugChandler Carruth2010-10-23
* This is a prototype of an experimental register allocationAndrew Trick2010-10-22