aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for passes to announce that they only depend on the CFG of aChris Lattner2002-05-061-0/+9
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-2/+5
* Stub functions for timing supportChris Lattner2002-04-291-0/+3
* Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner2002-04-281-12/+11
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-281-6/+13
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-53/+80
* Allow a pass to obtain an analysis result for updating.Chris Lattner2002-04-101-0/+20
* Fix the release buildChris Lattner2002-04-041-2/+0
* Rename Method to FunctionChris Lattner2002-03-231-9/+9
* * Make debugging output nicerChris Lattner2002-01-311-14/+32
* Checkin new pass framework. This one is more useful and automaticallyChris Lattner2002-01-301-67/+159
* Pull run() into Pass.cppChris Lattner2002-01-231-7/+3
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-87/+118
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner2001-10-181-0/+126