summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle recursive PHI's.Evan Cheng2009-12-041-18/+18
* Add a pre-regalloc tail duplication pass.Evan Cheng2009-12-041-98/+215
* Teach tail duplication to update SSA form. Work in progress.Evan Cheng2009-12-031-3/+134
* Don't count PHI instructions toward the limit for tail duplicating a block.Bob Wilson2009-12-021-4/+6
* Reprioritize tests for tail duplication to be aggressive about indirectBob Wilson2009-11-301-3/+3
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-301-2/+1
* Rename new TailDuplicationPass to avoid name conflict with the old one.Bob Wilson2009-11-261-10/+10
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-261-0/+250
OpenPOWER on IntegriCloud