aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/BranchFolding.h
Commit message (Expand)AuthorAgeFilesLines
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-261-8/+0
* Perform tail duplication only once, after tail merging is complete.Bob Wilson2009-11-171-3/+2
* Make the BranchFolderPass class local to BranchFolding.cpp.Dan Gohman2009-11-121-14/+1
* Promote MergePotentialsElt and SameTailElt to be regular classesDan Gohman2009-11-111-2/+49
* Check in the changes to this file too.Dan Gohman2009-11-111-3/+9
* Revert r85346 change to control tail merging by CodeGenOpt::Level.Bob Wilson2009-10-281-7/+3
* Record CodeGen optimization level in the BranchFolding pass so that we canBob Wilson2009-10-271-3/+7
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-041-0/+84