1. 12 Dec, 2016 1 commit
    • Andy Polyakov's avatar
      perlasm/x86_64-xlate.pl: refine sign extension in ea package. · 2ece9c1f
      Andy Polyakov authored
      
      
      $1<<32>>32 worked fine with either 32- or 64-bit perl for a good while,
      relying on quirk that [pure] 32-bit perl performed it as $1<<0>>0. But
      this apparently changed in some version past minimally required 5.10,
      and operation result became 0. Yet, it went unnoticed for another while,
      because most perl package providers configure their packages with
      -Duse64bitint option.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (cherry picked from commit 82e08930)
      2ece9c1f
  2. 10 Dec, 2016 7 commits
  3. 08 Dec, 2016 7 commits
  4. 07 Dec, 2016 1 commit
  5. 03 Dec, 2016 1 commit
  6. 29 Nov, 2016 1 commit
  7. 25 Nov, 2016 5 commits
  8. 24 Nov, 2016 1 commit
  9. 23 Nov, 2016 1 commit
  10. 22 Nov, 2016 1 commit
  11. 21 Nov, 2016 3 commits
  12. 20 Nov, 2016 1 commit
  13. 18 Nov, 2016 1 commit
  14. 17 Nov, 2016 6 commits
  15. 16 Nov, 2016 3 commits