summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use with-openAlon Zakai2016-07-131-9/+9
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...Alon Zakai2016-07-131-3/+9
* rename binaryen-shell to wasm-shellAlon Zakai2016-07-131-3/+3
* add a tracing option to the c api, which logs out a runnable program from c a...Alon Zakai2016-07-121-11/+26
* allow passes tests with more than one passAlon Zakai2016-05-251-1/+2
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-9/+13
* test fixesAlon Zakai2016-05-131-2/+1
* remove wasm2asm stuff from auto_update_testsAlon Zakai2016-05-131-7/+0
* Use more static libraries in the CMake build (#451)Derek Schuff2016-05-071-2/+2
* Use rpath instead of LD_LIBRARY_PATH for shared object use (#448)Derek Schuff2016-05-061-11/+11
* fix breakage on master from #441 (#445)Alon Zakai2016-05-051-1/+5
* Fix LD_LIBRARY_PATH (#441)JF Bastien2016-05-051-1/+1
* add optimization to c api, and so that we can find all passes in the c api li...Alon Zakai2016-05-051-0/+2