summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing.h
Commit message (Expand)AuthorAgeFilesLines
* Fuzz JSPI (#7148)Alon Zakai2024-12-161-0/+3
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-1/+5
* [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)Alon Zakai2024-12-051-2/+8
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-1/+1
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-081-3/+4
* [wasm64] Fuzz wasm64 memories (#7064)Alon Zakai2024-11-071-1/+0
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-0/+5
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-1/+9
* [Wasm GC] Fuzz BrOn (#7006)Alon Zakai2024-10-161-0/+1
* Fuzzer: Generate TryTables (#6987)Alon Zakai2024-10-071-0/+1
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-211-0/+2
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-291-0/+3
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-251-1/+2
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-251-1/+2
* Fuzzer: Update the typeLocals data structure before mutation (#6537)Alon Zakai2024-04-241-0/+8
* [Strings] Fuzzer: Emit StringConcat (#6532)Alon Zakai2024-04-241-1/+4
* [Strings] Fuzz and interpret all relevant StringNew methods (#6526)Alon Zakai2024-04-231-0/+3
* Fuzzer: Emit signed Struct/ArrayGet operations (#6486)Alon Zakai2024-04-111-0/+5
* Fuzzer: Better handling of globals from initial content (#6072)Alon Zakai2023-11-011-4/+0
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-171-7/+0
* Fuzzing for Try and Throw (#5776)Alon Zakai2023-06-211-0/+4
* [Wasm GC] Fuzz array.copy and array.fill (#5663)Alon Zakai2023-04-171-0/+4
* [Wasm GC] Improve GC operation coverage by using locals more (#5661)Alon Zakai2023-04-171-0/+6
* Fuzzer: When nested under makeTrivial(), avoid normal make() (#5657)Alon Zakai2023-04-121-0/+4
* [Wasm GC] Fuzz struct.set and array.set (#5655)Alon Zakai2023-04-121-0/+8
* [Wasm GC] Fuzz struct.get and array.get (#5651)Alon Zakai2023-04-101-0/+9
* [Wasm GC] Fuzz struct.new and array.new (#5622)Alon Zakai2023-04-041-6/+12
* [Wasm GC] Fuzz RefCast (#5617)Alon Zakai2023-04-031-0/+4
* [Wasm GC] Fuzz ref.test (#5577)Alon Zakai2023-03-161-0/+1
* Fuzzer: Generate both immutable and mutable globals (#5575)Alon Zakai2023-03-151-0/+1
* Fuzzer: Pick interesting subtypes in getSubType(HeapType) (#5573)Alon Zakai2023-03-151-0/+4
* Fuzzer: Emit nulls with low probability in makeConstCompoundRef (#5559)Alon Zakai2023-03-101-0/+11
* Emit the fuzzer hashMemory function after modifications (#5558)Alon Zakai2023-03-091-0/+1
* Fuzzer: Pick from existing heap types in the module (#5539)Alon Zakai2023-03-081-0/+4
* Fuzzer: Be more careful with unreachable code (#5498)Alon Zakai2023-02-161-0/+5
* Fuzzer: Replace with unreachable sometimes (#5496)Alon Zakai2023-02-161-3/+2
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-1/+2
* Remove RTTs (#4848)Thomas Lively2022-08-051-6/+5
* Fuzzer: Refactor makeConst into separate functions [NFC] (#4709)Alon Zakai2022-06-011-0/+11
* [EH] Enable fuzzer with initial contents (#4409)Heejin Ahn2022-01-041-1/+6
* Add a fuzzer specifically for types (#4328)Thomas Lively2021-11-151-81/+13
* Fuzz more basic GC types (#4303)Thomas Lively2021-11-041-0/+4
* [NFC] Factor fuzzer randomness into a separate utility (#4304)Thomas Lively2021-11-041-26/+15
* [NFC] Create a .cpp file for fuzzer implementation (#4279)Thomas Lively2021-10-261-3080/+138
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-38/+34
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-1/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-7/+6
* Remove Type ordering (#3793)Thomas Lively2021-05-181-3/+4
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-12/+12
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-10/+10