summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAgeFilesLines
* introduce typedef for complicated vector, and use it tooGabor Greif2009-01-171-0/+2
* Teach internalize to preserve the callgraph.Duncan Sands2008-10-031-2/+6
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-081-6/+1
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-061-0/+5
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-051-1/+6
* Delete the removeCallEdgeTo callgraph method,Duncan Sands2008-09-051-6/+1
* Strip trailing whitespace.Duncan Sands2008-09-051-14/+14
* Revert 51775.Evan Cheng2008-05-301-3/+3
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-3/+3
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-131-5/+10
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-011-0/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-6/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-0/+6
* Change the callgraph representation to store the callsite along with theChris Lattner2006-07-121-13/+30
* For PR780:Reid Spencer2006-06-071-7/+3
* Fix -pedantic warningChris Lattner2006-06-011-2/+2
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-2/+2
* Add CallGraph::getOrInsertFunction, to allow clients to update the callgraphChris Lattner2006-01-141-0/+5
* 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