Skip to content
  1. 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
  2. Nov 22, 2007
  3. 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
  4. Jun 04, 2007
  5. Jun 03, 2007
  6. May 06, 2007
  7. May 03, 2007
  8. May 02, 2007
  9. May 01, 2007
  10. Apr 18, 2007
  11. Feb 13, 2007
  12. Feb 11, 2007
  13. Feb 06, 2007
  14. Dec 19, 2006
  15. Dec 06, 2006
  16. Nov 26, 2006
  17. Aug 28, 2006
  18. Jun 02, 2006
  19. Jun 01, 2006
  20. Jan 23, 2006
  21. Oct 24, 2005
  22. May 14, 2005
  23. Apr 23, 2005
  24. Apr 22, 2005
  25. Feb 23, 2005
  26. Feb 17, 2005
  27. Dec 13, 2004
  28. Dec 12, 2004
  29. Oct 18, 2004
  30. Oct 16, 2004
  31. Sep 20, 2004
  32. Sep 15, 2004
  33. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  34. Jul 15, 2004
  35. May 04, 2004
  36. Apr 10, 2004
Loading