aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocBase.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+1
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Track new virtual registers by register number.Mark Lacey2013-08-141-1/+1
* LiveIntervalUnion is not used in RegAllocBase.Jakob Stoklund Olesen2013-08-141-1/+1
* Make constant string pointer into an array to remove a pointer lookup for eve...Craig Topper2013-07-171-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen2012-06-201-54/+2
* Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-201-1/+3
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-091-3/+0
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-2/+2
* Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen2012-06-051-21/+1
* Make data structures private.Jakob Stoklund Olesen2012-01-111-6/+12
* Sink spillInterferences into RABasic.Jakob Stoklund Olesen2012-01-111-9/+0
* Cleanup.Jakob Stoklund Olesen2012-01-111-9/+0
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-031-0/+2
* Fix PR9883. Make sure all caches are invalidated when a live range is repaired.Jakob Stoklund Olesen2011-05-101-0/+4
* Tag cached interference with a user-provided tag instead of the virtual regis...Jakob Stoklund Olesen2011-03-161-2/+7
* Change the RAGreedy register assignment order so large live ranges are alloca...Jakob Stoklund Olesen2011-02-221-7/+8
* Evict a lighter single interference before attempting to split a live range.Jakob Stoklund Olesen2011-02-091-0/+9
* Add a missing word to a comment.Cameron Zwarich2010-12-291-1/+1
* Make the -verify-regalloc command line option available to base classes asJakob Stoklund Olesen2010-12-171-0/+4
* Add named timer groups for the different stages of register allocation.Jakob Stoklund Olesen2010-12-111-0/+3
* Move MRI into RegAllocBase. Clean up debug output a bit.Jakob Stoklund Olesen2010-12-101-2/+3
* Added register reassignment prototype to RAGreedy. It's a simpleAndrew Trick2010-12-091-2/+2
* Store (priority,regnum) pairs in the priority queue instead of providing anJakob Stoklund Olesen2010-12-081-11/+6
* Move RABasic::addMBBLiveIns to the base class, it is generally useful.Jakob Stoklund Olesen2010-12-081-0/+3
* Switch LiveIntervalUnion from std::set to IntervalMap.Jakob Stoklund Olesen2010-12-071-3/+6
* Coding style. No significant functionality. Abandon linear scan styleAndrew Trick2010-11-301-40/+39
* Check TRI->getReservedRegs because other allocators do it. Even thoughAndrew Trick2010-11-111-2/+12
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-101-5/+12
* Adds RABasic verification and tracing.Andrew Trick2010-11-091-0/+5
* Reverting r118604. Windows build broke.Andrew Trick2010-11-091-5/+0
* Adds RABasic verification and tracing.Andrew Trick2010-11-091-0/+5
* Adds support for spilling previously allocated live intervals toAndrew Trick2010-11-081-3/+13
* Jakob's review of the basic register allocator.Andrew Trick2010-10-261-78/+29
* Nonvirtual dtor that was accessible enough to be bad.Andrew Trick2010-10-221-0/+2
* This is a prototype of an experimental register allocationAndrew Trick2010-10-221-0/+179