aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/AnalysisWrappers.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-28simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-09-19Teach -callgraph to always print the callgraph (as theDuncan Sands
2007-12-29remove attributions from tools.Chris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2006-12-05This needs the callgraph data structure to stick around as long as theChris Lattner
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
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