| Age | Commit message (Expand) | Author |
| 2007-01-05 | Remove PassManagerT.h | Devang Patel |
| 2007-01-05 | Remove old pass manager. | Devang Patel |
| 2006-12-13 | Using PDL as a prefix for PassDebugLevel enums is not a good idea. | Devang Patel |
| 2006-12-13 | Move enum PassDebugLevel from PassManagerT.h to Pass.h. | Devang Patel |
| 2006-12-10 | fix PR1039 by making timing info be destroyed by llvm_shutdown, not by | Chris Lattner |
| 2006-12-07 | Removing even more <iostream> includes. | Bill Wendling |
| 2006-10-30 | Update comment. Valid option is -debug-pass=Structures. | Devang Patel |
| 2006-09-02 | Count the time for a pass to ReleaseMemory against that pass. Not doing this | Chris Lattner |
| 2006-08-28 | Silence -Woverloaded-virtual warnings. | Chris Lattner |
| 2006-01-12 | Patch #10 from Saem: | Chris Lattner |
| 2006-01-11 | Patch #9 from Saem: | Chris Lattner |
| 2006-01-08 | Saem Ghani's PassManager Patch #8: | Reid Spencer |
| 2006-01-07 | Patch #7 from Saem: | Chris Lattner |
| 2006-01-04 | Patch #6's in Saem's refactor-the-passmanager patch series. From him: | Chris Lattner |
| 2006-01-04 | Saem's patch #5 of the passmanager refactoring | Chris Lattner |
| 2006-01-04 | patch #4 in Saem's passmanager refactoring. | Chris Lattner |
| 2006-01-03 | silence some warnings | Chris Lattner |
| 2006-01-03 | Finally commit Saem's 'patch #3' to refactor the pass manager | Chris Lattner |
| 2005-12-30 | Patch #1 of Saem Ghani's Pass Manager refactoring. From the man: | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-01-14 | Make this compatible with the HP/intel compiler. Fix by Duraid, thanks! | Chris Lattner |
| 2004-12-08 | Work correctly with MSVC and ICC, patch contributed by Bjørn Wennberg | Chris Lattner |
| 2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
| 2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-23 | Fix problem with inserting FunctionPasses that depend on ImmutablePasses | Brian Gaeke |
| 2004-07-16 | IA64 compat | Chris Lattner |
| 2004-06-04 | Ugh, apparently there is no common ground here. | Chris Lattner |
| 2004-03-12 | Keep transitively-required passes alive for queries to work after the initial | Misha Brukman |
| 2004-02-29 | Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-11-05 | Make code gcc 3.4 clean | Chris Lattner |
| 2003-10-21 | Added LLVM copyright header. | John Criswell |
| 2003-10-13 | This is a header file, hear me roar | Chris Lattner |
| 2003-10-13 | Regularize header file comments | Chris Lattner |
| 2003-08-14 | Add new method to FunctionPassManager to add ImmutablePasses. | Brian Gaeke |
| 2003-08-14 | Dramatically simplify how -time-passes works. | Chris Lattner |
| 2003-06-23 | Add support for GCC 3.3 | Chris Lattner |
| 2003-04-24 | Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData ... | Chris Lattner |
| 2003-02-26 | Allow ImmutablePass's to require other immutable passes and to be initialized | Chris Lattner |
| 2003-02-14 | Fix a misunderstanding of the standard associative containers | Chris Lattner |
| 2002-10-29 | Fix spelling of `propagate'. | Misha Brukman |
| 2002-10-21 | - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to | Chris Lattner |
| 2002-10-01 | Make sure to use the TimerGroup that we created! | Chris Lattner |
| 2002-10-01 | Make sure not to count the PassManager wrapers | Chris Lattner |
| 2002-10-01 | Factor timer code out of PassManager implementation, into a generic interface | Chris Lattner |
| 2002-09-29 | Fix a problem that was caused by stale analyses being in CurrentAnalyses | Chris Lattner |
| 2002-09-25 | * Fix ugly bug in previous checkin where I reused the name 'i' one too many t... | Chris Lattner |
| 2002-09-25 | Add support for ImmutablePasses, which are not run, and cannot be | Chris Lattner |
| 2002-09-12 | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner |