summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* Fuzzer: Run --dce when GC is enabled (#5677)Alon Zakai2023-04-191-0/+9
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-5/+0
* Adjust fuzzer frequencies (#5612)Alon Zakai2023-03-311-6/+5
* Switch fuzzer to hybrid typing (#5609)Alon Zakai2023-03-311-1/+1
* Fuzz partial-inlining-ifs (#5600)Alon Zakai2023-03-291-0/+4
* Fuzzer: Ignore infinite recursion in Asyncify handler (#5596)Alon Zakai2023-03-221-0/+17
* Fix misoptimization in TypeMerging (#5572)Thomas Lively2023-03-141-3/+1
* Fuzzer: CompareVMs: Do not compare when hitting a host limitation (#5562)Alon Zakai2023-03-141-2/+18
* TrapsNeverHappen fuzzing: Handle a trap vs a host limitation (#5560)Alon Zakai2023-03-101-0/+8
* Integrate the heap type fuzzer into the main fuzzer (#5555)Alon Zakai2023-03-091-1/+3
* Fuzzer: Skip testcases that hit V8's array size limit (#5550)Alon Zakai2023-03-071-2/+8
* Fuzzer: Count the number of VM runs we ignore (#5538)Alon Zakai2023-03-011-1/+11
* Fuzzing: Add wasm-ctor-eval fuzzing in fuzz_opt.py (#5523)Alon Zakai2023-02-241-4/+44
* [Wasm GC] Add AbstractTypeRefining pass (#5461)Alon Zakai2023-02-031-0/+2
* Skip some new initial content in the fuzzer, with imported memories (#5383)Alon Zakai2023-01-031-0/+3
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-69/+89
* Fixed fuzzing of closed-world after #5347 (#5359)Alon Zakai2022-12-161-4/+19
* [Wasm GC] Add TypeMerging pass (#5321)Alon Zakai2022-12-071-0/+1
* [Wasm GC] Add TypeSSA pass (#5299)Alon Zakai2022-12-021-0/+1
* [Wasm GC] Implement closed-world flag (#5303)Alon Zakai2022-11-301-0/+3
* [Wasm GC] Start an OptimizeCasts pass and reuse cast values there (#5263)Alon Zakai2022-11-171-0/+1
* [Wasm GC] Add Monomorphize pass (#5238)Alon Zakai2022-11-111-0/+2
* Fix fuzzer default contents after #5212 (#5223)Thomas Lively2022-11-071-1/+1
* [Wasm GC] Fix GUFA on externalize/internalize (#5220)Alon Zakai2022-11-041-0/+1
* Fuzzer: Skip fuzzing VMs when multi-memories are enabled (#5207)Alon Zakai2022-11-031-3/+3
* Fix fuzzer to ignore externalize/internalize (#5176)Alon Zakai2022-10-211-0/+2
* [Strings] Add missing String effects + tests (#5057)Alon Zakai2022-09-191-0/+1
* Allow optimizing with global function effects (#5040)Alon Zakai2022-09-161-0/+5
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-1/+0
* Implement `extern.externalize` and `extern.internalize` (#4975)Thomas Lively2022-08-291-1/+3
* Simplify TrapsNeverHappen fuzzing (#4957)Alon Zakai2022-08-241-4/+5
* [Fuzzer] Fuzz TrapsNeverHappen mode (#4936)Alon Zakai2022-08-221-2/+85
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-0/+8
* Fuzzer: When typed-function-references is disabled, disable GC too (#4908)Alon Zakai2022-08-161-1/+2
* Fuzzer: Emit absolute paths in commands (#4890)Alon Zakai2022-08-101-28/+31
* Fuzzer: Add some docs and error handling" (#4887)Alon Zakai2022-08-091-4/+19
* Remove RTTs (#4848)Thomas Lively2022-08-051-8/+9
* Grand Unified Flow Analysis (GUFA) (#4598)Alon Zakai2022-07-221-0/+2
* Fuzzer: Fix determinism fuzzing (#4767)Alon Zakai2022-07-071-6/+14
* [Strings] Add string proposal types (#4755)Alon Zakai2022-06-291-1/+3
* Disallow --nominal with GC (#4758)Thomas Lively2022-06-281-12/+11
* [Fuzzer] Pretty print of feature opts and passes (#4740)Max Graey2022-06-221-2/+2
* Disable Wasm2C in fuzz_opt for now (#4743)Max Graey2022-06-211-2/+4
* Global Struct Inference pass: Infer two constants in struct.get (#4659)Alon Zakai2022-06-011-0/+1
* [Fuzzer] Ignore relaxed-simd test for initial contents (#4683)Alon Zakai2022-05-241-0/+8
* Fuzzer: Show a clear error if a given wasm fails to run (#4672)Alon Zakai2022-05-171-1/+5
* [Fuzzer] Add typesystem flag to reduction script (#4651)Alon Zakai2022-05-061-2/+3
* [NominalFuzzing] Add typesystem flag to wasm-dis (#4645)Alon Zakai2022-05-051-2/+2
* [NominalFuzzing] Use feature flags in a missing place (#4628)Alon Zakai2022-05-021-1/+1
* [NominalFuzzing] Switch to nominal fuzzing by default (#4610)Alon Zakai2022-04-221-3/+13