summaryrefslogtreecommitdiff
path: root/include/llvm/Pass.h
Commit message (Expand)AuthorAge
...
* Break part of Pass.h out into PassAnalysisSupport.hChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-06-25
* Add support for passes to announce that they only depend on the CFG of aChris Lattner2002-05-06
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Stub functions for timing supportChris Lattner2002-04-29
* Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner2002-04-28
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Allow a pass to obtain an analysis result for updating.Chris Lattner2002-04-10
* Fix the release buildChris Lattner2002-04-04
* Rename Method to FunctionChris Lattner2002-03-23
* * Make debugging output nicerChris Lattner2002-01-31
* Checkin new pass framework. This one is more useful and automaticallyChris Lattner2002-01-30
* Pull run() into Pass.cppChris Lattner2002-01-23
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner2001-10-18