summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAge
* introduce typedef for complicated vector, and use it tooGabor Greif2009-01-17
* Teach internalize to preserve the callgraph.Duncan Sands2008-10-03
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-08
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-06
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-05
* Delete the removeCallEdgeTo callgraph method,Duncan Sands2008-09-05
* Strip trailing whitespace.Duncan Sands2008-09-05
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-13
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-01
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* 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