summaryrefslogtreecommitdiff
path: root/include/llvm/PassAnalysisSupport.h
Commit message (Expand)AuthorAge
...
* Add assertion checks to nail bugs early.Chris Lattner2002-08-21
* - Eliminate the need for analyses to expose an ::ID member.Chris Lattner2002-08-21
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Add hooks to get information out of concrete pass manager implementationsChris Lattner2002-07-30
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* Analysis contructors now no longer take AnalysisID's as their argument,Chris Lattner2002-07-26
* Break part of Pass.h out into PassAnalysisSupport.hChris Lattner2002-07-23