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