Skip to content
  1. Nov 29, 2008
  2. Nov 28, 2008
  3. Sep 11, 2008
  4. Jul 28, 2008
  5. Jul 02, 2008
  6. Jul 01, 2008
  7. Jun 01, 2008
  8. May 13, 2008
  9. May 06, 2008
  10. Apr 17, 2008
  11. Apr 11, 2008
  12. Apr 01, 2008
  13. Mar 20, 2008
  14. Mar 19, 2008
  15. Feb 12, 2008
  16. Feb 06, 2008
  17. Feb 05, 2008
  18. Jan 30, 2008
  19. Dec 29, 2007
  20. Dec 08, 2007
  21. Dec 01, 2007
    • Duncan Sands's avatar
      Integrate the readonly/readnone logic more deeply · 68b6f509
      Duncan Sands authored
      into alias analysis.  This meant updating the API
      which now has versions of the getModRefBehavior,
      doesNotAccessMemory and onlyReadsMemory methods
      which take a callsite parameter.  These should be
      used unless the callsite is not known, since in
      general they can do a better job than the versions
      that take a function.  Also, users should no longer
      call the version of getModRefBehavior that takes
      both a function and a callsite.  To reduce the
      chance of misuse it is now protected.
      
      llvm-svn: 44487
      68b6f509
  22. Nov 26, 2007
Loading