aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/AnalysisWrappers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-16/+15
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* Minor cleanups to follow the common convention for passDan Gohman2010-08-201-6/+8
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-2/+2
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-151-1/+0
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-20/+24
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-2/+3
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-2/+3
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-191-6/+5
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* This needs the callgraph data structure to stick around as long as theChris Lattner2006-12-051-1/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-2/+2
* fix printing call graphsAndrew Lenharth2006-04-181-1/+1
* Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraphChris Lattner2005-12-221-3/+17
* Remove trailing whitespaceMisha Brukman2005-04-221-3/+3
* '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