aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
AgeCommit message (Expand)Author
2006-06-02Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-16Add support for the unreachable instructionChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-10Expand the pass to unify all of the unwind blocks as wellChris Lattner
2003-03-31Add getAnalysisUsage methodChris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-07-29* Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Cleanup implementation a bit + commentsChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-27s/Method/Function in classnameChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-01Add constructor for addition to opt programChris Lattner
2002-01-31Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner
2002-01-30Convert xforms over to use new pass structureChris Lattner