More templatization.
[oota-llvm.git] / lib / CodeGen / StrongPHIElimination.cpp
2007-11-13 Owen AndersonRun computeDomForest() on the set of registers that...
2007-11-13 Owen AndersonPreserve LiveVariables when doing critical edge splitting.
2007-11-12 Owen AndersonBreak critical edges coming into blocks with PHI nodes.
2007-11-12 Owen AndersonAs Chris and Evan pointed out, BreakCriticalMachineEdge...
2007-11-08 Owen AndersonTake another stab at getting isLiveIn() and isLiveOut...
2007-11-07 Owen AndersonAdd some more of StrongPHIElim.
2007-11-06 Owen AndersonAdd a few comments.
2007-11-06 Owen AndersonDomForest is a forest of registers, not instructions.
2007-11-06 Owen AndersonStrongPHIElimination requires LiveVariables.
2007-11-04 Owen AndersonAnother step of stronger PHI elimination down.
2007-10-31 Duncan SandsAdd a newline at the end of the file.
2007-10-31 Owen AndersonAdd the skeleton of a better PHI elimination pass.