New test case.
[oota-llvm.git] / tools / opt / AnalysisWrappers.cpp
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