Use archive libraries instead of object files for VMCore, BCReader,
[oota-llvm.git] / lib / VMCore / PassManagerT.h
2006-01-12 Chris LattnerPatch #10 from Saem:
2006-01-11 Chris LattnerPatch #9 from Saem:
2006-01-08 Reid SpencerSaem Ghani's PassManager Patch #8:
2006-01-07 Chris LattnerPatch #7 from Saem:
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2006-01-04 Chris LattnerSaem's patch #5 of the passmanager refactoring
2006-01-04 Chris Lattnerpatch #4 in Saem's passmanager refactoring.
2006-01-03 Chris Lattnersilence some warnings
2006-01-03 Chris LattnerFinally commit Saem's 'patch #3' to refactor the pass...
2005-12-30 Chris LattnerPatch #1 of Saem Ghani's Pass Manager refactoring....
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-14 Chris LattnerMake this compatible with the HP/intel compiler. Fix...
2004-12-08 Chris LattnerWork correctly with MSVC and ICC, patch contributed...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-23 Brian GaekeFix problem with inserting FunctionPasses that depend...
2004-07-16 Chris LattnerIA64 compat
2004-06-04 Chris LattnerUgh, apparently there is no common ground here.
2004-03-12 Misha BrukmanKeep transitively-required passes alive for queries...
2004-02-29 Chris LattnerFix -debug-pass=Executions, which relied on Function...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerMake code gcc 3.4 clean
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...