move target-independent opcodes out of TargetInstrInfo
[oota-llvm.git] / lib / CodeGen / PHIElimination.h
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2009-12-16 Jakob Stoklund OlesenReuse lowered phi nodes.
2009-12-01 Jakob Stoklund OlesenMove PHIElimination::isLiveOut method to LiveVariables.
2009-11-21 Jakob Stoklund OlesenBe more clever about calculating live variables through...
2009-11-18 Jakob Stoklund OlesenDon't require LiveVariables for PHIElimination. Enable...
2009-11-13 Jakob Stoklund OlesenFix PHIElimination optimization that uses MBB->getBasic...
2009-11-11 Jakob Stoklund OlesenFix liveness calculation when splitting critical edges...
2009-11-10 Jakob Stoklund OlesenTeach PHIElimination to split critical edges when ...
2009-11-10 Jakob Stoklund OlesenRefactoring: Extract method PHIElimination::isLiveOut().
2009-09-04 Evan ChengFix comment for consistency sake.
2009-07-23 Lang HamesAdded PHI Def & Kill tracking to PHIElimination pass.
2009-07-21 Lang HamesExposed PHIElimination pass within CodeGen.