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
/
IPModRef.h
Age
Commit message (
Expand
)
Author
2004-06-28
Move file to lib/Analysis/DataStructure
Chris Lattner
2004-03-11
Doxygenified and cleand up comments.
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2002-12-06
Stronger assertion in getNodeId(): node id must exist in the map.
Vikram S. Adve
2002-11-27
No longer need local graph to find call sites.
Vikram S. Adve
2002-11-07
Add interfaces for ResolveCallSiteModRefInfo
Chris Lattner
2002-11-06
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
Chris Lattner
2002-11-06
Add a stub to implement the context sensitive mod/ref info for call sites
Chris Lattner
2002-11-06
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
Chris Lattner
2002-11-06
Remove a couple of #includes, move some code to .cpp file
Chris Lattner
2002-11-06
An interprocedural analysis pass that computes flow-insensitive
Vikram S. Adve