summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
Commit message (Expand)AuthorAge
* Preserve and update ETForest. Patch by Daniel BerlinChris Lattner2006-01-11
* Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixesChris Lattner2005-08-13
* Change break critical edges to not remove, then insert, PHI node entries.Chris Lattner2005-08-12
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Changes For Bug 352Reid Spencer2004-09-01
* Expose this as a functionpassChris Lattner2004-07-31
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llxChris Lattner2004-02-29
* Finegrainify namespacificationChris Lattner2004-01-09
* Minor cleanups and simplificationsChris Lattner2003-11-21
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* 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