Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
[oota-llvm.git] / include / llvm / CodeGen / RegisterCoalescer.h
2010-07-06 Jakob Stoklund OlesenBe more forgiving when calculating alias interference...
2010-06-24 Jakob Stoklund OlesenBe more strict about subreg-to-subreg copies in Coalesc...
2010-06-24 Jakob Stoklund OlesenRevert "Replace a big gob of old coalescer logic with...
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-15 Jakob Stoklund OlesenAdd CoalescerPair helper class.
2009-07-31 Dan GohmanDelete spurious semicolons.
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-01-08 Dan GohmanDelete unnecessary parens around return values.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-07-07 Dan GohmanRemove uses of "llvm/Support/Debug.h" from LLVM include...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-12 Evan ChengCosmetic.
2007-09-06 David GreenePluggable coalescers inplementation.