Changes For Bug 352
[oota-llvm.git] / lib / Analysis / IPA / CallGraph.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-18 Reid Spencerbug 122:
2004-05-02 Chris LattnerFix a problem with double freeing memory. For some...
2004-05-02 Chris LattnerPlug a minor memory leak
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-11-09 Chris LattnerMore additions
2003-11-09 Chris LattnerAdd more functions
2003-11-09 Chris LattnerNone of the __llvm_* functions call into the program...
2003-10-31 Chris LattnerMake the call graph more precise despite the hated...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-22 Chris LattnerThis is a disgusting hack that improves code substantia...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-15 Chris LattnerThese two conditions are not exclusive!!
2003-09-15 Chris LattnerMake the print output more useful
2003-08-31 Chris LattnerReplace M with F when refering to functions
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-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-18 Chris Lattner* s/method/function
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-10 Chris LattnerPrint out what the root of the call graph is.
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove call graph printing support out of Writer.h into...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement a new entry node that has edges to all extern...
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-13 Chris Lattner* Add support for Invoke instructions
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-28 Chris LattnerInitial support for construction of a call graph