Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / CodeGen / RegisterCoalescer.h
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.