| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove LiveIntervalUnions from RegAllocBase. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -107/+6 |
* | Convert RABasic to using LiveRegMatrix interference checking. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -0/+13 |
* | Avoid iterating with LiveIntervals::iterator. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -19/+25 |
* | Also compute MBB live-in lists in the new rewriter pass. | Jakob Stoklund Olesen | 2012-06-09 | 1 | -38/+0 |
* | Move LiveUnionArray into LiveIntervalUnion.h | Jakob Stoklund Olesen | 2012-06-05 | 1 | -26/+8 |
* | Don't print register names in LiveIntervalUnion::print(). | Jakob Stoklund Olesen | 2012-06-05 | 1 | -1/+1 |
* | Simplify LiveInterval::print(). | Jakob Stoklund Olesen | 2012-06-05 | 1 | -1/+1 |
* | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -3/+3 |
* | Don't look for empty live ranges in the unions. | Jakob Stoklund Olesen | 2012-05-12 | 1 | -1/+4 |
* | Moved LiveRangeEdit.h so that it can be called from other parts of the backen... | Pete Cooper | 2012-04-02 | 1 | -1/+1 |
* | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Sink spillInterferences into RABasic. | Jakob Stoklund Olesen | 2012-01-11 | 1 | -54/+0 |
* | Move RegAllocBase into its own cpp file separate from RABasic. | Jakob Stoklund Olesen | 2012-01-11 | 1 | -0/+334 |