aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraph.cpp
AgeCommit message (Expand)Author
2006-07-12Change the callgraph representation to store the callsite along with theChris Lattner
2006-06-07For PR780:Reid Spencer
2006-06-01Fix -pedantic warningChris Lattner
2006-06-01Change from using a stub function to a stub variable for passing to theReid Spencer
2006-01-14Add a new CallGraph::getOrInsertFunction for clients to use when updatingChris Lattner
2006-01-14add a dump method to CallGraphChris Lattner
2005-12-22Separate the call graph implementation from its interface. This implementsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-19Mission accomplished!Chris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-19Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner
2004-09-18Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner
2004-09-18When changing a function, make sure to update the CallGraphNode for theChris Lattner
2004-09-18Implement new changeFunction method, nuke a never implemented one.Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-08Add standard print/dump methods to CallGraph classes.Chris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-18bug 122:Reid Spencer
2004-05-02Fix a problem with double freeing memory. For some reason, CallGraph is notChris Lattner
2004-05-02Plug a minor memory leakChris Lattner
2004-04-12Change the call graph class to have TWO external nodes, making call graphChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-09More additionsChris Lattner
2003-11-09Add more functionsChris Lattner
2003-11-09None of the __llvm_* functions call into the program. This makes theChris Lattner
2003-10-31Make the call graph more precise despite the hated constantpointerrefs.Chris Lattner
2003-10-30When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner
2003-10-22This is a disgusting hack that improves code substantially, by makingChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-15These two conditions are not exclusive!!Chris Lattner
2003-09-15Make the print output more usefulChris Lattner
2003-08-31Replace M with F when refering to functionsChris 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-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-18* s/method/functionChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-10Print out what the root of the call graph is.Chris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26change refs to Method to FunctionChris Lattner
2002-03-06Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner
2002-03-06Move call graph printing support 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-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-31Convert analyses to new pass structureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner