summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fuzzer: Handle negative i31s (#6341)Alon Zakai2024-02-231-1/+1
* Fuzzer: Ignore V8 errors on uninitialized non-defaultable locals (#6337)Alon Zakai2024-02-221-0/+9
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+1
* Fuzzer: Adjust feature fuzzing frequency (#6305)Alon Zakai2024-02-221-14/+21
* Fuzzer: Allow using initial content with V8 (#6327)Alon Zakai2024-02-221-4/+3
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-0/+4
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-201-3/+3
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-201-4/+7
* Fuzzer: Remove Asyncify integration (#6309)Alon Zakai2024-02-141-71/+0
* Fuzzer: Use a directory for important fuzz testcases (#6297)Alon Zakai2024-02-121-23/+14
* StringLowering: Start to lower instructions (#6281)Alon Zakai2024-02-061-0/+1
* [EH] Support CFGWalker for new EH spec (#6235)Heejin Ahn2024-01-251-0/+1
* [EH] Add translator from old to new EH instructions (#6210)Heejin Ahn2024-01-231-0/+1
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+1
* [EH][test] Split EH tests into old and new spec (#6178)Heejin Ahn2023-12-131-0/+2
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-1/+1
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-0/+2
* Fuzzer: Add missing simplify-globals* passes (#6025)Alon Zakai2023-10-181-0/+2
* Fuzzer: Mark runs where over 50% of functions trap as ignored (#6007)Alon Zakai2023-10-131-3/+18
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-101-0/+1
* Add passes to finalize or unfinalize types (#5944)Alon Zakai2023-09-181-0/+2
* Enable auto_initial_contents by default in fuzz_opt.py (#5943)Thomas Lively2023-09-141-3/+4
* Add a simple tuple optimization pass (#5937)Alon Zakai2023-09-141-0/+1
* Do not prompt user on fuzz_opt.py --auto-initial-contents (#5907)Thomas Lively2023-08-291-8/+0
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-4/+4
* GUFA: Add a version that casts all of our inferences (#5846)Alon Zakai2023-07-271-0/+1
* CtorEval Fuzzer: Generalize export regex (#5778)Alon Zakai2023-06-221-1/+1
* StackIR: Remove nops (#5746)Alon Zakai2023-05-301-0/+2
* Fuzzer: Ignore testcases that V8 OOMs on (#5733)Alon Zakai2023-05-181-0/+3
* Reintroduce wasm-merge (#5709)Alon Zakai2023-05-161-4/+65
* Prune trapping code during TrapsNeverHappen fuzzing (#5717)Alon Zakai2023-05-121-25/+68
* 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