Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / opt / AnalysisWrappers.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-28 Gabor Greifsimplify by using CallSite constructors; virtually...
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2007-12-29 Chris Lattnerremove attributions from tools.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-05 Chris LattnerThis needs the callgraph data structure to stick around...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-04-18 Andrew Lenharthfix printing call graphs
2005-12-22 Chris LattnerFix test/Regression/Other/2002-01-31-CallGraph.ll after...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-07-18 Chris LattnerRemove this printer
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerRight, globals aren't values yet..
2004-05-27 Chris LattnerAdd a simple pass.
2004-04-02 Chris LattnerRemove obsolete analyses
2003-12-23 Chris LattnerRename method
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp