summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraph.cpp
Commit message (Expand)AuthorAge
* 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
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* * s/method/functionChris Lattner2002-07-18
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Print out what the root of the call graph is.Chris Lattner2002-04-10
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-03-29
* change refs to Method to FunctionChris Lattner2002-03-26
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-06
* Move call graph printing support out of Writer.h into Callgraph.hChris Lattner2002-03-06
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-06
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Convert analyses to new pass structureChris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Implement a new entry node that has edges to all external methods in the moduleChris Lattner2001-11-26
* Added function IsLeafMethod to identify leaf methods.Vikram S. Adve2001-10-22
* * Add support for Invoke instructionsChris Lattner2001-10-13
* Commit more code over to new cast styleChris Lattner2001-10-02
* Initial support for construction of a call graphChris Lattner2001-09-28