Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / VMCore / Pass.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-18 Chris LattnerReduce reliance on rtti info
2007-05-02 Devang PatelRe-install patch to enable use of PassID.
2007-05-02 Chris Lattnerrevert enough of devang's recent patches to get the...
2007-05-02 Chris Lattnerdisable this assertion as a hack to get the build more...
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-26 Devang PatelMove ~Pass() from Pass.h into Pass.cpp
2007-04-21 Chris LattnerFix a bug that prevented the JIT from working correctly...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-05 Devang Patel1) Remove old AnalysisResolver.
2007-01-05 Devang PatelRemove old pass manager.
2006-12-22 Devang PatelModulePass and ImmutablePass. Force out of line virtual...
2006-12-13 Devang PatelUsing PDL as a prefix for PassDebugLevel enums is not...
2006-12-13 Devang PatelMove enum PassDebugLevel from PassManagerT.h to Pass.h.
2006-12-13 Devang PatelAdd #ifdef switch toggle between old and new pass manag...
2006-12-10 Chris Lattnerfix PR1039 by making timing info be destroyed by llvm_s...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-09-04 Chris LattnerAdd explicit doInitialization/doFinalization methods...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-06-07 Reid SpencerFor PR780:
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2005-04-25 Reid SpencerOlder compilers won't like the inline virtual destructo...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-07 Reid SpencerFor PR387:\
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-07-07 Misha BrukmanThere is no error message to print out, end sentence...
2004-07-07 Reid SpencerFix for bug 391.
2004-07-04 Reid Spencer- #include <iostream> since its not in Value.h any...
2004-02-29 Chris LattnerFix -debug-pass=Executions, which relied on Function...
2004-02-28 Brian GaekeFix typo in comment
2004-02-09 Chris LattnerTwo problems with these lines of code:
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-13 Chris Lattner* Remove extraneous #includes
2003-10-12 Chris LattnerRename method
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-14 Chris LattnerDramatically simplify how -time-passes works.
2003-08-12 Brian GaekeAdd FunctionPassManager - it's like a PassManager,...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-03-21 Chris LattnerAdd helper method
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-01 Chris LattnerFactor timer code out of PassManager implementation...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-09-13 Chris LattnerAnother portability fix provided via Casey Carter:
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-08-30 Chris Lattner - PassManager prints analysis sets nicer
2002-08-21 Chris Lattner - Fighting with linking problem due to removing the...
2002-08-21 Chris LattnerRemove debugging code accidentally checked in.
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-20 Chris LattnerSort -time-passes report first by user+system, then...
2002-08-19 Chris LattnerAdd missing space
2002-08-19 Chris LattnerFix the -time-passes option to not print NaN when there...
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* PassInfo is allowed to be missing now (ie, not all...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerAdd support for pass registration
2002-07-22 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-06 Chris LattnerMake functions that preserve the CFG not invalidate...
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 FunctionPass::doesNotModifyCFG to AnalysisUsage...
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...
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 the release build compile
2002-03-26 Chris LattnerChange references from Method to Function
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerImplement new pass framework
2002-01-23 Chris Lattner* Expose new command line arg --debug-pass for gccas...
2002-01-22 Chris LattnerOops, misnamed function, didn't override correctly...
2002-01-22 Chris LattnerOoops, forgot to implement void PassManager::add(BasicB...
2002-01-21 Chris LattnerImplementation of the new spiffy pass system