summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
Commit message (Expand)AuthorAge
...
* Reorganize code for locality, improve commentsChris Lattner2003-11-10
* Adjust to new critical edge interfaceChris Lattner2003-11-10
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-12
* Fix spelling.Misha Brukman2003-10-10
* Remove unnecesary &*'sChris Lattner2003-04-23
* BreakCriticalEdges should update dominance frontier information as well asChris Lattner2002-10-31
* - Fix bug: cee/2002-10-07-NoImmediateDominator.llChris Lattner2002-10-08
* Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges passChris Lattner2002-10-08
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* - Cleanup break-crit-edges pass by making SplitCriticalEdge a member method.Chris Lattner2002-09-26
* - Do not expose Critical Edge breaking mechanics outside the BCE pass, thusChris Lattner2002-09-24
* - Expose passinfo from BreakCriticalEdges pass so that it may be "Required"Chris Lattner2002-09-24
* Add new BreakCriticalEdges passChris Lattner2002-09-24