aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+3
* Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner2006-06-021-0/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add support for the unreachable instructionChris Lattner2004-10-161-3/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-101-12/+13
* Add getAnalysisUsage methodChris Lattner2003-03-311-2/+5
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-2/+1
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-291-1/+0
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+0
* *** empty log message ***Chris Lattner2002-06-251-1/+1
* Cleanup implementation a bit + commentsChris Lattner2002-05-071-19/+7
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* s/Method/Function in classnameChris Lattner2002-04-271-4/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-14/+11
* Rename Method to FunctionChris Lattner2002-03-231-3/+3
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-0/+4
* Add constructor for addition to opt programChris Lattner2002-02-011-1/+1
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-311-4/+10
* Convert xforms over to use new pass structureChris Lattner2002-01-301-0/+37