Move a few more convenience factory functions from Constant to LLVMContext.
[oota-llvm.git] / include / llvm / Pass.h
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...