* Standardize how analysis results/passes as printed with the print() virtual
[oota-llvm.git] / lib / VMCore / Pass.cpp
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