v8/test/mjsunit/wasm
machenbach 9f46c1112b Revert of Convert SIMD wasm ops to runtime function calls (patchset #17 id:320001 of https://codereview.chromium.org/1991143002/ )
Reason for revert:
[Sheriff] Violates msan and tsan:
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm64%20-%20sim%20-%20MSAN/builds/9663
https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20TSAN/builds/10670

Original issue's description:
> Convert SIMD machine ops to runtime function calls
>  - Add Simd128 type to Wasm AST types
>  - Add a pass that converts SIMD machine ops to runtime calls
>  - Sample opcodes Int32x4Splat, Int32x4ExtractLane and test
>  - Separate out generic SIMD Machine ops as these cannot be
>  handled by runtime functions just yet.
>
> LOG=N
> BUG=v8:4124
>
> R=bradnelson@chromium.org, bbudge@chromium.org, titzer@chromium.org
>
> Committed: https://crrev.com/73df92fc2fdbbfadc17e8ab4e58ec56ae2b3d91a
> Cr-Commit-Position: refs/heads/master@{#37789}

TBR=bbudge@chromium.org,bradnelson@chromium.org,titzer@chromium.org,gdeepti@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:4124

Review-Url: https://codereview.chromium.org/2154723002
Cr-Commit-Position: refs/heads/master@{#37790}
2016-07-15 09:00:02 +00:00
..
embenchen
adapter-frame.js Refactor module builder 2016-06-21 19:48:16 +00:00
asm-wasm-copy.js
asm-wasm-deopt.js
asm-wasm-f32.js
asm-wasm-f64.js
asm-wasm-heap.js
asm-wasm-i32.js [wasm] Forbid sign mismatch in asm typer. 2016-06-28 21:01:36 +00:00
asm-wasm-literals.js
asm-wasm-stdlib.js V8. ASM-2-WASM. Migrates asm-wasm-builder to the new asm-typer. 2016-07-13 19:40:10 +00:00
asm-wasm-switch.js V8. ASM-2-WASM. Migrates asm-wasm-builder to the new asm-typer. 2016-07-13 19:40:10 +00:00
asm-wasm-u32.js
asm-wasm.js V8. ASM-2-WASM. Migrates asm-wasm-builder to the new asm-typer. 2016-07-13 19:40:10 +00:00
calls.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
debug-disassembly.js [wasm] Disassemble wasm code from script 2016-06-30 09:57:07 +00:00
default-func-call.js [wasm] Support undefined indirect table entries, behind a flag. 2016-06-22 00:53:31 +00:00
divrem-trap.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
export-table.js [wasm] Check for duplicate export names 2016-06-16 12:19:04 +00:00
ffi-error.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
ffi.js Refactor module builder 2016-06-21 19:48:16 +00:00
frame-inspection.js [wasm] Enable wasm frame inspection for debugging 2016-06-29 10:23:09 +00:00
function-names.js [wasm] Differentiate unnamed and empty names 2016-05-19 07:54:07 +00:00
function-prototype.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
gc-frame.js Refactor module builder 2016-06-21 19:48:16 +00:00
grow-memory.js Implement Wasm GrowMemory opcode as a wasm runtime call 2016-06-28 16:49:13 +00:00
import-table.js [wasm] Fix receiver conversion for WASM->JS calls. 2016-06-30 09:41:43 +00:00
indirect-calls.js Refactor module builder 2016-06-21 19:48:16 +00:00
instantiate-module-basic.js [wasm] Compile and Instantiation 2016-07-14 16:31:07 +00:00
instantiate-run-basic.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
jit-single-function.js [wasm] Adding feature to JIT a wasm function at runtime and hook up the compiled code into the indirect function table 2016-07-14 01:13:50 +00:00
module-memory.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
no-wasm-by-default.js [wasm] Dont ship by default. 2016-07-01 11:37:47 +00:00
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
parallel_compilation.js [wasm] Implement parallel compilation. 2016-05-12 11:58:48 +00:00
params.js Refactor module builder 2016-06-21 19:48:16 +00:00
receiver.js [wasm] Fix receiver conversion for WASM->JS calls. 2016-06-30 09:41:43 +00:00
stack.js [wasm] Clean up test case 2016-05-19 09:20:49 +00:00
stackwalk.js Refactor module builder 2016-06-21 19:48:16 +00:00
start-function.js Refactor module builder 2016-06-21 19:48:16 +00:00
test-wasm-module-builder.js Refactor module builder 2016-06-21 19:48:16 +00:00
trap-location.js Refactor module builder 2016-06-21 19:48:16 +00:00
unicode-validation.js [wasm] Add UTF-8 validation 2016-05-12 13:02:14 +00:00
unreachable.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
verify-function-basic-errors.js
verify-function-simple.js [wasm] Binary 11: Bump module version to 0xB. 2016-04-29 09:40:24 +00:00
verify-module-basic-errors.js
wasm-constants.js Revert of Convert SIMD wasm ops to runtime function calls (patchset #17 id:320001 of https://codereview.chromium.org/1991143002/ ) 2016-07-15 09:00:02 +00:00
wasm-module-builder.js [wasm] Support undefined indirect table entries, behind a flag. 2016-06-22 00:53:31 +00:00
wasm-object-api.js Upgrade Wasm JS API, step 1 2016-06-21 12:54:09 +00:00