aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/CallGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* * s/method/functionChris Lattner2002-07-181-52/+53
* MEGAPATCH checkin.Chris Lattner2002-06-251-9/+8
* Print out what the root of the call graph is.Chris Lattner2002-04-101-0/+2
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-0/+1
* s/Method/FunctionChris Lattner2002-03-291-2/+2
* change refs to Method to FunctionChris Lattner2002-03-261-13/+13
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-061-30/+88
* Move call graph printing support out of Writer.h into Callgraph.hChris Lattner2002-03-061-22/+2
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-061-12/+12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-4/+3
* Convert analyses to new pass structureChris Lattner2002-01-311-2/+10
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Implement a new entry node that has edges to all external methods in the moduleChris Lattner2001-11-261-13/+58
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-221-0/+23
* * Add support for Invoke instructionsChris Lattner2001-10-131-3/+11
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+1
* Initial support for construction of a call graphChris Lattner2001-09-281-0/+66