Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |