aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/IPModRef.h
Commit message (Expand)AuthorAgeFilesLines
* Doxygenified and cleand up comments.Misha Brukman2004-03-111-65/+51
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-201-6/+14
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-1/+2
* Stronger assertion in getNodeId(): node id must exist in the map.Vikram S. Adve2002-12-061-2/+2
* No longer need local graph to find call sites.Vikram S. Adve2002-11-271-7/+5
* Add interfaces for ResolveCallSiteModRefInfoChris Lattner2002-11-071-1/+6
* Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,Chris Lattner2002-11-061-2/+3
* Add a stub to implement the context sensitive mod/ref info for call sitesChris Lattner2002-11-061-0/+1
* Give a back pointer to the IPModRef object to the FunctionModRefInfo objectChris Lattner2002-11-061-0/+2
* Remove a couple of #includes, move some code to .cpp fileChris Lattner2002-11-061-31/+15
* An interprocedural analysis pass that computes flow-insensitiveVikram S. Adve2002-11-061-0/+235