aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassManager.h
Commit message (Expand)AuthorAgeFilesLines
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-86/+18
* Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick2013-09-191-5/+0
* Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick2013-09-181-0/+5
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-0/+4
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-8/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+8
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-8/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+8
* Add pass printer passes in the right place.Andrew Trick2012-02-011-9/+1
* whitespaceAndrew Trick2012-02-011-6/+6
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-071-1/+0
* Fix PR6875:David Greene2010-05-101-0/+7
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-10/+3
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-011-1/+2
* Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman2009-11-011-2/+1
* allow updating the MPM, so that you can use one FunctionPAssManager withChris Lattner2008-06-261-0/+6
* Give PassManager and FunctionPassManager a common base class, withDan Gohman2008-03-111-2/+16
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove unimplemented ctor, add some comments.Chris Lattner2007-10-251-4/+3
* Fix pastos in comments for doFinalization functions.Dan Gohman2007-07-301-1/+1
* Remove forward-declarations for classes that don't exist.Dan Gohman2007-05-111-1/+0
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-1/+1
* Remove old pass manager.Devang Patel2007-01-051-68/+0
* s/BasicBlockPassManager/BBPassManager/gDevang Patel2006-12-191-4/+4
* Add #ifdef switch toggle between old and new pass manager. However,Devang Patel2006-12-131-11/+17
* FunctionPassManager does not support runOnModule().Devang Patel2006-12-131-5/+0
* Implement PassManager_New destructors.Devang Patel2006-12-131-1/+2
* Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P)Devang Patel2006-12-081-1/+1
* Add run(Function &F) support in FunctionPassManager_NewDevang Patel2006-11-151-0/+6
* Add doInitialization and doFinalization support in FunctionManager_New.Devang Patel2006-11-151-1/+8
* Move CommonPassManagerImpl from PassManager.h to PassManager.cppDevang Patel2006-11-111-41/+2
* Keep track if analysis made available by the pass.Devang Patel2006-11-111-1/+8
* Keep track of analysis required by the passes. Force use of new passDevang Patel2006-11-111-2/+2
* s/PassManagerAnalysisHelper/CommonPassManagerImplDevang Patel2006-11-101-6/+4
* Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...Devang Patel2006-11-081-0/+28
* Split PassManager_New into PassManager_New and PassManagerImpl_New.Devang Patel2006-11-081-14/+6
* Move BasicBlockPassManager_New, FunctionPassManager_New andDevang Patel2006-11-081-81/+2
* Beautify.Devang Patel2006-11-081-16/+17
* Derive new pass managers from PassManagerAnalysisHelper.Devang Patel2006-11-071-4/+8
* Introduce PassManagerAnalysisHelper.Devang Patel2006-11-071-0/+30
* Add PassManager_New.Devang Patel2006-11-071-0/+34
* Fix comment.Devang Patel2006-11-071-1/+1
* Add ModulePassManager_New.Devang Patel2006-11-071-0/+23
* Add FunctionPassManager_New.Devang Patel2006-11-071-0/+35
* Add BasicBlockPassManager_New.Devang Patel2006-11-071-0/+23
* Add explicit doInitialization/doFinalization methods instead of makingChris Lattner2006-09-041-0/+8
* Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner2006-01-041-3/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4