index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
fuzzing
/
heap-types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Use HeapType::getKind more broadly (#6846)
Thomas Lively
2024-08-19
1
-56
/
+76
*
Fix sharedness bug in inhabitable type fuzzer (#6807)
Thomas Lively
2024-08-06
1
-1
/
+2
*
[NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)
Thomas Lively
2024-07-18
1
-2
/
+1
*
[threads] Update the fuzzer for shared types (#6771)
Thomas Lively
2024-07-18
1
-1
/
+2
*
[threads] Fuzz shared types in type fuzzer (#6704)
Thomas Lively
2024-06-26
1
-98
/
+129
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-2
/
+4
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-13
/
+0
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+6
*
Fuzzer HeapType generator: Do not use string types if not allowed (#6447)
Alon Zakai
2024-03-27
1
-1
/
+1
*
Fix stringview subtyping (#6440)
Thomas Lively
2024-03-26
1
-1
/
+8
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-2
/
+7
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
1
-4
/
+4
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-4
/
+2
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
1
-1
/
+9
*
Remove the ability to construct basic types in a TypeBuilder (#5678)
Thomas Lively
2023-04-19
1
-76
/
+5
*
Remove the nominal type system (#5672)
Thomas Lively
2023-04-17
1
-24
/
+15
*
[NFC] Use the new getField() in the heap type fuzzer (#5643)
Alon Zakai
2023-04-07
1
-17
/
+10
*
Integrate the heap type fuzzer into the main fuzzer (#5555)
Alon Zakai
2023-03-09
1
-2
/
+3
*
Refactor type fuzzer to expose `getInhabitable` API (#5552)
Thomas Lively
2023-03-08
1
-0
/
+70
*
Skip function references when detecting uninhabitable types (#5545)
Thomas Lively
2023-03-03
1
-14
/
+21
*
Add a fuzzer utility for ensuring types are inhabitable (#5541)
Thomas Lively
2023-03-03
1
-0
/
+364
*
[Wasm GC] Support and fuzz function subtyping (#5420)
Thomas Lively
2023-01-12
1
-43
/
+194
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-8
/
+6
*
Support `array` and `struct` types in the type fuzzer (#5308)
Thomas Lively
2022-12-02
1
-40
/
+54
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-1
/
+5
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-4
/
+33
*
[NFC] Remove unused code in type fuzzer (#5023)
Thomas Lively
2022-09-07
1
-67
/
+0
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-6
/
+2
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-4
/
+23
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-19
/
+1
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-7
/
+1
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-0
/
+15
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-6
/
+0
*
Isorecursive type fuzzing (#4501)
Thomas Lively
2022-02-04
1
-25
/
+71
*
Check for correct subtyping in the type fuzzer (#4350)
Thomas Lively
2021-11-20
1
-79
/
+76
*
Allow building basic HeapTypes in nominal mode (#4346)
Thomas Lively
2021-11-19
1
-19
/
+11
*
Small cleanups in type fuzzer (#4337)
Thomas Lively
2021-11-17
1
-18
/
+12
*
Add a fuzzer specifically for types (#4328)
Thomas Lively
2021-11-15
1
-0
/
+499