v8/test/cctest/wasm
ahaas b4889f7d93 [wasm] New implementation of popcnt and ctz.
This patch provides a new implementation of popcnt and ctz in the case
where the platform does not provide these instructions. Instead of
building a TF graph which implements it we now call a C function.

Additionally I turned on additional tests in test-run-wasm-64.cc

R=titzer@chromium.org

Review URL: https://codereview.chromium.org/1857363003

Cr-Commit-Position: refs/heads/master@{#35685}
2016-04-21 07:47:05 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-64.cc [wasm] New implementation of popcnt and ctz. 2016-04-21 07:47:05 +00:00
test-run-wasm-js.cc Move two test-internal functions up to header file 2016-04-19 12:24:39 +00:00
test-run-wasm-module.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
test-run-wasm.cc [arm] Turn off the default NaN mode on arm. 2016-04-15 12:45:27 +00:00
test-signatures.h [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
test-wasm-stack.cc [wasm] Add a cctest for the stack on a wasm trap 2016-04-20 15:10:05 +00:00
wasm-run-utils.h [wasm] Add a cctest for the stack on a wasm trap 2016-04-20 15:10:05 +00:00