summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Add clang-format-diff hook (#2057)Heejin Ahn2019-04-261-0/+6
* wasm2js2: optimize call_indirect and select operands (#2056)Alon Zakai2019-04-251-0/+3
* wasm2js: support non-constant indexes for memory and table segments (#2055)Alon Zakai2019-04-251-0/+2
* wasm2js: start to optionally optimize the JS (#2046)Alon Zakai2019-04-241-2/+2
* wasm2js: avoid non-ES5 stuff like "let" (#2041)Alon Zakai2019-04-231-10/+16
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-7/+7
* wasm2js: unreachability fixes (#2037)Alon Zakai2019-04-222-1/+17
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-222-3/+1
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-191-0/+11
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-1/+1
* wasm2js2: more fuzzing improvements (#2028)Alon Zakai2019-04-182-48/+157
* Fuzz prep for wasm2js (#2022)Alon Zakai2019-04-172-2/+112
* 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
* don't compare running before and after binaryen opts on non-binaryen vms if n...Alon Zakai2019-04-101-5/+10
* Handle relocatable code in AsmConstWalker (#1992)Sam Clegg2019-04-101-1/+2
* Fuzz fixes (#1991)Alon Zakai2019-04-101-3/+15
* Fuzz more carefully when using nans (#1956)Alon Zakai2019-04-031-4/+10
|\
| * clenaupAlon Zakai2019-03-201-6/+0
| * Merge remote-tracking branch 'origin/master' into nansAlon Zakai2019-03-202-1/+54
| |\
| * | don't compare vms if fuzzing nans, since they are nondeterministicAlon Zakai2019-03-111-4/+16
* | | wasm-emscripten-finalize: Improve shared library support (#1961)Sam Clegg2019-04-022-33/+50
* | | Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-3/+3
* | | Warn about running gen-s-parser.py with Python 2 (#1971)Thomas Lively2019-03-291-0/+6
* | | 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
|/
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-5/+7
* fix printing of unreachable atomics, and add print fuzzing (#1899)Alon Zakai2019-02-061-1/+2
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+4
* Emscripten stack simplification (#1870)Alon Zakai2019-01-161-1/+1
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-72/+76
* Massive renaming (#1855)Thomas Lively2019-01-072-82/+82
* wasm-opt fuzz script improvements (#1851)Alon Zakai2019-01-031-19/+43
* Determinism fix for SSA pass (#1841)Alon Zakai2019-01-021-0/+4
* SIMD (#1820)Thomas Lively2018-12-131-1/+142
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-1/+10
* Check $NODE environment variable when looking for node (#1792)Sam Clegg2018-11-302-2/+3
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-44/+102
* Reject all nonexistent instructions in sexp format (#1756)Thomas Lively2018-11-191-24/+11
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-191-0/+408
* 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
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-3/+3
* wasm-opt fuzz script (#1682) [ci skip]Alon Zakai2018-09-191-0/+226
* 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