Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / PassManager.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-10 Misha BrukmanUse 'F' for Function instead of 'M'.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-05-20 Misha BrukmanThe plural of `Pass' is Passes, not Pass's.
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...