Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle recursive PHI's. | Evan Cheng | 2009-12-04 | 1 | -18/+18 |
* | Add a pre-regalloc tail duplication pass. | Evan Cheng | 2009-12-04 | 1 | -98/+215 |
* | Teach tail duplication to update SSA form. Work in progress. | Evan Cheng | 2009-12-03 | 1 | -3/+134 |
* | Don't count PHI instructions toward the limit for tail duplicating a block. | Bob Wilson | 2009-12-02 | 1 | -4/+6 |
* | Reprioritize tests for tail duplication to be aggressive about indirect | Bob Wilson | 2009-11-30 | 1 | -3/+3 |
* | Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable | Bob Wilson | 2009-11-30 | 1 | -2/+1 |
* | Rename new TailDuplicationPass to avoid name conflict with the old one. | Bob Wilson | 2009-11-26 | 1 | -10/+10 |
* | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson | 2009-11-26 | 1 | -0/+250 |