summaryrefslogtreecommitdiff
path: root/include/llvm/PassAnalysisSupport.h
Commit message (Expand)AuthorAge
* Proivde getAnalysis<FPAnalysis>(Func) support.Devang Patel2007-04-16
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* 1) Remove old AnalysisResolver.Devang Patel2007-01-05
* Remove old pass manager.Devang Patel2007-01-05
* fit in 80 colsChris Lattner2006-12-13
* Add #ifdef switch toggle between old and new pass manager. However,Devang Patel2006-12-13
* Move getAnalysis() and getAnalysisID() definitions from Pass.h toDevang Patel2006-12-13
* Add AnalysisResolver_New. It is a replacement for existingDevang Patel2006-12-08
* 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