Added LLVM copyright header.
[oota-llvm.git] / lib / VMCore / PassManagerT.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-13 Chris LattnerThis is a header file, hear me roar
2003-10-13 Chris LattnerRegularize header file comments
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-14 Chris LattnerDramatically simplify how -time-passes works.
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-04-24 Chris LattnerFix a nasty bug where the ConstantMerge pass was invali...
2003-02-26 Chris LattnerAllow ImmutablePass's to require other immutable passes...
2003-02-14 Chris LattnerFix a misunderstanding of the standard associative...
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-01 Chris LattnerMake sure to use the TimerGroup that we created!
2002-10-01 Chris LattnerMake sure not to count the PassManager wrapers
2002-10-01 Chris LattnerFactor timer code out of PassManager implementation...
2002-09-29 Chris LattnerFix a problem that was caused by stale analyses being...
2002-09-25 Chris Lattner* Fix ugly bug in previous checkin where I reused the...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Check...
2002-08-30 Chris Lattner - Use Pass::AnalysisImpls instead of findAnalysisGrou...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-20 Chris LattnerSort -time-passes report first by user+system, then...
2002-08-01 Chris LattnerEnhance -time-passes to be more detailed and useful
2002-07-31 Chris LattnerWe need iostream in PassManagerT.h to use cerr
2002-07-30 Chris LattnerImplement new -debug-pass=Arguments option that causes...
2002-07-30 Chris Lattner* Move some code from Pass.cpp to PassManagerT.h
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-30 Chris LattnerFix problem where subpasses would invalidate all analys...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-29 Chris LattnerAdd a new command line option for PassManager using...
2002-04-28 Chris LattnerMove include/llvm/PassManager.h to lib/VMCore/PassManag...
2002-04-28 Chris LattnerMinor changes to allow Modules (which are no longer...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-04 Chris LattnerMake build work in release mode
2002-03-23 Chris LattnerRename Method to Function
2002-03-17 Chris LattnerMake an assertion provide a more helpful error message
2002-02-01 Chris LattnerAdd more debug output
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerFix bug where we didn't initialize and finalize basic...
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...