index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
IPA
/
CallGraph.cpp
Age
Commit message (
Expand
)
Author
2004-05-02
Fix a problem with double freeing memory. For some reason, CallGraph is not
Chris Lattner
2004-05-02
Plug a minor memory leak
Chris Lattner
2004-04-12
Change the call graph class to have TWO external nodes, making call graph
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-09
More additions
Chris Lattner
2003-11-09
Add more functions
Chris Lattner
2003-11-09
None of the __llvm_* functions call into the program. This makes the
Chris Lattner
2003-10-31
Make the call graph more precise despite the hated constantpointerrefs.
Chris Lattner
2003-10-30
When someone includes CallGraph.h, make sure that they link in CallGraph.cpp
Chris Lattner
2003-10-22
This is a disgusting hack that improves code substantially, by making
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-15
These two conditions are not exclusive!!
Chris Lattner
2003-09-15
Make the print output more useful
Chris Lattner
2003-08-31
Replace M with F when refering to functions
Chris Lattner
2002-11-04
Allow the call graph to be called from analyze naturally with print implemented
Chris 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() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-18
* s/method/function
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-10
Print out what the root of the call graph is.
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-03-26
change refs to Method to Function
Chris Lattner
2002-03-06
Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...
Chris Lattner
2002-03-06
Move call graph printing support out of Writer.h into Callgraph.h
Chris Lattner
2002-03-06
Take CallGraph out of the CFG namespace. It has nothing to do with CFGs
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-01-31
Convert analyses to new pass structure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement a new entry node that has edges to all external methods in the module
Chris Lattner
2001-10-22
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-13
* Add support for Invoke instructions
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-09-28
Initial support for construction of a call graph
Chris Lattner