Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / include / llvm / PassManager.h
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2008-06-26 Chris Lattnerallow updating the MPM, so that you can use one Functio...
2008-03-11 Dan GohmanGive PassManager and FunctionPassManager a common base...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-25 Chris Lattnerremove unimplemented ctor, add some comments.
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-05-11 Dan GohmanRemove forward-declarations for classes that don't...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-01-05 Devang PatelRemove old pass manager.
2006-12-19 Devang Patels/BasicBlockPassManager/BBPassManager/g
2006-12-13 Devang PatelAdd #ifdef switch toggle between old and new pass manag...
2006-12-13 Devang PatelFunctionPassManager does not support runOnModule().
2006-12-13 Devang PatelImplement PassManager_New destructors.
2006-12-08 Devang PatelImplement FunctionPassManager_New::FunctionPassManager_...
2006-11-15 Devang PatelAdd run(Function &F) support in FunctionPassManager_New
2006-11-15 Devang PatelAdd doInitialization and doFinalization support in...
2006-11-11 Devang PatelMove CommonPassManagerImpl from PassManager.h to PassMa...
2006-11-11 Devang PatelKeep track if analysis made available by the pass.
2006-11-11 Devang PatelKeep track of analysis required by the passes. Force...
2006-11-10 Devang Patels/PassManagerAnalysisHelper/CommonPassManagerImpl
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelDerive new pass managers from PassManagerAnalysisHelper.
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Devang PatelFix comment.
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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...