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