aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change errs() to dbgs().David Greene2010-01-051-11/+11
* Tail duplication should zap a copy it inserted for SSA update if the copy is ...Evan Cheng2009-12-151-13/+37
* Delete code accidentally left behind.Evan Cheng2009-12-071-10/+0
* Pre-regalloc tale duplication. Work in progress.Evan Cheng2009-12-071-90/+220
* 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