aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/CallGraph.h
AgeCommit message (Expand)Author
2002-11-17Omit the indirect node when printing call graphsChris Lattner
2002-11-04Implement methods needed to print out call graphChris Lattner
2002-11-04Allow the call graph to be called from analyze naturally with print implementedChris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-07-29* Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-18* s/method/functionChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-07Fix misspellingChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-17Convert the top line of the header from .cpp style to .h style.Chris Lattner
2002-03-06Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner
2002-03-06Move callgraph printing out of writer.h into callgraph.hChris Lattner
2002-03-06Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner
2002-01-31Free memory when not in useChris Lattner
2002-01-30Convert analyses over to new Pass frameworkChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Implement an entry node for the call graphChris Lattner
2001-10-22Added function IsLeafMethod to identify leaf methods.Vikram S. Adve
2001-10-13Add comment indicating semantics of indirect callsChris Lattner
2001-09-28Initial support for construction of a call graphChris Lattner