summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* Improve type selection in fuzzer (#2424)Heejin Ahn2019-11-061-4/+4
* Avoid fuzzing with multiple --flatten operations, which causes exponential ov...Alon Zakai2019-09-181-1/+6
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-394/+394
* Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259)Alon Zakai2019-07-241-4/+7
* Finalize tail call support (#2246)Thomas Lively2019-07-231-3/+2
* Fuzzing: Emit BINARYEN_PASS_DEBUG in the autoreducer scripts - that env var i...Alon Zakai2019-07-191-1/+2
* Auto-reduce testcases from the FuzzExec handler in the fuzzer (#2232)Alon Zakai2019-07-181-26/+126
* Tail call C/JS API (#2223)Thomas Lively2019-07-151-1/+2
* [fuzzing] Give each testcase handler a list of feature flags it requires. (#2...Alon Zakai2019-07-151-3/+37
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-19/+19
* Fix FuzzExec fuzzer, which forgot to run the opts (#2215) [ci skip]Alon Zakai2019-07-111-1/+1
* update fuzzer to use all features that pass fuzzing in all modes (which is cu...Alon Zakai2019-07-081-5/+10
* Use v8 to test wasm binaries are valid in test suite binary checks (#2206)Alon Zakai2019-07-031-13/+1
* Bysyncify: Fuzzing (#2192)Alon Zakai2019-07-011-17/+55
* Refactor python fuzz script (#2182)Alon Zakai2019-06-251-73/+134
* Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113)Alon Zakai2019-05-171-2/+14
* wasm2js: remove unnecessary labels (#2108)Alon Zakai2019-05-151-9/+6
* wasm2js: optimize away unneeded load coercions (#2107)Alon Zakai2019-05-151-6/+9
* wasm2js: avoid non-ES5 stuff like "let" (#2041)Alon Zakai2019-04-231-10/+16
* Finish bulk memory support (#2030)Thomas Lively2019-04-221-7/+7
* wasm2js: use scratch memory properly (#2033)Alon Zakai2019-04-221-1/+1
* wasm2js2: more fuzzing improvements (#2028)Alon Zakai2019-04-181-48/+58
* Fuzz prep for wasm2js (#2022)Alon Zakai2019-04-171-2/+15
* don't compare running before and after binaryen opts on non-binaryen vms if n...Alon Zakai2019-04-101-5/+10
* Fuzz fixes (#1991)Alon Zakai2019-04-101-3/+15
* clenaupAlon Zakai2019-03-201-6/+0
* don't compare vms if fuzzing nans, since they are nondeterministicAlon Zakai2019-03-111-4/+16
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-5/+7
* fix printing of unreachable atomics, and add print fuzzing (#1899)Alon Zakai2019-02-061-1/+2
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-72/+76
* wasm-opt fuzz script improvements (#1851)Alon Zakai2019-01-031-19/+43
* Determinism fix for SSA pass (#1841)Alon Zakai2019-01-021-0/+4
* wasm-opt fuzz script (#1682) [ci skip]Alon Zakai2018-09-191-0/+226