aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/PassManager.h
AgeCommit message (Expand)Author
2006-01-04Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-10-10Use 'F' for Function instead of 'M'.Misha Brukman
2003-09-30Standardize header file commentsChris Lattner
2003-08-14Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke
2003-08-12Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke
2003-05-20The plural of `Pass' is Passes, not Pass's.Misha Brukman
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-04-28* Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner