1. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  2. 2db10ba remove ... by Chris Lattner · 21 years ago
  3. 8216646 Don't give up completely, maybe other AA can say something about this. by Chris Lattner · 21 years ago
  4. 2ba3738 Cache mapping information for a call site after computing it for a mod/ref by Chris Lattner · 21 years ago
  5. 139f43b Remove more long dead code: dsa doesn't provide must alias info by Chris Lattner · 21 years ago
  6. 1a02d15d remove some unsafe code that has long been dead by Chris Lattner · 21 years ago
  7. 9cc932d slightly improve mod/ref for DSAA by checking the globals graph for fallback by Chris Lattner · 21 years ago
  8. f0d919e teach ds-aa about mod/ref for external function calls. by Chris Lattner · 21 years ago
  9. 7d3df41 implement Analysis/DSGraph/field-sensitive.ll by Chris Lattner · 21 years ago
  10. 61f3bef #ifdef out a function only used by #ifdef'd code. by Chris Lattner · 21 years ago
  11. 30525a0 fix a bogus assertion by Chris Lattner · 21 years ago
  12. 3f181d7 Rewrite DSAA::getModRefInfo to compute the mapping between caller and callee by Chris Lattner · 21 years ago
  13. 488a80a add some possibly bogus assertions. by Chris Lattner · 21 years ago
  14. b552552 simplify this function a bit, allow DS-AA to build on/improve the mod/ref by Chris Lattner · 21 years ago
  15. ea7e654 Two changes: by Chris Lattner · 21 years ago
  16. 2e2edef Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
  17. 292845d Add last four createXxxPass functions by Jeff Cohen · 21 years ago
  18. 5c132bc For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
  19. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  20. f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  21. e345f6b Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 21 years ago
  22. f374b3f If an object is not in the scalar map then it must be a global from another by Chris Lattner · 21 years ago
  23. 362841d Implement getModRefInfo() for DSA to calculate whether a function modifies or by Misha Brukman · 22 years ago
  24. 4ab9632 Forward method request to chained aa implementation by Chris Lattner · 22 years ago
  25. 0e43b44 minor cleanups by Chris Lattner · 22 years ago
  26. 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  27. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  28. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  29. 3299832 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  30. 9a75369 Disable incorrect mustalias code by Chris Lattner · 22 years ago
  31. 0b61cdd Reduce amount of work we do calculating mustaliases if the arg is a global by Chris Lattner · 22 years ago
  32. 0877def Expose must alias information for global variables, implementing: DSGraph/mustalias.ll by Chris Lattner · 22 years ago
  33. 856a6cb Avoid double negatives by Chris Lattner · 22 years ago
  34. d791d8e Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
  35. 4853d16 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
  36. e79b831 Adjust to implement new AA interface by Chris Lattner · 23 years ago
  37. fdc902e Don't bother counting alias results, allow the AliasAnalysisCounter to do that. by Chris Lattner · 23 years ago
  38. 8fd2b77 Initial implementation of ds-aa by Chris Lattner · 23 years ago