Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
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