aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/PassManager.h
AgeCommit message (Expand)Author
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-02-01Add pass printer passes in the right place.Andrew Trick
2012-02-01whitespaceAndrew Trick
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-05-10Fix PR6875:David Greene
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-11-01Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor
2009-11-01Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman
2008-06-26allow updating the MPM, so that you can use one FunctionPAssManager withChris Lattner
2008-03-11Give PassManager and FunctionPassManager a common base class, withDan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-25remove unimplemented ctor, add some comments.Chris Lattner
2007-07-30Fix pastos in comments for doFinalization functions.Dan Gohman
2007-05-11Remove forward-declarations for classes that don't exist.Dan Gohman
2007-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2007-01-05Remove old pass manager.Devang Patel
2006-12-19s/BasicBlockPassManager/BBPassManager/gDevang Patel
2006-12-13Add #ifdef switch toggle between old and new pass manager. However,Devang Patel
2006-12-13FunctionPassManager does not support runOnModule().Devang Patel
2006-12-13Implement PassManager_New destructors.Devang Patel
2006-12-08Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)Devang Patel
2006-11-15Add run(Function &F) support in FunctionPassManager_NewDevang Patel
2006-11-15Add doInitialization and doFinalization support in FunctionManager_New.Devang Patel
2006-11-11Move CommonPassManagerImpl from PassManager.h to PassManager.cppDevang Patel
2006-11-11Keep track if analysis made available by the pass.Devang Patel
2006-11-11Keep track of analysis required by the passes. Force use of new passDevang Patel
2006-11-10s/PassManagerAnalysisHelper/CommonPassManagerImplDevang Patel
2006-11-08Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...Devang Patel
2006-11-08Split PassManager_New into PassManager_New and PassManagerImpl_New.Devang Patel
2006-11-08Move BasicBlockPassManager_New, FunctionPassManager_New andDevang Patel
2006-11-08Beautify.Devang Patel
2006-11-07Derive new pass managers from PassManagerAnalysisHelper.Devang Patel
2006-11-07Introduce PassManagerAnalysisHelper.Devang Patel
2006-11-07Add PassManager_New.Devang Patel
2006-11-07Fix comment.Devang Patel
2006-11-07Add ModulePassManager_New.Devang Patel
2006-11-07Add FunctionPassManager_New.Devang Patel
2006-11-07Add BasicBlockPassManager_New.Devang Patel
2006-09-04Add explicit doInitialization/doFinalization methods instead of makingChris Lattner
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