index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
fuzzing
/
fuzzing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-11
/
+20
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-1
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-15
/
+42
*
[Fuzzing] Allow recombine() to replace with a subtype (#5101)
Alon Zakai
2022-10-03
1
-4
/
+43
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-6
/
+3
*
Update fuzzer to newer GC spec regarding JS interop (#4965)
Alon Zakai
2022-08-31
1
-7
/
+24
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+4
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-27
/
+10
*
Materialize non-null externrefs in the fuzzer (#4952)
Thomas Lively
2022-08-22
1
-2
/
+7
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-2
/
+7
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-53
/
+118
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-23
/
+8
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-61
/
+15
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-0
/
+5
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-18
/
+22
*
Fuzzer: Add support for creating structs and arrays in makeConst (#4707)
Alon Zakai
2022-06-01
1
-8
/
+20
*
Fuzzer: Refactor makeConst into separate functions [NFC] (#4709)
Alon Zakai
2022-06-01
1
-85
/
+107
*
Validator: Check features for ref.null's type (#4677)
Alon Zakai
2022-05-18
1
-0
/
+2
*
[GC Fuzzing] Avoid non-nullable eqref without GC (#4675)
Alon Zakai
2022-05-18
1
-2
/
+22
*
[Fuzzer] Reduce trap probability in function ref fallback code (#4653)
Alon Zakai
2022-05-16
1
-10
/
+15
*
[Fuzzer] Fix another reference types vs gc types issue (#4647)
Alon Zakai
2022-05-06
1
-36
/
+37
*
Fix fuzzer's choosing of reference types (#4642)
Alon Zakai
2022-05-05
1
-7
/
+18
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-24
/
+4
*
[NominalFuzzing] Fix TranslateToFuzzReader::getSubType(Rtt) (#4604)
Alon Zakai
2022-04-21
1
-0
/
+6
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
1
-1
/
+1
*
[EH] Enable fuzzer with initial contents (#4409)
Heejin Ahn
2022-01-04
1
-2
/
+6
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-1
/
+1
*
Add a fuzzer specifically for types (#4328)
Thomas Lively
2021-11-15
1
-37
/
+19
*
Fuzz more basic GC types (#4303)
Thomas Lively
2021-11-04
1
-116
/
+244
*
[NFC] Factor fuzzer randomness into a separate utility (#4304)
Thomas Lively
2021-11-04
1
-59
/
+9
*
[NFC] Create a .cpp file for fuzzer implementation (#4279)
Thomas Lively
2021-10-26
1
-0
/
+3024