1. 20 Aug, 2020 14 commits
  2. 19 Aug, 2020 25 commits
  3. 18 Aug, 2020 1 commit
    • Andreas Haas's avatar
      [wasm] Add some simd opcodes to the wasm-module-builder · 74b907ae
      Andreas Haas authored
      The V8 wasm fuzzer can create regression tests for failing fuzzer cases.
      These regression tests use the wasm-module-builder.js. With the addition
      of simd to the wasm-compile-fuzzer, the fuzzer can now create test cases
      that use simd instructions, but the wasm-module-builder.js did not know
      yet about the new instructions. This CL adds some instructions to
      wasm-module-builder.js.
      
      R=zhin@chromium.org
      
      Bug: chromium:1116019
      Change-Id: I198e4f11c2225a65d6b438f95e351fc14ee66218
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2362694
      Commit-Queue: Andreas Haas <ahaas@chromium.org>
      Reviewed-by: 's avatarZhi An Ng <zhin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#69467}
      74b907ae