aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/IPModRef.cpp
AgeCommit message (Expand)Author
2004-06-22Files depend on DSA, moved to lib/Analysis/DataStructureMisha Brukman
2004-02-07getNodes() is goneChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Fix name collisionChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-20Switch from using CallInst's to represent call sites to using the LLVMChris Lattner
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-06-30Adjust for new DSGraph APIChris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2003-02-01Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner
2003-01-23* Eliminate boolean arguments in favor of using enumsChris Lattner
2002-11-27(1) Bug fix that was causing nodes with dangling references to be freed.Vikram S. Adve
2002-11-11Fix bugChris Lattner
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