summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* [Fuzzer] Don't prompt user when seed is given (#4185)Heejin Ahn2021-09-241-8/+16
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+1
* Select initial contents automatically in fuzzer (#4173)Heejin Ahn2021-09-221-17/+82
* [Wasm GC] Fix invalid intermediate IR in OptimizeInstructions (#4169)Alon Zakai2021-09-201-0/+2
* Partial inlining via function splitting (#4152)Alon Zakai2021-09-171-0/+1
* [Wasm GC] Fix OptimizeInstructions on unreachable ref.test (#4156)Alon Zakai2021-09-151-0/+3
* RemoveUnusedBrs::tablify() improvements: handle EqZ and tee (#4144)Alon Zakai2021-09-131-0/+1
* Optimize away dominated calls to functions that run only once (#4111)Alon Zakai2021-09-031-0/+6
* [fuzz-opt] Better error output for non-deterministic check (#4102)Max Graey2021-08-261-6/+16
* LocalCSE rewrite (#4079)Alon Zakai2021-08-171-1/+2
* Disable RoundtripText fuzzer until #3989 is fixed (#4058)Alon Zakai2021-08-051-1/+2
* Fuzzer: Fix handling of features with initial contents (#3981)Alon Zakai2021-07-151-1/+16
* Fuzzer: Use NameTypes in RoundTrip (#3986)Alon Zakai2021-07-141-1/+5
* Fix features section handling in the fuzzer (#3980)Alon Zakai2021-07-131-6/+26
* Fix the fuzzer on wasm2c2wasm: emcc must request d8 support now (#3975)Alon Zakai2021-07-091-0/+1
* Properly handle comparisons of 64-bit ints in wasm2c in the fuzzer. (#3918)Alon Zakai2021-06-081-0/+16
* Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)Alon Zakai2021-05-121-0/+2
* Fuzz with maximal inlining some of the time (#3871)Alon Zakai2021-05-101-0/+8
* Fuzzer: Ignore things we should ignore even if the process succeeded (#3864)Alon Zakai2021-05-061-16/+22
* Fuzzer: Do not fuzz multivalue testcases in initial contents (#3809)Alon Zakai2021-04-151-0/+21
* Fuzzer: Distinguish traps from host limitations (#3801)Alon Zakai2021-04-121-1/+7
* [Wasm GC] Enable more GC fuzzing (#3788)Alon Zakai2021-04-081-6/+7
* Fuzz --converge (#3789)Alon Zakai2021-04-081-0/+3
* Fuzzer: Ignore our current bug with the type of br_if (#3775)Alon Zakai2021-04-061-1/+6
* Disallow flatten + GC in the fuzzer due to RTTs (#3768)Alon Zakai2021-04-011-0/+3
* Avoid flatten + multivalue + reference types in the fuzzer (#3760)Alon Zakai2021-03-311-0/+3
* Stop emitting features section in fuzzer (#3652)Alon Zakai2021-03-041-1/+1
* Make the reduction script more robust, and document text reduction (#3640)Alon Zakai2021-03-031-5/+17
* Introduce a script for updating lit tests (#3503)Thomas Lively2021-01-211-2/+3
* [GC] Add basic RTT support (#3432)Alon Zakai2020-12-081-0/+2
* [Fuzzer] Use liftoff when running d8, to avoid nondeterminism (#3402)Alon Zakai2020-12-011-5/+18
* [TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...Alon Zakai2020-11-251-0/+10
* [Fuzzer] Compare D8 on Liftoff and TurboFan (#3342)Alon Zakai2020-11-121-23/+18
* [Fuzzer] Add a chance to pick particularly important initial contents (#3343)Alon Zakai2020-11-121-1/+13
* Fuzzer: Add an option to fuzz with initial wasm contents (#3276)Alon Zakai2020-10-271-46/+155
* Fuzzer: improve random selection of features (#3268)Alon Zakai2020-10-211-5/+4
* Fuzzer: Handle the case where we can't even generate the wasm file (#3270)Alon Zakai2020-10-211-0/+25
* Fuzzer: run emcc with memory growth enabled, to allow larger things to run (#...Alon Zakai2020-10-211-1/+5
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-1/+6
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-5/+5
* Include potentially out-of-tree bin directory in reduce.sh (#3120)Daniel Wirtz2020-09-121-1/+2
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-4/+12
* Support fuzzing of out-of-tree builds (#3050)Daniel Wirtz2020-08-181-5/+5
* Fuzzing: Compare wasm2js to the interpreter (#3026)Alon Zakai2020-08-061-14/+76
* Adjust fuzzing frequencies (#3021)Alon Zakai2020-08-041-3/+9
* wasm2js fuzzing: properly ignore trapping code (#2980)Alon Zakai2020-07-241-12/+31
* Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compile...Alon Zakai2020-07-171-1/+18
* wasm2c signal handler fixes (#2957)Alon Zakai2020-07-141-0/+3
* Fuzzer cleanup: use shared.V8 instead of hardcoding the string "d8" (#2954)Alon Zakai2020-07-111-6/+10
* Asyncify liveness analysis (#2890)Alon Zakai2020-06-231-4/+0