aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CallGraph.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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