Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-09-25 Chris LattnerAdd support for ImmutablePasses, which are not run...
2002-08-29 Chris LattnerMake the getAnalyss<> members const. Using them does...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
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-30 Chris LattnerAdd hooks to get information out of concrete pass manag...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris LattnerAnalysis contructors now no longer take AnalysisID...
2002-07-23 Chris LattnerBreak part of Pass.h out into PassAnalysisSupport.h