aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/CallGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mission accomplished!Chris Lattner2004-11-191-1/+0
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner2004-09-191-5/+5
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-181-0/+12
* When changing a function, make sure to update the CallGraphNode for theChris Lattner2004-09-181-0/+1
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-181-8/+14
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add standard print/dump methods to CallGraph classes.Chris Lattner2004-08-081-16/+22
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-2/+1
* bug 122:Reid Spencer2004-07-181-4/+2
* Fix a problem with double freeing memory. For some reason, CallGraph is notChris Lattner2004-05-021-0/+1
* Plug a minor memory leakChris Lattner2004-05-021-0/+1
* Change the call graph class to have TWO external nodes, making call graphChris Lattner2004-04-121-181/+22
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* More additionsChris Lattner2003-11-091-3/+4
* Add more functionsChris Lattner2003-11-091-0/+8
* None of the __llvm_* functions call into the program. This makes theChris Lattner2003-11-091-0/+3
* Make the call graph more precise despite the hated constantpointerrefs.Chris Lattner2003-10-311-16/+36
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-301-0/+1
* This is a disgusting hack that improves code substantially, by makingChris Lattner2003-10-221-2/+122
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* These two conditions are not exclusive!!Chris Lattner2003-09-151-3/+6
* Make the print output more usefulChris Lattner2003-09-151-3/+7
* Replace M with F when refering to functionsChris Lattner2003-08-311-11/+11
* Allow the call graph to be called from analyze naturally with print implementedChris Lattner2002-11-041-6/+5
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-2/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-3/+2
* * 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