Skip to content
  1. Nov 11, 2008
  2. Sep 04, 2008
  3. Jul 03, 2008
  4. Jul 02, 2008
  5. Jun 23, 2008
  6. May 29, 2008
  7. May 16, 2008
  8. May 13, 2008
  9. Apr 06, 2008
  10. Dec 29, 2007
  11. 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
  12. Nov 22, 2007
  13. Aug 01, 2007
    • David Greene's avatar
      · 17a5dfe6
      David Greene authored
      New CallInst interface to address GLIBCXX_DEBUG errors caused by
      indexing an empty std::vector.
      
      Updates to all clients.
      
      llvm-svn: 40660
      17a5dfe6
  14. Jun 04, 2007
  15. Jun 03, 2007
  16. May 06, 2007
  17. May 03, 2007
  18. May 02, 2007
  19. May 01, 2007
  20. Apr 18, 2007
  21. Feb 13, 2007
  22. Feb 11, 2007
  23. Feb 06, 2007
  24. Dec 19, 2006
  25. Dec 06, 2006
  26. Nov 26, 2006
  27. Aug 28, 2006
  28. Jun 02, 2006
  29. Jun 01, 2006
  30. Jan 23, 2006
  31. Oct 24, 2005
  32. May 14, 2005
  33. Apr 23, 2005
  34. Apr 22, 2005
  35. Feb 23, 2005
  36. Feb 17, 2005
Loading