aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/IPModRef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling and grammar.Misha Brukman2003-09-111-1/+1
* Adjust for new DSGraph APIChris Lattner2003-06-301-1/+1
* Implement optimization for direct function call case. This dramaticallyChris Lattner2003-02-051-2/+2
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-3/+3
* * Eliminate boolean arguments in favor of using enumsChris Lattner2003-01-231-2/+2
* (1) Bug fix that was causing nodes with dangling references to be freed.Vikram S. Adve2002-11-271-77/+201
* Fix bugChris Lattner2002-11-111-3/+2
* 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