aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/IPModRef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reduce amount of work needed to compute ip/modrefChris Lattner2002-11-081-1/+2
* Fix IPModRef to use new DS interfaceChris Lattner2002-11-081-8/+1
* Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...Chris Lattner2002-11-071-4/+56
* Fix problem with dangling referrersChris Lattner2002-11-071-1/+4
* Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,Chris Lattner2002-11-061-6/+18
* Add a stub to implement the context sensitive mod/ref info for call sitesChris Lattner2002-11-061-12/+23
* Give a back pointer to the IPModRef object to the FunctionModRefInfo objectChris Lattner2002-11-061-4/+6
* Remove a couple of #includes, move some code from .h fileChris Lattner2002-11-061-8/+32
* An interprocedural analysis pass that computes flow-insensitiveVikram S. Adve2002-11-061-0/+218