index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
CallGraph.h
Age
Commit message (
Expand
)
Author
2002-11-17
Omit the indirect node when printing call graphs
Chris Lattner
2002-11-04
Implement methods needed to print out call graph
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-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-18
* s/method/function
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-07
Fix misspelling
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-17
Convert the top line of the header from .cpp style to .h style.
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 callgraph printing 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-01-31
Free memory when not in use
Chris Lattner
2002-01-30
Convert analyses over to new Pass framework
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement an entry node for the call graph
Chris Lattner
2001-10-22
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-13
Add comment indicating semantics of indirect calls
Chris Lattner
2001-09-28
Initial support for construction of a call graph
Chris Lattner