v8/test/mjsunit/wasm
bradnelson 1c5c526b90 [wasm] Remove single function JIT support.
While we might at some point want to explore if this is a win versus
whole modules, for now we have the Tables interface planned.

R=titzer@chromium.org,ahaas@chromium.org,mtrofin@chromium.org,rossberg@chromium.org
BUG=v8:5044

Review-Url: https://codereview.chromium.org/2226053002
Cr-Commit-Position: refs/heads/master@{#38461}
2016-08-08 21:50:13 +00:00
..
embenchen [wasm] Rename _WASMEXP_ object to Wasm. 2016-03-08 14:48:27 +00:00
adapter-frame.js Refactor module builder 2016-06-21 19:48:16 +00:00
asm-wasm-copy.js Enable embenchen/copy for wasm. 2016-03-23 17:50:05 +00:00
asm-wasm-deopt.js Add a test of depot across an asm.js -> wasm module. 2016-03-24 17:28:26 +00:00
asm-wasm-f32.js [wasm] Enable more ASM->WASM tests. 2016-03-24 19:03:21 +00:00
asm-wasm-f64.js [wasm] Enable more ASM->WASM tests. 2016-03-24 19:03:21 +00:00
asm-wasm-heap.js [wasm] Add more extensive tests for asm->wasm translation. 2016-03-23 23:19:22 +00:00
asm-wasm-i32.js [wasm] Forbid sign mismatch in asm typer. 2016-06-28 21:01:36 +00:00
asm-wasm-literals.js [wasm] Enable more ASM->WASM tests. 2016-03-24 19:03:21 +00:00
asm-wasm-stdlib.js [wasm] asm.js. Adds support for clz32 in asm.js. 2016-08-02 18:36:52 +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 [wasm] Mask shift counts on architectures that don't implicitly mask. 2016-03-30 12:40:22 +00:00
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
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 [wasm] Grow memory should return -1 on failure. 2016-08-04 20:39:32 +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
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-import-export-wrapper.js Add signature checking when directly import a foreign function 2016-08-04 20:34:02 +00:00
test-wasm-module-builder.js Refactor module builder 2016-06-21 19:48:16 +00:00
test-wasm-simd-ops.js Convert SIMD wasm ops to runtime function calls 2016-07-16 03:50:54 +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 [wasm] Rename _WASMEXP_ object to Wasm. 2016-03-08 14:48:27 +00:00
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] Rename _WASMEXP_ object to Wasm. 2016-03-08 14:48:27 +00:00
wasm-constants.js [wasm] Remove single function JIT support. 2016-08-08 21:50:13 +00:00
wasm-module-builder.js [wasm] Add support for multiple indirect function tables 2016-07-28 04:57:18 +00:00
wasm-object-api.js Upgrade Wasm JS API, step 1 2016-06-21 12:54:09 +00:00