| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused private fields found by clang's new -Wunused-private-field. | Benjamin Kramer | 2012-06-06 | 1 | -3/+2 |
* | Extend the CoalescerPair interface to handle symmetric sub-register copies. | Jakob Stoklund Olesen | 2012-05-15 | 1 | -9/+17 |
* | Fixed typo in comment. | Lang Hames | 2012-03-13 | 1 | -1/+1 |
* | Tidy up. | Jim Grosbach | 2012-02-17 | 1 | -2/+2 |
* | Rename member variables to follow coding standards. | Jakob Stoklund Olesen | 2011-08-09 | 1 | -33/+34 |
* | Move the RegisterCoalescer private to its implementation file. | Jakob Stoklund Olesen | 2011-08-09 | 1 | -141/+0 |
* | Eliminate copies of undefined values during coalescing. | Jakob Stoklund Olesen | 2011-07-26 | 1 | -0/+3 |
* | Remove dead code. | Rafael Espindola | 2011-06-30 | 1 | -88/+0 |
* | make compose and isMoveInstr static functions. | Rafael Espindola | 2011-06-29 | 1 | -7/+0 |
* | Remove unused methods. | Rafael Espindola | 2011-06-26 | 1 | -13/+0 |
* | There is only one register coalescer. Merge it into the base class and | Rafael Espindola | 2011-06-26 | 1 | -137/+118 |
* | merge SimpleRegisterCoalescing.h into RegisterCoalescer.h. | Rafael Espindola | 2011-06-26 | 1 | -1/+127 |
* | Move RegisterCoalescer.h to lib/CodeGen. | Rafael Espindola | 2011-06-26 | 1 | -0/+244 |