aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IPModRef.h
AgeCommit message (Expand)Author
2004-06-28Move file to lib/Analysis/DataStructureChris Lattner
2004-03-11Doxygenified and cleand up comments.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-20Switch from using CallInst's to represent call sites to using the LLVMChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-02-01Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner
2002-12-06Stronger assertion in getNodeId(): node id must exist in the map.Vikram S. Adve
2002-11-27No longer need local graph to find call sites.Vikram S. Adve
2002-11-07Add interfaces for ResolveCallSiteModRefInfoChris 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 to .cpp fileChris Lattner
2002-11-06An interprocedural analysis pass that computes flow-insensitiveVikram S. Adve