v8/test/unittests/wasm
titzer 0ab1e56203 [wasm] Add loop assignment analysis.
This CL implements loop assignment analysis, a pass over a loop's body
to record local variables that are assigned. This pre-pass is similar
to that done on the JavaScript AST for the same reason: avoid introducing
too many phis at loop headers when building a graph.

R=bradnelson@chromium.org,ahaas@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#33486}
2016-01-25 10:28:04 +00:00
..
ast-decoder-unittest.cc Disable more crashing / failing wasm tests. 2016-01-05 23:33:12 +00:00
encoder-unittest.cc Fix memory leaks and compiler incompatibilities in wasm unittests. 2015-12-17 11:38:56 +00:00
loop-assignment-analysis-unittest.cc [wasm] Add loop assignment analysis. 2016-01-25 10:28:04 +00:00
module-decoder-unittest.cc [wasm] Verify boundaries of data segments when decoding modules. 2016-01-20 15:20:20 +00:00
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
wasm-macro-gen-unittest.cc Initial import of v8-native WASM. 2015-12-11 12:27:05 +00:00