summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
Commit message (Expand)AuthorAgeFilesLines
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-17/+9
* Validate features for types used in element segments (#6769)Thomas Lively2024-07-181-0/+1
* Validate features for types used in tables (#6768)Thomas Lively2024-07-181-0/+1
* [threads] ref.i31_shared requires shared-everything in validation (#6767)Thomas Lively2024-07-181-0/+1
* [threads] Simplify and generalize reftype writing without GC (#6766)Thomas Lively2024-07-181-1/+1
* [threads] Simplify and generalize heap type writing without GC (#6765)Thomas Lively2024-07-171-0/+1
* [threads] Fix shared ref.eq and disallow mixed-shareability (#6763)Thomas Lively2024-07-171-0/+1
* [threads] Validate all features required by ref.null (#6757)Thomas Lively2024-07-161-0/+2
* [NFC][threads] Ignore type-ssa-shared.wast in fuzzer (#6754)Thomas Lively2024-07-161-0/+1
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-0/+1
* [StackIR] Allow StackIR to be disabled from the commandline (#6725)Alon Zakai2024-07-101-0/+1
* [threads] Ignore shared-array.wast in fuzzer initial contents (#6706)Thomas Lively2024-06-261-0/+1
* [threads] Validate shared-polymorphic instructions (#6702)Thomas Lively2024-06-251-0/+1
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-0/+4
* Fuzzer: Stop testing with TurboFan as Turboshaft is rolling out and is faster...Alon Zakai2024-05-281-7/+0
* Fix binary emitting of br_if with a refined value by emitting a cast (#6510)Alon Zakai2024-05-161-1/+18
* Fuzzer: Add another stringview subtyping error message to ignore (#6575)Alon Zakai2024-05-091-0/+1
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-081-0/+3
* Re-enable fuzzing of text round trips (#6560)Thomas Lively2024-04-291-2/+1
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-231-1/+2
* Fuzzer: Do not run other VMs if the Binaryen interpreter hits a VM limitation...Alon Zakai2024-04-101-10/+19
* [NFC] Fix fuzzer counting of ignored runs due to many errors (#6444)Alon Zakai2024-03-271-4/+12
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-3/+0
* Update file name in INITIAL_CONTENTS_IGNORE (#6425)Thomas Lively2024-03-221-1/+1
* [Strings] Implement stringview_wtf16.slice (#6404)Alon Zakai2024-03-191-1/+2
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+1
* Fuzzer: Fix up null outputs in wasm2js optimized builds (#6374)Alon Zakai2024-03-081-0/+15
* Fuzzer: Standardize notation for exception prefixes (#6369)Alon Zakai2024-03-051-2/+8
* Fuzzer: Ignore fuzz testcases that make VMs run out of stack (#6376)Alon Zakai2024-03-041-8/+19
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+1
* Fuzz V8 Turboshaft (#6360)Alon Zakai2024-02-281-1/+8
* Fuzzer: Separate arguments used to make the fuzz wasm from the opts we run on...Alon Zakai2024-02-271-8/+16
* 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