Age | Commit message (Expand) | Author |
---|---|---|
2010-06-22 | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng |
2009-11-26 | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson |
2009-11-17 | Perform tail duplication only once, after tail merging is complete. | Bob Wilson |
2009-11-12 | Make the BranchFolderPass class local to BranchFolding.cpp. | Dan Gohman |
2009-11-11 | Promote MergePotentialsElt and SameTailElt to be regular classes | Dan Gohman |
2009-11-11 | Check in the changes to this file too. | Dan Gohman |
2009-10-28 | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson |
2009-10-27 | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson |
2009-09-04 | Run branch folding if if-converter make some transformations. | Evan Cheng |