summaryrefslogtreecommitdiff
path: root/include/llvm/PassAnalysisSupport.h
Commit message (Expand)AuthorAge
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Older compilers won't like the inline virtual destructor in the header fileReid Spencer2005-04-25
* Shut GCC 4.0 up when it complains about classes with virtual functions thatReid Spencer2005-04-24
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive forMisha Brukman2004-03-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Move getAnalysisToUpdate to after the definition of AnalysisResolver.Chris Lattner2003-08-29
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* Add support for ImmutablePasses, which are not run, and cannot beChris Lattner2002-09-25
* Make the getAnalyss<> members const. Using them does NOT modify the Pass obj...Chris Lattner2002-08-29
* 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