summaryrefslogtreecommitdiff
path: root/tools/opt/AnalysisWrappers.cpp
Commit message (Expand)AuthorAge
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* This needs the callgraph data structure to stick around as long as theChris Lattner2006-12-05
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* fix printing call graphsAndrew Lenharth2006-04-18
* Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner2005-12-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Remove this printerChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Right, globals aren't values yet..Chris Lattner2004-05-27
* Add a simple pass.Chris Lattner2004-05-27
* Remove obsolete analysesChris Lattner2004-04-02
* Rename methodChris Lattner2003-12-23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-29