Add standard print/dump methods to CallGraph classes.
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-05-02 Chris LattnerInitialize member out of paranoia
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris Lattners/Meth/F
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-12-06 Chris LattnerMake sure to print indirect node again
2002-11-17 Chris LattnerOmit the indirect node when printing call graphs
2002-11-04 Chris LattnerImplement methods needed to print out call graph
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-07-18 Chris Lattner* s/method/function
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-07 Chris LattnerFix misspelling
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-03-23 Chris LattnerRename Method to Function
2002-03-17 Chris LattnerConvert the top line of the header from .cpp style...
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove callgraph printing out of writer.h into callgraph.h
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-01-31 Chris LattnerFree memory when not in use
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement an entry node for the call graph
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-13 Chris LattnerAdd comment indicating semantics of indirect calls
2001-09-28 Chris LattnerInitial support for construction of a call graph