1. 27 Oct, 2021 1 commit
  2. 25 Oct, 2021 1 commit
  3. 21 Oct, 2021 1 commit
  4. 18 Oct, 2021 1 commit
  5. 01 Oct, 2021 1 commit
  6. 30 Sep, 2021 1 commit
  7. 24 Sep, 2021 2 commits
  8. 23 Sep, 2021 1 commit
  9. 17 Sep, 2021 1 commit
  10. 14 Sep, 2021 1 commit
  11. 13 Sep, 2021 2 commits
  12. 10 Sep, 2021 2 commits
  13. 09 Sep, 2021 1 commit
  14. 08 Sep, 2021 3 commits
  15. 07 Sep, 2021 2 commits
  16. 24 Aug, 2021 3 commits
  17. 23 Aug, 2021 1 commit
  18. 19 Aug, 2021 4 commits
  19. 17 Aug, 2021 2 commits
  20. 16 Aug, 2021 1 commit
  21. 13 Aug, 2021 2 commits
  22. 12 Aug, 2021 5 commits
  23. 10 Aug, 2021 1 commit
    • Ng Zhi An's avatar
      [wasm-simd] Optimize i64x2.shr_s · 10d4418f
      Ng Zhi An authored
      Use logical shifts to emulate arithmetic shift, by first adding a bias
      to make all signed values unsigned, then subtracting the shifted bias.
      Details are in code comments for SharedTurboAssembler::I64x2ShrS.
      
      Also refactor ia32 (which was already using this algorithm) to use the
      shared macro-assembler function. And convert Liftoff's implementation as
      well.
      
      Bug: v8:12058
      Change-Id: Ia1fd5fe5a9a0b7a7f31c426d4112256c8bf7021b
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3083291
      Commit-Queue: Zhi An Ng <zhin@chromium.org>
      Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#76209}
      10d4418f