aboutsummaryrefslogtreecommitdiff
path: root/tools/analyze/AnalysisWrappers.cpp
AgeCommit message (Expand)Author
2006-08-18For PR872:Reid Spencer
2006-04-18fix printing call graphsAndrew Lenharth
2005-12-22Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-07-18Remove this printerChris Lattner
2004-07-18bug 122:Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Right, globals aren't values yet..Chris Lattner
2004-05-27Add a simple pass.Chris Lattner
2004-04-02Remove obsolete analysesChris Lattner
2003-12-23Rename methodChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-07-14The word `separate' only has one `e'.Misha Brukman
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-29Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner