aboutsummaryrefslogtreecommitdiffstats
path: root/tools/analyze/AnalysisWrappers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Remove this printerChris Lattner2004-07-181-19/+0
* bug 122:Reid Spencer2004-07-181-1/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Right, globals aren't values yet..Chris Lattner2004-05-271-1/+1
* Add a simple pass.Chris Lattner2004-05-271-0/+45
* Remove obsolete analysesChris Lattner2004-04-021-71/+1
* Rename methodChris Lattner2003-12-231-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-4/+4
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-291-0/+101