Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Pass.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-10 Misha BrukmanFix spelling.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerMove getAnalysisToUpdate to after the definition of...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-03 Misha BrukmanIt's 'separate'. The 'i.e.' is kinda nit-picking, but...
2003-03-21 Chris LattnerAdd helper method
2003-02-26 Chris Lattner* Un "protect" the getAnalysis<> functions
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-09-17 Vikram S. AdveFix typo in comment.
2002-09-12 Chris LattnerAdd a new BasicBlockPass::doInitialization/Finalization...
2002-09-06 Chris LattnerMake getAnalysisToUpdate<AnalysisType>() public so...
2002-08-30 Chris Lattner - Pass now has AnalysisImpls class to implement getAn...
2002-08-29 Chris LattnerMake the getAnalyss<> members const. Using them does...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-21 Chris Lattner - Make Pass::lookupPassInfo a public member
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-08 Chris Lattner - Cleaned up the interface to AnalysisUsage to take...
2002-07-29 Chris Lattner* Fix comment descriptions
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h
2002-06-25 Chris Lattner*** empty log message ***
2002-05-06 Chris LattnerAdd support for passes to announce that they only depen...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-29 Chris LattnerStub functions for timing support
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-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-10 Chris LattnerAllow a pass to obtain an analysis result for updating.
2002-04-04 Chris LattnerFix the release build
2002-03-23 Chris LattnerRename Method to Function
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-23 Chris LattnerPull run() into Pass.cpp
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...