aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
AgeCommit message (Expand)Author
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-05-26Use one destination constructor for the unconditional branch.Alkis Evlogimenos
2003-11-21Minor cleanups and simplificationsChris Lattner
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-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-10Expand the pass to unify all of the unwind blocks as wellChris Lattner
2003-05-22Remove using declarationsChris Lattner
2003-03-31* We now preserve the no-critical-edge pass (because we cannot insert critica...Chris Lattner
2002-09-12Fix bug I introduced with one of my previous changes.Chris Lattner
2002-09-10Fix bugs in previous checkinsChris Lattner
2002-09-10Fix minor problems in previous checkinChris Lattner
2002-09-10Clean up code due to auto-insert constructorsChris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Give the unified exit node a nameChris Lattner
2002-05-07Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner
2002-05-07Cleanup implementation a bitChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-01General cleanupChris Lattner
2002-01-31Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner
2002-01-31Convert analyses to new pass structureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-06Add method to unify all exit nodes of a methodChris Lattner