Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect proper register sub-classes. | Jakob Stoklund Olesen | 2011-08-05 | 1 | -1/+6 |
* | Add TargetRegisterInfo::getRawAllocationOrder(). | Jakob Stoklund Olesen | 2011-06-16 | 1 | -5/+3 |
* | Include callee-saved registers in debug output. | Jakob Stoklund Olesen | 2011-06-13 | 1 | -1/+1 |
* | Don't try to be clever, just preserve the target's allocation order. | Jakob Stoklund Olesen | 2011-06-06 | 1 | -11/+6 |
* | Preserve the original ordering when a CSR has multiple aliases. | Jakob Stoklund Olesen | 2011-06-03 | 1 | -2/+14 |
* | Just use a SmallVector. | Jakob Stoklund Olesen | 2011-06-02 | 1 | -1/+2 |
* | Start with a zeroed CSRNum map. | Benjamin Kramer | 2011-06-02 | 1 | -1/+1 |
* | Initialize members to fix problem found by valgrind. | Jakob Stoklund Olesen | 2011-06-02 | 1 | -2/+3 |
* | Add a RegisterClassInfo class that lazily caches information about | Jakob Stoklund Olesen | 2011-06-02 | 1 | -0/+105 |