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