Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-01-03 Nick LewyckyAdd spliceFunction to the CallGraph interface. This...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanDon't #include Pass.h from CallGraph.h.
2009-10-17 Daniel DunbarAdd required #includes for freestanding .h files.
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Chris Lattneradd a dump() method on callgraph.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-01-17 Gabor Greifintroduce typedef for complicated vector, and use it too
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-06 Duncan SandsWhen PruneEH turned an invoke into an ordinary
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Duncan SandsDelete the removeCallEdgeTo callgraph method,
2008-09-05 Duncan SandsStrip trailing whitespace.
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-13 Chris Lattneradd a new CallGraphNode::removeCallEdgeFor method,...
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
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-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-01-14 Chris LattnerAdd CallGraph::getOrInsertFunction, to allow clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-01 Reid SpencerChanges For Bug 352
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