Skip to content
  1. Mar 22, 2011
  2. Mar 21, 2011
  3. Mar 20, 2011
  4. Mar 19, 2011
  5. Mar 18, 2011
  6. Mar 17, 2011
  7. Mar 16, 2011
  8. Mar 15, 2011
  9. Mar 10, 2011
  10. Mar 08, 2011
  11. Mar 07, 2011
  12. Mar 04, 2011
  13. Feb 27, 2011
  14. 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
  15. Feb 19, 2011
  16. Feb 18, 2011
  17. Feb 17, 2011
  18. Feb 15, 2011
  19. Feb 11, 2011
  20. Feb 10, 2011
  21. Feb 09, 2011
Loading