Age | Commit message (Expand) | Author |
2013-05-01 | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo |
2012-11-29 | One more step towards making doInitialization and doFinalization useful for | Pedro Artigas |
2012-11-27 | Revert r168635 "Step towards implementation of pass manager with doInitializa... | Owen Anderson |
2012-11-26 | Step towards implementation of pass manager with doInitialization and doFinal... | Owen Anderson |
2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |
2012-02-01 | Add pass printer passes in the right place. | Andrew Trick |
2012-02-01 | whitespace | Andrew Trick |
2010-08-07 | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman |
2010-05-10 | Fix PR6875: | David Greene |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2009-11-01 | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor |
2009-11-01 | Remove the #include of Pass.h from PassManager.h. This breaks a significant | Dan Gohman |
2008-06-26 | allow updating the MPM, so that you can use one FunctionPAssManager with | Chris Lattner |
2008-03-11 | Give PassManager and FunctionPassManager a common base class, with | Dan Gohman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-10-25 | remove unimplemented ctor, add some comments. | Chris Lattner |
2007-07-30 | Fix pastos in comments for doFinalization functions. | Dan Gohman |
2007-05-11 | Remove forward-declarations for classes that don't exist. | Dan Gohman |
2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
2007-01-05 | Remove old pass manager. | Devang Patel |
2006-12-19 | s/BasicBlockPassManager/BBPassManager/g | Devang Patel |
2006-12-13 | Add #ifdef switch toggle between old and new pass manager. However, | Devang Patel |
2006-12-13 | FunctionPassManager does not support runOnModule(). | Devang Patel |
2006-12-13 | Implement PassManager_New destructors. | Devang Patel |
2006-12-08 | Implement FunctionPassManager_New::FunctionPassManager_New(ModuleProvider *P) | Devang Patel |
2006-11-15 | Add run(Function &F) support in FunctionPassManager_New | Devang Patel |
2006-11-15 | Add doInitialization and doFinalization support in FunctionManager_New. | Devang Patel |
2006-11-11 | Move CommonPassManagerImpl from PassManager.h to PassManager.cpp | Devang Patel |
2006-11-11 | Keep track if analysis made available by the pass. | Devang Patel |
2006-11-11 | Keep track of analysis required by the passes. Force use of new pass | Devang Patel |
2006-11-10 | s/PassManagerAnalysisHelper/CommonPassManagerImpl | Devang Patel |
2006-11-08 | Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa... | Devang Patel |
2006-11-08 | Split PassManager_New into PassManager_New and PassManagerImpl_New. | Devang Patel |
2006-11-08 | Move BasicBlockPassManager_New, FunctionPassManager_New and | Devang Patel |
2006-11-08 | Beautify. | Devang Patel |
2006-11-07 | Derive new pass managers from PassManagerAnalysisHelper. | Devang Patel |
2006-11-07 | Introduce PassManagerAnalysisHelper. | Devang Patel |
2006-11-07 | Add PassManager_New. | Devang Patel |
2006-11-07 | Fix comment. | Devang Patel |
2006-11-07 | Add ModulePassManager_New. | Devang Patel |
2006-11-07 | Add FunctionPassManager_New. | Devang Patel |
2006-11-07 | Add BasicBlockPassManager_New. | Devang Patel |
2006-09-04 | Add explicit doInitialization/doFinalization methods instead of making | Chris Lattner |
2006-01-04 | Patch #6's in Saem's refactor-the-passmanager patch series. From him: | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-14 | Enabling incremental bytecode loading in the JIT: | Misha Brukman |
2003-10-10 | Use 'F' for Function instead of 'M'. | Misha Brukman |