Change another reference to the "indirect callgraph node" to
[oota-llvm.git] / tools / opt / GraphPrinters.cpp
2010-06-09 Duncan SandsChange another reference to the "indirect callgraph...
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris Lattneruse raw_fd_ostream instead of fstream with graphwriter,
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-06-30 Devang PatelMove dominator info printer into tool/opt/GraphPrinters.cpp
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.
2006-11-17 Bill WendlingNeed iostream to be included for the time being.
2006-08-28 Reid SpencerFor PR387:
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-12 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Chris LattnerDelete the -print-cfg pass from this file
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...