Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson | 2009-11-26 | 1 | -8/+0 |
* | Perform tail duplication only once, after tail merging is complete. | Bob Wilson | 2009-11-17 | 1 | -3/+2 |
* | Make the BranchFolderPass class local to BranchFolding.cpp. | Dan Gohman | 2009-11-12 | 1 | -14/+1 |
* | Promote MergePotentialsElt and SameTailElt to be regular classes | Dan Gohman | 2009-11-11 | 1 | -2/+49 |
* | Check in the changes to this file too. | Dan Gohman | 2009-11-11 | 1 | -3/+9 |
* | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson | 2009-10-28 | 1 | -7/+3 |
* | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 1 | -3/+7 |
* | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 1 | -0/+84 |