1. a84c681 getNodes() is gone by Chris Lattner · 22 years ago
  2. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  3. 0271345 Fix name collision by Chris Lattner · 22 years ago
  4. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  5. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
  6. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  7. a321b04 Adjust for new DSGraph API by Chris Lattner · 22 years ago
  8. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  9. 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  10. 381977d * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  11. 9a96428 (1) Bug fix that was causing nodes with dangling references to be freed. by Vikram S. Adve · 23 years ago
  12. 3ba8893 Fix bug by Chris Lattner · 23 years ago
  13. 7cc9875 Reduce amount of work needed to compute ip/modref by Chris Lattner · 23 years ago
  14. d321593 Fix IPModRef to use new DS interface by Chris Lattner · 23 years ago
  15. ed8e649 Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though! by Chris Lattner · 23 years ago
  16. e83cb53 Fix problem with dangling referrers by Chris Lattner · 23 years ago
  17. 4476ceb Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, by Chris Lattner · 23 years ago
  18. 268748a Add a stub to implement the context sensitive mod/ref info for call sites by Chris Lattner · 23 years ago
  19. 2110808 Give a back pointer to the IPModRef object to the FunctionModRefInfo object by Chris Lattner · 23 years ago
  20. fc92824 Remove a couple of #includes, move some code from .h file by Chris Lattner · 23 years ago
  21. 895c0bd An interprocedural analysis pass that computes flow-insensitive by Vikram S. Adve · 23 years ago