Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / CodeGen / PHIElimination.h
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-05-05 Evan ChengMove REG_SEQUENCE removal to 2addr pass.
2010-05-04 Evan ChengTeach PHI elimination to remove REG_SEQUENCE instructio...
2010-03-03 Evan ChengRemove PHINodeTraits and use MachineInstrExpressionTrai...
2010-02-23 Jakob Stoklund OlesenDead code elimination
2010-02-17 Jakob Stoklund OlesenDead code elimination.
2010-02-16 Dale JohannesenHandle DBG_VALUE mixed with labels when doing PHI
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.