Skip to content
  1. Aug 06, 2010
  2. Jul 22, 2010
  3. Jun 22, 2010
  4. Jan 05, 2010
  5. Sep 02, 2009
  6. May 06, 2009
  7. Mar 04, 2009
  8. Nov 19, 2008
  9. Nov 11, 2008
  10. Sep 04, 2008
  11. Jul 03, 2008
  12. Jul 02, 2008
  13. Jun 23, 2008
  14. May 29, 2008
  15. May 16, 2008
  16. May 13, 2008
  17. Apr 06, 2008
  18. Dec 29, 2007
  19. 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
  20. Nov 22, 2007
  21. 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
  22. Jun 04, 2007
  23. Jun 03, 2007
  24. May 06, 2007
  25. May 03, 2007
  26. May 02, 2007
  27. May 01, 2007
  28. Apr 18, 2007
  29. Feb 13, 2007
  30. Feb 11, 2007
  31. Feb 06, 2007
  32. Dec 19, 2006
  33. Dec 06, 2006
  34. Nov 26, 2006
Loading