1. 1cee779 #ifdef out a function only used by #ifdef'd code. by Chris Lattner · 20 years ago
  2. db7436a fix a bogus assertion by Chris Lattner · 20 years ago
  3. 511f60c Rewrite DSAA::getModRefInfo to compute the mapping between caller and callee by Chris Lattner · 20 years ago
  4. 1c8327b add some possibly bogus assertions. by Chris Lattner · 20 years ago
  5. 50cb9b4 simplify this function a bit, allow DS-AA to build on/improve the mod/ref by Chris Lattner · 20 years ago
  6. 2e2cce6 Two changes: by Chris Lattner · 20 years ago
  7. 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
  8. 1d7b5de Add last four createXxxPass functions by Jeff Cohen · 21 years ago
  9. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
  10. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  11. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  12. 484e302 Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 21 years ago
  13. bac7da8 If an object is not in the scalar map then it must be a global from another by Chris Lattner · 21 years ago
  14. a975a9a Implement getModRefInfo() for DSA to calculate whether a function modifies or by Misha Brukman · 21 years ago
  15. 92e41d5 Forward method request to chained aa implementation by Chris Lattner · 22 years ago
  16. 02da032 minor cleanups by Chris Lattner · 22 years ago
  17. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  18. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  19. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  20. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  21. 10c45d6 Disable incorrect mustalias code by Chris Lattner · 22 years ago
  22. 9cd0484 Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 22 years ago
  23. 5c70dc0 Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 22 years ago
  24. 72d50a0 Avoid double negatives by Chris Lattner · 22 years ago
  25. e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
  26. bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
  27. a612afc Adjust to implement new AA interface by Chris Lattner · 22 years ago
  28. 1dbd1b8 Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
  29. 8105cfb Initial implementation of ds-aa by Chris Lattner · 23 years ago