Don't count PHI instructions toward the limit for tail duplicating a block.
[oota-llvm.git] / lib / CodeGen / TailDuplication.cpp
2009-12-02 Bob WilsonDon't count PHI instructions toward the limit for tail...
2009-11-30 Bob WilsonReprioritize tests for tail duplication to be aggressiv...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-26 Bob WilsonRename new TailDuplicationPass to avoid name conflict...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...