summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing/fuzzing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-11/+20
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-15/+42
* [Fuzzing] Allow recombine() to replace with a subtype (#5101)Alon Zakai2022-10-031-4/+43
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-6/+3
* Update fuzzer to newer GC spec regarding JS interop (#4965)Alon Zakai2022-08-311-7/+24
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+4
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-27/+10
* Materialize non-null externrefs in the fuzzer (#4952)Thomas Lively2022-08-221-2/+7
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-2/+7
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-53/+118
* Remove RTTs (#4848)Thomas Lively2022-08-051-23/+8
* Remove basic reference types (#4802)Thomas Lively2022-07-201-61/+15
* [Strings] Add string proposal types (#4755)Alon Zakai2022-06-291-0/+5
* First class Data Segments (#4733)Ashley Nelson2022-06-211-18/+22
* Fuzzer: Add support for creating structs and arrays in makeConst (#4707)Alon Zakai2022-06-011-8/+20
* Fuzzer: Refactor makeConst into separate functions [NFC] (#4709)Alon Zakai2022-06-011-85/+107
* Validator: Check features for ref.null's type (#4677)Alon Zakai2022-05-181-0/+2
* [GC Fuzzing] Avoid non-nullable eqref without GC (#4675)Alon Zakai2022-05-181-2/+22
* [Fuzzer] Reduce trap probability in function ref fallback code (#4653)Alon Zakai2022-05-161-10/+15
* [Fuzzer] Fix another reference types vs gc types issue (#4647)Alon Zakai2022-05-061-36/+37
* Fix fuzzer's choosing of reference types (#4642)Alon Zakai2022-05-051-7/+18
* Remove externref (#4633)Thomas Lively2022-05-041-24/+4
* [NominalFuzzing] Fix TranslateToFuzzReader::getSubType(Rtt) (#4604)Alon Zakai2022-04-211-0/+6
* [SIMD] Make swizzle's opcode name consistent (NFC) (#4585)Heejin Ahn2022-04-091-1/+1
* [EH] Enable fuzzer with initial contents (#4409)Heejin Ahn2022-01-041-2/+6
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-1/+1
* Add a fuzzer specifically for types (#4328)Thomas Lively2021-11-151-37/+19
* Fuzz more basic GC types (#4303)Thomas Lively2021-11-041-116/+244
* [NFC] Factor fuzzer randomness into a separate utility (#4304)Thomas Lively2021-11-041-59/+9
* [NFC] Create a .cpp file for fuzzer implementation (#4279)Thomas Lively2021-10-261-0/+3024