aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAgeFilesLines
...
* add a dump method to CallGraphChris Lattner2006-01-141-1/+2
* Separate the call graph implementation from its interface. This implementsChris Lattner2005-12-221-66/+28
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-181-0/+5
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-181-11/+19
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add standard print/dump methods to CallGraph classes.Chris Lattner2004-08-081-0/+8
* Initialize member out of paranoiaChris Lattner2004-05-021-2/+1
* Fix a typo in a comment.Brian Gaeke2004-04-261-1/+1
* Allow getting the module from a call graphChris Lattner2004-04-201-0/+4
* Change the call graph class to have TWO external nodes, making call graphChris Lattner2004-04-121-24/+35
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-301-0/+6
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* s/Meth/FChris Lattner2003-08-311-6/+6
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Make sure to print indirect node againChris Lattner2002-12-061-3/+1
* Omit the indirect node when printing call graphsChris Lattner2002-11-171-1/+3
* Implement methods needed to print out call graphChris Lattner2002-11-041-3/+22
* Allow the call graph to be called from analyze naturally with print implementedChris Lattner2002-11-041-17/+6
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-2/+0
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-291-1/+0
* *** empty log message ***Chris Lattner2002-07-261-2/+0
* *** empty log message ***Chris Lattner2002-07-261-1/+1
* * s/method/functionChris Lattner2002-07-181-61/+73
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Fix misspellingChris Lattner2002-05-071-1/+1
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-5/+4
* Rename Method to FunctionChris Lattner2002-03-231-16/+16
* Convert the top line of the header from .cpp style to .h style.Chris Lattner2002-03-171-1/+1
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-061-56/+113
* Move callgraph printing out of writer.h into callgraph.hChris Lattner2002-03-061-7/+26
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-061-17/+13
* Free memory when not in useChris Lattner2002-01-311-0/+5
* Convert analyses over to new Pass frameworkChris Lattner2002-01-301-5/+17
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Implement an entry node for the call graphChris Lattner2001-11-261-9/+76
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-221-0/+14
* Add comment indicating semantics of indirect callsChris Lattner2001-10-131-0/+4
* Initial support for construction of a call graphChris Lattner2001-09-281-0/+88