summaryrefslogtreecommitdiff
path: root/lib/CodeGen/BranchFolding.h
Commit message (Expand)AuthorAge
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* [branchfolding] Fix typo in C++ editor declaration.Michael Gottesman2013-08-12
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-24
* When tail-merging multiple blocks, make sure to correctly update the live-in ...Eli Friedman2011-07-06
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
* Make the threshold used by branch folding softer. Before we would get aRafael Espindola2011-06-14
* Re-commit 131172 with fix. MachineInstr identity checks should check deadEvan Cheng2011-05-12
* Revert 131172 as it is causing clang to miscompile itself. I will tryRafael Espindola2011-05-11
* Add a late optimization to BranchFolding that hoist common instruction sequencesEvan Cheng2011-05-11
* Tail merging pass shall not break up IT blocks. rdar://8115404Evan Cheng2010-06-22
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-26
* Perform tail duplication only once, after tail merging is complete.Bob Wilson2009-11-17
* Make the BranchFolderPass class local to BranchFolding.cpp.Dan Gohman2009-11-12
* Promote MergePotentialsElt and SameTailElt to be regular classesDan Gohman2009-11-11
* Check in the changes to this file too.Dan Gohman2009-11-11
* Revert r85346 change to control tail merging by CodeGenOpt::Level.Bob Wilson2009-10-28
* Record CodeGen optimization level in the BranchFolding pass so that we canBob Wilson2009-10-27
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-04