summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAge
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-12
* For PR780:Reid Spencer2006-06-07
* Fix -pedantic warningChris Lattner2006-06-01
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-01
* Add CallGraph::getOrInsertFunction, to allow clients to update the callgraphChris Lattner2006-01-14
* add a dump method to CallGraphChris Lattner2006-01-14
* Separate the call graph implementation from its interface. This implementsChris Lattner2005-12-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-18
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-18
* Changes For Bug 352Reid Spencer2004-09-01
* Add standard print/dump methods to CallGraph classes.Chris Lattner2004-08-08
* Initialize member out of paranoiaChris Lattner2004-05-02
* Fix a typo in a comment.Brian Gaeke2004-04-26
* Allow getting the module from a call graphChris Lattner2004-04-20
* Change the call graph class to have TWO external nodes, making call graphChris Lattner2004-04-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-30
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* s/Meth/FChris Lattner2003-08-31
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Make sure to print indirect node againChris Lattner2002-12-06
* Omit the indirect node when printing call graphsChris Lattner2002-11-17
* Implement methods needed to print out call graphChris Lattner2002-11-04
* Allow the call graph to be called from analyze naturally with print implementedChris Lattner2002-11-04
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* *** empty log message ***Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* * s/method/functionChris Lattner2002-07-18
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Fix misspellingChris Lattner2002-05-07
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Rename Method to FunctionChris Lattner2002-03-23
* Convert the top line of the header from .cpp style to .h style.Chris Lattner2002-03-17
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-06
* Move callgraph printing out of writer.h into callgraph.hChris Lattner2002-03-06
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-06
* Free memory when not in useChris Lattner2002-01-31
* Convert analyses over to new Pass frameworkChris Lattner2002-01-30
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Implement an entry node for the call graphChris Lattner2001-11-26
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-22
* Add comment indicating semantics of indirect callsChris Lattner2001-10-13
* Initial support for construction of a call graphChris Lattner2001-09-28