summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AllocationOrder.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Assert that the target provided hints are in the allocation order.Jakob Stoklund Olesen2013-02-19
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-09
* Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen2012-12-04
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen2012-12-03
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-29
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-04
* Rename TRI::getAllocationOrder() to getRawAllocationOrder().Jakob Stoklund Olesen2011-06-16
* Get allocation orders from RegisterClassInfo when possible.Jakob Stoklund Olesen2011-06-06
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-03
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.Jakob Stoklund Olesen2010-12-10
* Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen2010-12-10