aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
Commit message (Expand)AuthorAgeFilesLines
* 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