aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups and simplificationsChris Lattner2003-11-211-10/+4
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-5/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-101-5/+29
* Remove using declarationsChris Lattner2003-05-221-4/+3
* * We now preserve the no-critical-edge pass (because we cannot insert critica...Chris Lattner2003-03-311-11/+17
* Fix bug I introduced with one of my previous changes.Chris Lattner2002-09-121-1/+1
* Fix bugs in previous checkinsChris Lattner2002-09-101-4/+4
* Fix minor problems in previous checkinChris Lattner2002-09-101-3/+3
* Clean up code due to auto-insert constructorsChris Lattner2002-09-101-5/+5
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-2/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-231-0/+2
* *** empty log message ***Chris Lattner2002-06-251-8/+8
* Give the unified exit node a nameChris Lattner2002-05-071-1/+1
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-071-1/+1
* Cleanup implementation a bitChris Lattner2002-05-071-4/+6
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1
* s/Method/FunctionChris Lattner2002-04-271-3/+3
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-8/+8
* General cleanupChris Lattner2002-02-011-4/+3
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-311-8/+11
* Convert analyses to new pass structureChris Lattner2002-01-311-0/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+1
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+1
* Broad superficial changes:Chris Lattner2001-07-071-1/+1
* Add method to unify all exit nodes of a methodChris Lattner2001-07-061-0/+69