aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/FunctionInlining.h
AgeCommit message (Expand)Author
2002-11-19This file is supersumed by Utils/Cloning.hChris Lattner
2002-11-19Move inlining pass to IPO.hChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner
2001-10-18Convert to new simpler pass structureChris Lattner
2001-10-18Convert optimizations to use the Pass infrastructureChris Lattner
2001-06-30Split AllOpts.h into lots of little .h files.Chris Lattner