Changes For Bug 352
[oota-llvm.git] / lib / VMCore / Pass.cpp
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