aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassManager.h
Commit message (Expand)AuthorAgeFilesLines
* Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner2006-01-041-3/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-1/+3
* Use 'F' for Function instead of 'M'.Misha Brukman2003-10-101-1/+1
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-141-0/+6
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-121-1/+25
* The plural of `Pass' is Passes, not Pass's.Misha Brukman2003-05-201-1/+1
* Convert comments to Doxygen styleChris Lattner2002-08-251-8/+8
* *** empty log message ***Chris Lattner2002-06-251-1/+1
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-281-0/+36