1. a321b04 Adjust for new DSGraph API by Chris Lattner · 22 years ago
  2. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  3. 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  4. 381977d * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  5. 9a96428 (1) Bug fix that was causing nodes with dangling references to be freed. by Vikram S. Adve · 23 years ago
  6. 3ba8893 Fix bug by Chris Lattner · 23 years ago
  7. 7cc9875 Reduce amount of work needed to compute ip/modref by Chris Lattner · 23 years ago
  8. d321593 Fix IPModRef to use new DS interface by Chris Lattner · 23 years ago
  9. ed8e649 Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though! by Chris Lattner · 23 years ago
  10. e83cb53 Fix problem with dangling referrers by Chris Lattner · 23 years ago
  11. 4476ceb Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, by Chris Lattner · 23 years ago
  12. 268748a Add a stub to implement the context sensitive mod/ref info for call sites by Chris Lattner · 23 years ago
  13. 2110808 Give a back pointer to the IPModRef object to the FunctionModRefInfo object by Chris Lattner · 23 years ago
  14. fc92824 Remove a couple of #includes, move some code from .h file by Chris Lattner · 23 years ago
  15. 895c0bd An interprocedural analysis pass that computes flow-insensitive by Vikram S. Adve · 23 years ago