| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a RoundTrip pass (#2516) | Alon Zakai | 2019-12-09 | 1 | -0/+1 |
* | Use wat over wast for text format filenames (#2518) | Sam Clegg | 2019-12-08 | 1 | -1/+1 |
* | Use package name in imports (NFC) (#2462) | Heejin Ahn | 2019-11-22 | 1 | -8/+8 |
* | Improve type selection in fuzzer (#2424) | Heejin Ahn | 2019-11-06 | 1 | -4/+4 |
* | Avoid fuzzing with multiple --flatten operations, which causes exponential ov... | Alon Zakai | 2019-09-18 | 1 | -1/+6 |
* | Switch python indentation from 2-space to 4-space (#2299) | Sam Clegg | 2019-08-16 | 1 | -394/+394 |
* | Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259) | Alon Zakai | 2019-07-24 | 1 | -4/+7 |
* | Finalize tail call support (#2246) | Thomas Lively | 2019-07-23 | 1 | -3/+2 |
* | Fuzzing: Emit BINARYEN_PASS_DEBUG in the autoreducer scripts - that env var i... | Alon Zakai | 2019-07-19 | 1 | -1/+2 |
* | Auto-reduce testcases from the FuzzExec handler in the fuzzer (#2232) | Alon Zakai | 2019-07-18 | 1 | -26/+126 |
* | Tail call C/JS API (#2223) | Thomas Lively | 2019-07-15 | 1 | -1/+2 |
* | [fuzzing] Give each testcase handler a list of feature flags it requires. (#2... | Alon Zakai | 2019-07-15 | 1 | -3/+37 |
* | Bysyncify => Asyncify (#2226) | Alon Zakai | 2019-07-15 | 1 | -19/+19 |
* | Fix FuzzExec fuzzer, which forgot to run the opts (#2215) [ci skip] | Alon Zakai | 2019-07-11 | 1 | -1/+1 |
* | update fuzzer to use all features that pass fuzzing in all modes (which is cu... | Alon Zakai | 2019-07-08 | 1 | -5/+10 |
* | Use v8 to test wasm binaries are valid in test suite binary checks (#2206) | Alon Zakai | 2019-07-03 | 1 | -13/+1 |
* | Bysyncify: Fuzzing (#2192) | Alon Zakai | 2019-07-01 | 1 | -17/+55 |
* | Refactor python fuzz script (#2182) | Alon Zakai | 2019-06-25 | 1 | -73/+134 |
* | Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113) | Alon Zakai | 2019-05-17 | 1 | -2/+14 |
* | wasm2js: remove unnecessary labels (#2108) | Alon Zakai | 2019-05-15 | 1 | -9/+6 |
* | wasm2js: optimize away unneeded load coercions (#2107) | Alon Zakai | 2019-05-15 | 1 | -6/+9 |
* | wasm2js: avoid non-ES5 stuff like "let" (#2041) | Alon Zakai | 2019-04-23 | 1 | -10/+16 |
* | Finish bulk memory support (#2030) | Thomas Lively | 2019-04-22 | 1 | -7/+7 |
* | wasm2js: use scratch memory properly (#2033) | Alon Zakai | 2019-04-22 | 1 | -1/+1 |
* | wasm2js2: more fuzzing improvements (#2028) | Alon Zakai | 2019-04-18 | 1 | -48/+58 |
* | Fuzz prep for wasm2js (#2022) | Alon Zakai | 2019-04-17 | 1 | -2/+15 |
* | don't compare running before and after binaryen opts on non-binaryen vms if n... | Alon Zakai | 2019-04-10 | 1 | -5/+10 |
* | Fuzz fixes (#1991) | Alon Zakai | 2019-04-10 | 1 | -3/+15 |
* | clenaup | Alon Zakai | 2019-03-20 | 1 | -6/+0 |
* | don't compare vms if fuzzing nans, since they are nondeterministic | Alon Zakai | 2019-03-11 | 1 | -4/+16 |
* | NaN fuzzing improvements (#1913) | Alon Zakai | 2019-02-19 | 1 | -5/+7 |
* | fix printing of unreachable atomics, and add print fuzzing (#1899) | Alon Zakai | 2019-02-06 | 1 | -1/+2 |
* | Compare binaryen fuzz-exec to JS VMs (#1856) | Alon Zakai | 2019-01-10 | 1 | -72/+76 |
* | wasm-opt fuzz script improvements (#1851) | Alon Zakai | 2019-01-03 | 1 | -19/+43 |
* | Determinism fix for SSA pass (#1841) | Alon Zakai | 2019-01-02 | 1 | -0/+4 |
* | wasm-opt fuzz script (#1682) [ci skip] | Alon Zakai | 2018-09-19 | 1 | -0/+226 |