summaryrefslogtreecommitdiff
path: root/tools/opt/AnalysisWrappers.cpp
Commit message (Expand)AuthorAge
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Whitespace.NAKAMURA Takumi2014-01-20
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Minor cleanups to follow the common convention for passDan Gohman2010-08-20
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-15
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-19
* remove attributions from tools.Chris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* 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