- Two-address pass should not assume unfolding is always successful.
[oota-llvm.git] / lib / CodeGen / RegisterCoalescer.cpp
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.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-06 David GreenePluggable coalescers inplementation.