aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AllocationOrder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-1/+1
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-041-1/+1
* Rename TRI::getAllocationOrder() to getRawAllocationOrder().Jakob Stoklund Olesen2011-06-161-10/+8
* Get allocation orders from RegisterClassInfo when possible.Jakob Stoklund Olesen2011-06-061-22/+34
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-031-4/+5
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-101-1/+1
* Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.Jakob Stoklund Olesen2010-12-101-4/+4
* Add an AllocationOrder class that can iterate over the allocatable physicalJakob Stoklund Olesen2010-12-101-0/+68