aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/IPModRef.cpp
AgeCommit message (Expand)Author
2002-11-08Reduce amount of work needed to compute ip/modrefChris Lattner
2002-11-08Fix IPModRef to use new DS interfaceChris Lattner
2002-11-07Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...Chris Lattner
2002-11-07Fix problem with dangling referrersChris Lattner
2002-11-06Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,Chris Lattner
2002-11-06Add a stub to implement the context sensitive mod/ref info for call sitesChris Lattner
2002-11-06Give a back pointer to the IPModRef object to the FunctionModRefInfo objectChris Lattner
2002-11-06Remove a couple of #includes, move some code from .h fileChris Lattner
2002-11-06An interprocedural analysis pass that computes flow-insensitiveVikram S. Adve