summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Increase flake8 coverage (#1586)Sam Clegg2018-06-051-6/+2
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-2515-172/+208
* Fix embedwast.py for out-of-tree building (#1569)Sam Clegg2018-05-251-23/+37
* wasm2asm: Finish i64 lowering operations (#1563)Alex Crichton2018-05-251-0/+31
* 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-246-19/+25
* 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
* Add shared memories (#1069)Derek Schuff2017-06-271-1/+2
* Fix path to wasm-ctor-eval binary used in test codeSam Clegg2017-06-091-0/+1
* S2wasm runtime funcs (#1027)jgravelle-google2017-06-051-4/+11
* Unreachable typing fixes (#1004)Alon Zakai2017-05-091-0/+5
* --no-js-ffi opt to disable JS FFI mangling. (#984)Joel Martin2017-05-011-0/+1
* fix s2wasm.py hanging indent (#969)Alon Zakai2017-04-171-2/+2
* s2wasm: Add command line option for importing memory (#963)Max Klein2017-04-121-0/+6
* Read/Write Abstraction (#889)Alon Zakai2017-01-261-11/+11
* Refactor check.py so that groups of tests can be split into separate … (#849)jgravelle-google2016-12-064-0/+526
* fix python spacing in some scripts (#841)Alon Zakai2016-11-152-0/+2
* Add priority to copies on backedges (#791)Alon Zakai2016-10-201-0/+13
* pass/wast fuzzer improvementsAlon Zakai2016-10-131-3/+5
* update spidermonkify.pyAlon Zakai2016-10-111-18/+1
* DCE bugfix (#736)Alon Zakai2016-10-041-0/+136
* add a pass fuzzer script (#709)Alon Zakai2016-09-231-0/+146
* Update s2wasm for 0xc changes (#698)Derek Schuff2016-09-151-1/+8
* add drop and tee expressionsAlon Zakai2016-09-071-2/+4