| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add --trap-mode=allow/clamp/js argument to asm2wasm and s2wasm (#1210) | jgravelle-google | 2017-10-03 | 1 | -2/+2 |
* | Update text syntax for shared memory limits (#1197) | Derek Schuff | 2017-09-22 | 1 | -3/+3 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -1/+21 |
* | wasm-reduce tool (#1139) | Alon Zakai | 2017-09-01 | 1 | -2/+16 |
* | Fix locaion of wasm-merge in auto_update_tests.py (#1151) | Sam Clegg | 2017-08-29 | 1 | -13/+15 |
* | New fuzzer (#1126) | Alon Zakai | 2017-08-11 | 1 | -1/+8 |
* | do not combine a load/store offset with a constant pointer if it would wrap a... | Alon Zakai (kripken) | 2017-07-29 | 1 | -1/+1 |
* | Add shared memories (#1069) | Derek Schuff | 2017-06-27 | 1 | -13/+15 |
* | Fix auto_update_tests for printing/minifier tests (#1071) | Derek Schuff | 2017-06-27 | 1 | -2/+3 |
* | Fix path to wasm-ctor-eval binary used in test code | Sam Clegg | 2017-06-09 | 1 | -2/+2 |
* | Exporting/importing debug location information from .wast/.asm.js/.s formats ... | Yury Delendik | 2017-06-01 | 1 | -0/+4 |
* | Unreachable typing fixes (#1004) | Alon Zakai | 2017-05-09 | 1 | -3/+4 |
* | --no-js-ffi opt to disable JS FFI mangling. (#984) | Joel Martin | 2017-05-01 | 1 | -11/+15 |
* | ctor evaller (#982) | Alon Zakai | 2017-04-28 | 1 | -0/+13 |
* | wasm-merge tool (#919) | Alon Zakai | 2017-04-17 | 1 | -0/+20 |
* | New binaryen.js (#922) | Alon Zakai | 2017-03-24 | 1 | -0/+13 |
* | Use 3 modes for potentially trapping ops in asm2wasm (#929) | Alon Zakai | 2017-03-07 | 1 | -4/+6 |
* | Fix emitting of unreachable block/if/loop (#911) | Alon Zakai | 2017-02-16 | 1 | -1/+2 |
* | asm2wasm debuginfo (#895) | Alon Zakai | 2017-02-07 | 1 | -0/+2 |
* | Improve handling of implicit traps (#898) | Alon Zakai | 2017-02-06 | 1 | -1/+1 |
* | Read/Write Abstraction (#889) | Alon Zakai | 2017-01-26 | 1 | -1/+1 |
* | Handle stacky code (#868) | Alon Zakai | 2017-01-04 | 1 | -0/+11 |
* | Refactor check.py so that groups of tests can be split into separate … (#849) | jgravelle-google | 2016-12-06 | 1 | -1/+1 |
* | add a --memory-base options to asm2wasm, to fix the memory base instead of de... | Alon Zakai | 2016-10-31 | 1 | -0/+2 |
* | support pass test files with -O plus a level, like -O1, -Os, etc. | Alon Zakai | 2016-10-21 | 1 | -1/+1 |
* | Add -O0,-O1,etc. options (#790) | Alon Zakai | 2016-10-19 | 1 | -1/+4 |
* | More wasm-only opts (#727) | Alon Zakai | 2016-10-02 | 1 | -1/+1 |
* | asm2wasm i64 support (#723) | Alon Zakai | 2016-09-30 | 1 | -0/+2 |
* | Make wasm-as emit the names section/debug info only with -g (#705) | Alon Zakai | 2016-09-26 | 1 | -13/+17 |
* | Update s2wasm for 0xc changes (#698) | Derek Schuff | 2016-09-15 | 1 | -6/+2 |
* | add asm2wasm option to import a mem init file | Alon Zakai | 2016-09-07 | 1 | -0/+4 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -0/+3 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -0/+18 |
* | use with-open | Alon Zakai | 2016-07-13 | 1 | -9/+9 |
* | separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t... | Alon Zakai | 2016-07-13 | 1 | -3/+9 |
* | rename binaryen-shell to wasm-shell | Alon Zakai | 2016-07-13 | 1 | -3/+3 |
* | add a tracing option to the c api, which logs out a runnable program from c a... | Alon Zakai | 2016-07-12 | 1 | -11/+26 |
* | allow passes tests with more than one pass | Alon Zakai | 2016-05-25 | 1 | -1/+2 |
* | add --no-opt testing to asm2wasm | Alon Zakai | 2016-05-19 | 1 | -9/+13 |
* | test fixes | Alon Zakai | 2016-05-13 | 1 | -2/+1 |
* | remove wasm2asm stuff from auto_update_tests | Alon Zakai | 2016-05-13 | 1 | -7/+0 |
* | Use more static libraries in the CMake build (#451) | Derek Schuff | 2016-05-07 | 1 | -2/+2 |
* | Use rpath instead of LD_LIBRARY_PATH for shared object use (#448) | Derek Schuff | 2016-05-06 | 1 | -11/+11 |
* | fix breakage on master from #441 (#445) | Alon Zakai | 2016-05-05 | 1 | -1/+5 |
* | Fix LD_LIBRARY_PATH (#441) | JF Bastien | 2016-05-05 | 1 | -1/+1 |
* | add optimization to c api, and so that we can find all passes in the c api li... | Alon Zakai | 2016-05-05 | 1 | -0/+2 |
* | Harmonize the internal opcodes with the binary format (#433) | Alon Zakai | 2016-05-03 | 1 | -12/+25 |
* | disable wasm2asm tests in auto_update_tests.py as well, not just in check.py | Alon Zakai | 2016-04-18 | 1 | -0/+2 |
* | Generate emscripten dynCall thunks in s2wasm (#342) | Derek Schuff | 2016-04-13 | 1 | -1/+1 |
* | Properly align the stack pointer | Derek Schuff | 2016-04-06 | 1 | -1/+2 |