Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove RegisterClassInfo::isReserved() and isAllocatable(). | Jakob Stoklund Olesen | 2012-10-15 | 1 | -2/+3 |
* | Move RegisterClassInfo.h. | Andrew Trick | 2012-06-06 | 1 | -1/+1 |
* | Use uint16_t instead of unsigned to store registers in reg classes. Reduces s... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Rename TRI::getAllocationOrder() to getRawAllocationOrder(). | Jakob Stoklund Olesen | 2011-06-16 | 1 | -10/+8 |
* | Get allocation orders from RegisterClassInfo when possible. | Jakob Stoklund Olesen | 2011-06-06 | 1 | -22/+34 |
* | Switch AllocationOrder to using RegisterClassInfo instead of a BitVector | Jakob Stoklund Olesen | 2011-06-03 | 1 | -4/+5 |
* | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen | 2011-01-10 | 1 | -1/+1 |
* | Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation. | Jakob Stoklund Olesen | 2010-12-10 | 1 | -4/+4 |
* | Add an AllocationOrder class that can iterate over the allocatable physical | Jakob Stoklund Olesen | 2010-12-10 | 1 | -0/+68 |