summaryrefslogtreecommitdiff
path: root/test/passes/translate-to-fuzz_all-features_metrics_noprint.txt
Commit message (Expand)AuthorAgeFilesLines
* Fuzz JSPI (#7148)Alon Zakai2024-12-161-44/+39
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-42/+45
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-191-33/+39
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-081-44/+36
* [wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)Alon Zakai2024-11-071-36/+46
* [wasm64] Fuzz wasm64 memories (#7064)Alon Zakai2024-11-071-40/+35
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-47/+40
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-38/+45
* [Wasm GC] Fuzz BrOn (#7006)Alon Zakai2024-10-161-41/+39
* Fuzzer: Generate TryTables (#6987)Alon Zakai2024-10-071-41/+41
* Add a customizable title to Metrics reporting (#6792)Alon Zakai2024-07-301-0/+1
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-46/+37
* Simplify fuzzer generation of function references (#6745)Thomas Lively2024-07-151-28/+30
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-211-36/+48
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-291-35/+37
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-251-33/+35
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-251-31/+30
* [Strings] Fuzzer: Emit StringConcat (#6532)Alon Zakai2024-04-241-44/+34
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-231-41/+41
* Fuzzer: Randomly pick which functions to use in RefFunc (#6503)Alon Zakai2024-04-151-31/+28
* Fuzzer: Emit signed Struct/ArrayGet operations (#6486)Alon Zakai2024-04-111-43/+44
* Add "interposition" to the fuzzer's mutate() method (#6427)Alon Zakai2024-03-261-30/+44
* Fuzzer: Better handling of globals from initial content (#6072)Alon Zakai2023-11-011-45/+32
* Fuzzer: Allow non-nullable locals (#6019)Alon Zakai2023-10-181-42/+41
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-171-39/+42
* Fuzzer: Move logic for adding a new local on demand to local.get (#6008)Alon Zakai2023-10-171-35/+41
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Fuzzer: Emit more variations of If (#5806)Alon Zakai2023-07-101-32/+39
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-44/+34
* Fuzzing for Try and Throw (#5776)Alon Zakai2023-06-211-34/+40
* Fuzzer: Limit ArrayNew sizes most of the time (#5738)Alon Zakai2023-05-221-42/+31
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-34/+42
* [Wasm GC] Fuzz array.copy and array.fill (#5663)Alon Zakai2023-04-171-27/+38
* [Wasm GC] Improve GC operation coverage by using locals more (#5661)Alon Zakai2023-04-171-36/+27
* Fuzzer: When nested under makeTrivial(), avoid normal make() (#5657)Alon Zakai2023-04-121-29/+31
* [Wasm GC] Fuzz struct.set and array.set (#5655)Alon Zakai2023-04-121-34/+33
* [Wasm GC] Fuzz struct.get and array.get (#5651)Alon Zakai2023-04-101-27/+29
* Fuzzer: Improve mutate() (#5631)Alon Zakai2023-04-051-34/+33
* [Wasm GC] Fuzz struct.new and array.new (#5622)Alon Zakai2023-04-041-41/+35
* [Wasm GC] Fuzz RefCast (#5617)Alon Zakai2023-04-031-32/+34
* Ensure a deterministic order in the type names section (#5590)Alon Zakai2023-03-201-32/+38
* [Wasm GC] Fuzz ref.test (#5577)Alon Zakai2023-03-161-33/+30
* Fuzzer: Generate both immutable and mutable globals (#5575)Alon Zakai2023-03-151-36/+34
* Fuzzer: Pick interesting subtypes in getSubType(HeapType) (#5573)Alon Zakai2023-03-151-31/+35
* Fuzzer: Avoid emitting massive nested structs (#5564)Alon Zakai2023-03-131-34/+33
* Fuzzer: Limit array sizes (#5569)Alon Zakai2023-03-131-32/+34
* Fuzzer: Emit fewer uninhabitable types in getSubType (#5563)Alon Zakai2023-03-101-31/+29
* Fuzzer: Emit nulls with low probability in makeConstCompoundRef (#5559)Alon Zakai2023-03-101-32/+36
* Emit the fuzzer hashMemory function after modifications (#5558)Alon Zakai2023-03-091-38/+32
* Integrate the heap type fuzzer into the main fuzzer (#5555)Alon Zakai2023-03-091-34/+39