summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing/heap-types.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-191-56/+76
* Fix sharedness bug in inhabitable type fuzzer (#6807)Thomas Lively2024-08-061-1/+2
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-2/+1
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-1/+2
* [threads] Fuzz shared types in type fuzzer (#6704)Thomas Lively2024-06-261-98/+129
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-2/+4
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-13/+0
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+6
* Fuzzer HeapType generator: Do not use string types if not allowed (#6447)Alon Zakai2024-03-271-1/+1
* Fix stringview subtyping (#6440)Thomas Lively2024-03-261-1/+8
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-2/+7
* [NFC] Rename getSuperType to getDeclaredSuperType (#6015)Alon Zakai2023-10-171-4/+4
* Make final types the default (#5918)Thomas Lively2023-09-091-4/+2
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-1/+9
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-76/+5
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-24/+15
* [NFC] Use the new getField() in the heap type fuzzer (#5643)Alon Zakai2023-04-071-17/+10
* Integrate the heap type fuzzer into the main fuzzer (#5555)Alon Zakai2023-03-091-2/+3
* Refactor type fuzzer to expose `getInhabitable` API (#5552)Thomas Lively2023-03-081-0/+70
* Skip function references when detecting uninhabitable types (#5545)Thomas Lively2023-03-031-14/+21
* Add a fuzzer utility for ensuring types are inhabitable (#5541)Thomas Lively2023-03-031-0/+364
* [Wasm GC] Support and fuzz function subtyping (#5420)Thomas Lively2023-01-121-43/+194
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-8/+6
* Support `array` and `struct` types in the type fuzzer (#5308)Thomas Lively2022-12-021-40/+54
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-1/+5
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-4/+33
* [NFC] Remove unused code in type fuzzer (#5023)Thomas Lively2022-09-071-67/+0
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-6/+2
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-4/+23
* Remove RTTs (#4848)Thomas Lively2022-08-051-19/+1
* Remove basic reference types (#4802)Thomas Lively2022-07-201-7/+1
* [Strings] Add string proposal types (#4755)Alon Zakai2022-06-291-0/+15
* Remove externref (#4633)Thomas Lively2022-05-041-6/+0
* Isorecursive type fuzzing (#4501)Thomas Lively2022-02-041-25/+71
* Check for correct subtyping in the type fuzzer (#4350)Thomas Lively2021-11-201-79/+76
* Allow building basic HeapTypes in nominal mode (#4346)Thomas Lively2021-11-191-19/+11
* Small cleanups in type fuzzer (#4337)Thomas Lively2021-11-171-18/+12
* Add a fuzzer specifically for types (#4328)Thomas Lively2021-11-151-0/+499