Skip to content
  1. Mar 18, 2011
  2. Mar 17, 2011
  3. Mar 16, 2011
  4. Mar 15, 2011
  5. Mar 10, 2011
  6. Mar 08, 2011
  7. Mar 07, 2011
  8. Mar 04, 2011
  9. Feb 27, 2011
  10. Feb 21, 2011
    • Cameron Zwarich's avatar
      The signed version of our "magic number" computation for the integer approximation · 8731d0cc
      Cameron Zwarich authored
      of a constant had a minor typo introduced when copying it from the book, which
      caused it to favor negative approximations over positive approximations in many
      cases. Positive approximations require fewer operations beyond the multiplication.
      
      In the case of division by 3, we still generate code that is a single instruction
      larger than GCC's code.
      
      llvm-svn: 126097
      8731d0cc
  11. Feb 19, 2011
  12. Feb 18, 2011
  13. Feb 17, 2011
  14. Feb 15, 2011
  15. Feb 11, 2011
  16. Feb 10, 2011
  17. Feb 09, 2011
  18. Feb 08, 2011
  19. Feb 05, 2011
  20. Feb 04, 2011
  21. Feb 03, 2011
  22. Feb 02, 2011
    • Duncan Sands's avatar
      Remove NoVendor and NoOS, added in commit 123990, from Triple. While it · fdfdbd09
      Duncan Sands authored
      may be useful to understand "none", this is not the place for it.  Tweak
      the fix to Normalize while there: the fix added in 123990 works correctly,
      but I like this way better.  Finally, now that Triple understands some
      non-trivial environment values, teach the unittests about them.
      
      llvm-svn: 124720
      fdfdbd09
  23. Feb 01, 2011
Loading