aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-11/+28
* Update to LLVM 3.5a.Stephen Hines2014-04-241-183/+271
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-311-36/+37
* Call destroy from ~BasicCallGraph.Rafael Espindola2013-10-251-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-3/+3
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-091-0/+3
* Add spliceFunction to the CallGraph interface. This allows users to efficientlyNick Lewycky2011-01-031-1/+10
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* make CallGraphNode dtor abort if a node is deleted when there are stillChris Lattner2010-04-201-0/+8
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-011-1/+1
* Don't #include Pass.h from CallGraph.h.Dan Gohman2009-11-011-1/+1
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-171-1/+2
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-151-0/+6
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-011-5/+0
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-9/+18
* Step #1 to giving Callgraph some sane invariants. The problems with callgraphChris Lattner2009-08-311-0/+5
* Fix PR4834, a tricky case where the inliner would resolve anChris Lattner2009-08-311-12/+28
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-7/+10
* add a dump() method on callgraph.Chris Lattner2009-08-301-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-5/+2
* 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