summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-251-0/+1
* Apply flake8 to remaining python code (#1542)Sam Clegg2018-05-151-316/+401
* Clean up wasm2asm testing (#1546)Alon Zakai2018-05-131-5/+9
* A couple of fixes for out-of-tree builds (#1538)Sam Clegg2018-05-091-3/+3
* fix auto_update_tests.py for wasm-opt (#1487)Nathan Froyd2018-03-231-2/+3
* Allow small names in test/passes (#1450)Alon Zakai2018-03-051-0/+2
* Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)Jacob Gravelle2018-02-141-18/+3
* Support multiple extensions in lld test generation (#1417)Heejin Ahn2018-02-121-9/+22
* Emscripten addFunction support for Wasm backend (#1395)Heejin Ahn2018-02-071-0/+1
* ThreadPool refactoring (#1389)Alon Zakai2018-01-261-0/+2
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-1/+21
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-171-9/+16
* Fixes for #5998 (#1341)Alon Zakai2017-12-301-0/+1
* wasm-metadce tool (#1320)Alon Zakai2017-12-061-2/+15
* Fix binaryen.js's wasm2asm (#1257)Alon Zakai2017-11-011-1/+1
* Update auto_update_tests.py for trap-mode flags (#1225)Jacob Gravelle2017-10-171-10/+19
* Flattening rewrite (#1201)Alon Zakai2017-10-031-14/+17
* Add --trap-mode=allow/clamp/js argument to asm2wasm and s2wasm (#1210)jgravelle-google2017-10-031-2/+2
* Update text syntax for shared memory limits (#1197)Derek Schuff2017-09-221-3/+3
* Return to more structured type rules for block and if (#1148)Alon Zakai2017-09-051-1/+21
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-2/+16
* Fix locaion of wasm-merge in auto_update_tests.py (#1151)Sam Clegg2017-08-291-13/+15
* New fuzzer (#1126)Alon Zakai2017-08-111-1/+8
* do not combine a load/store offset with a constant pointer if it would wrap a...Alon Zakai (kripken)2017-07-291-1/+1
* Add shared memories (#1069)Derek Schuff2017-06-271-13/+15
* Fix auto_update_tests for printing/minifier tests (#1071)Derek Schuff2017-06-271-2/+3
* Fix path to wasm-ctor-eval binary used in test codeSam Clegg2017-06-091-2/+2
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-0/+4
* Unreachable typing fixes (#1004)Alon Zakai2017-05-091-3/+4
* --no-js-ffi opt to disable JS FFI mangling. (#984)Joel Martin2017-05-011-11/+15
* ctor evaller (#982)Alon Zakai2017-04-281-0/+13
* wasm-merge tool (#919)Alon Zakai2017-04-171-0/+20
* New binaryen.js (#922)Alon Zakai2017-03-241-0/+13
* Use 3 modes for potentially trapping ops in asm2wasm (#929)Alon Zakai2017-03-071-4/+6
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-1/+2
* asm2wasm debuginfo (#895)Alon Zakai2017-02-071-0/+2
* Improve handling of implicit traps (#898)Alon Zakai2017-02-061-1/+1
* Read/Write Abstraction (#889)Alon Zakai2017-01-261-1/+1
* Handle stacky code (#868)Alon Zakai2017-01-041-0/+11
* Refactor check.py so that groups of tests can be split into separate … (#849)jgravelle-google2016-12-061-1/+1
* add a --memory-base options to asm2wasm, to fix the memory base instead of de...Alon Zakai2016-10-311-0/+2
* support pass test files with -O plus a level, like -O1, -Os, etc.Alon Zakai2016-10-211-1/+1
* Add -O0,-O1,etc. options (#790)Alon Zakai2016-10-191-1/+4
* More wasm-only opts (#727)Alon Zakai2016-10-021-1/+1
* asm2wasm i64 support (#723)Alon Zakai2016-09-301-0/+2
* Make wasm-as emit the names section/debug info only with -g (#705)Alon Zakai2016-09-261-13/+17
* Update s2wasm for 0xc changes (#698)Derek Schuff2016-09-151-6/+2
* add asm2wasm option to import a mem init fileAlon Zakai2016-09-071-0/+4
* add drop and tee expressionsAlon Zakai2016-09-071-0/+3
* wast function type name desugaring is changing in spec:301 (#654)Alon Zakai2016-07-281-0/+18