Fixed typo in comment.
[oota-llvm.git] / lib / CodeGen / RegisterCoalescer.h
2012-03-13 Lang HamesFixed typo in comment.
2012-02-17 Jim GrosbachTidy up.
2011-08-09 Jakob Stoklund OlesenRename member variables to follow coding standards.
2011-08-09 Jakob Stoklund OlesenMove the RegisterCoalescer private to its implementatio...
2011-07-26 Jakob Stoklund OlesenEliminate copies of undefined values during coalescing.
2011-06-30 Rafael EspindolaRemove dead code.
2011-06-29 Rafael Espindolamake compose and isMoveInstr static functions.
2011-06-26 Rafael EspindolaRemove unused methods.
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2011-06-26 Rafael Espindolamerge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.