summaryrefslogtreecommitdiff
path: root/include/llvm/PassManager.h
Commit message (Expand)AuthorAge
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Use 'F' for Function instead of 'M'.Misha Brukman2003-10-10
* Standardize header file commentsChris Lattner2003-09-30
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-14
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-12
* The plural of `Pass' is Passes, not Pass's.Misha Brukman2003-05-20
* Convert comments to Doxygen styleChris Lattner2002-08-25
* *** empty log message ***Chris Lattner2002-06-25
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-28