Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b4c8dfdd5cf20eb72a622a5ea1f9768f1693f76
/
lib
/
Analysis
/
DataStructure
/
IPModRef.cpp
a321b04
Adjust for new DSGraph API
by Chris Lattner
· 22 years ago
923fc05
Implement optimization for direct function call case. This dramatically
by Chris Lattner
· 23 years ago
41c04f7
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
by Chris Lattner
· 23 years ago
381977d
* Eliminate boolean arguments in favor of using enums
by Chris Lattner
· 23 years ago
9a96428
(1) Bug fix that was causing nodes with dangling references to be freed.
by Vikram S. Adve
· 23 years ago
3ba8893
Fix bug
by Chris Lattner
· 23 years ago
7cc9875
Reduce amount of work needed to compute ip/modref
by Chris Lattner
· 23 years ago
d321593
Fix IPModRef to use new DS interface
by Chris Lattner
· 23 years ago
ed8e649
Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though!
by Chris Lattner
· 23 years ago
e83cb53
Fix problem with dangling referrers
by Chris Lattner
· 23 years ago
4476ceb
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
by Chris Lattner
· 23 years ago
268748a
Add a stub to implement the context sensitive mod/ref info for call sites
by Chris Lattner
· 23 years ago
2110808
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
by Chris Lattner
· 23 years ago
fc92824
Remove a couple of #includes, move some code from .h file
by Chris Lattner
· 23 years ago
895c0bd
An interprocedural analysis pass that computes flow-insensitive
by Vikram S. Adve
· 23 years ago