summaryrefslogtreecommitdiff
path: root/scripts/test
Commit message (Expand)AuthorAgeFilesLines
* wasm2js: unreachability fixes (#2037)Alon Zakai2019-04-222-1/+17
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-221-2/+0
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-191-0/+11
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-1/+1
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-3/+3
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-7/+2
* Wasm2js memory fixes (#2003)Alon Zakai2019-04-123-33/+56
* wasm2js: emscripten glue option (#2000)Alon Zakai2019-04-111-0/+4
* Handle relocatable code in AsmConstWalker (#1992)Sam Clegg2019-04-101-1/+2
* wasm-emscripten-finalize: Improve shared library support (#1961)Sam Clegg2019-04-022-33/+50
* Delete wasm-merge (#1969)Thomas Lively2019-03-291-1/+0
* Improve test scripts (#1959)* Improve test scripts * feedback [skip ci]Sam Clegg2019-03-213-7/+73
* Discover and run unit tests from check.py (#1948)Thomas Lively2019-03-191-0/+54
* wasm-emscripten-finalize: Remove JSCall thunk generation (#1938)Sam Clegg2019-03-121-1/+0
* Emscripten stack simplification (#1870)Alon Zakai2019-01-161-1/+1
* Check $NODE environment variable when looking for node (#1792)Sam Clegg2018-11-301-1/+1
* Add wasm-emscripten-finalize flag to separate data segments into a file (#1741)Derek Schuff2018-11-141-5/+11
* Support 4GB Memories (#1702)Alon Zakai2018-10-151-0/+2
* Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)Alex Crichton2018-08-305-40/+77
* Proper error handling in add* and get* methods (#1570)Alon Zakai2018-07-101-1/+1
* Stop bundling binaryen.js builds (#1609)Alon Zakai2018-07-041-0/+1
* Remove s2wasm (#1607)Sam Clegg2018-06-282-136/+0
* Fix check.py on windows platform (#1605)Loppin Vincent2018-06-202-4/+5
* Remove testing of s2wasm via the wasm waterfall scripts (#1604)Sam Clegg2018-06-191-66/+0
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-258-99/+123
* Clean up wasm2asm testing (#1546)Alon Zakai2018-05-131-5/+5
* include the filename in erroneous diff output where possible (#1452)Nathan Froyd2018-03-195-31/+25
* use jsvu to get spidermonkey (#1443)Alon Zakai2018-03-161-1/+1
* wasm2asm fixes (#1436)Alon Zakai2018-02-201-8/+10
* adjust test scripts to cope with out-of-tree builds (#1420)Nathan Froyd2018-02-141-11/+15
* Fix flake8 (#1426)Jacob Gravelle2018-02-141-1/+0
* Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)Jacob Gravelle2018-02-143-70/+39
* Emscripten addFunction support for Wasm backend (#1395)Heejin Ahn2018-02-072-19/+37
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-223-0/+154
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-171-0/+14
* wasm-metadce tool (#1320)Alon Zakai2017-12-061-0/+1
* Fix wasm-reduce testing out of tree (#1284)Alon Zakai2017-11-211-0/+4
* Add Features enum to IR (#1250)Derek Schuff2017-10-271-0/+2
* Fix flake8 failures in scripts/ (#1239)Taiju Tsuiki2017-10-242-15/+21
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-1/+9
* Refactor validator API to use enums (#1209)Alon Zakai2017-10-031-2/+3
* Add --trap-mode=allow/clamp/js argument to asm2wasm and s2wasm (#1210)jgravelle-google2017-10-032-4/+4
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-022-26/+196
* default waterfall testing to off (#1186)Alon Zakai2017-09-161-2/+2
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-4/+13
* i64 to i32 lowering for wasm2asm (#1134)Thomas Lively2017-09-011-5/+7
* Move test/local-revision into test/wasm-install (#1157)Sam Clegg2017-08-301-9/+8
* Fix locaion of wasm-merge in auto_update_tests.py (#1151)Sam Clegg2017-08-291-2/+5
* wasm2asm test generation (#1124)Thomas Lively2017-08-161-10/+49
* Get wasm2asm building again (#1107)Thomas Lively2017-08-023-2/+57