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
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-1
/
+13
*
Fuzzer: Better handling of globals from initial content (#6072)
Alon Zakai
2023-11-01
1
-19
/
+43
*
Fuzzer: Allow non-nullable locals (#6019)
Alon Zakai
2023-10-18
1
-9
/
+30
*
Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)
Alon Zakai
2023-10-17
1
-2
/
+1
*
Fuzzer: Move logic for adding a new local on demand to local.get (#6008)
Alon Zakai
2023-10-17
1
-15
/
+36
*
[NFC] Rename getSuperType to getDeclaredSuperType (#6015)
Alon Zakai
2023-10-17
1
-2
/
+2
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-2
/
+1
*
Fuzzer: Emit more variations of If (#5806)
Alon Zakai
2023-07-10
1
-2
/
+24
*
[NFC] Fix the use of "strict" in subtypes.h (#5804)
Thomas Lively
2023-07-06
1
-1
/
+1
*
Fuzzing for Try and Throw (#5776)
Alon Zakai
2023-06-21
1
-3
/
+71
*
Fuzzer: Limit ArrayNew sizes most of the time (#5738)
Alon Zakai
2023-05-22
1
-2
/
+11
*
Fuzzer: Use subtype consistently in make() (#5674)
Alon Zakai
2023-04-19
1
-4
/
+4
*
[Wasm GC] Fuzz array.copy and array.fill (#5663)
Alon Zakai
2023-04-17
1
-4
/
+84
*
[Wasm GC] Improve GC operation coverage by using locals more (#5661)
Alon Zakai
2023-04-17
1
-19
/
+54
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
1
-4
/
+2
*
[Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)
Alon Zakai
2023-04-12
1
-6
/
+4
*
[NFC] Refactor some old fuzzer code (#5658)
Alon Zakai
2023-04-12
1
-13
/
+8
*
[NFC] Refactor fuzzer array check logic (#5659)
Alon Zakai
2023-04-12
1
-20
/
+30
*
Fuzzer: When nested under makeTrivial(), avoid normal make() (#5657)
Alon Zakai
2023-04-12
1
-0
/
+12
*
[Wasm GC] Fuzz struct.set and array.set (#5655)
Alon Zakai
2023-04-12
1
-1
/
+65
*
[Wasm GC] Fuzz struct.get and array.get (#5651)
Alon Zakai
2023-04-10
1
-0
/
+62
*
Fuzzer: Improve mutate() (#5631)
Alon Zakai
2023-04-05
1
-9
/
+33
*
Avoid imported memories in the fuzzer (#5626)
Alon Zakai
2023-04-05
1
-12
/
+15
*
[Wasm GC] Fuzz struct.new and array.new (#5622)
Alon Zakai
2023-04-04
1
-23
/
+36
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-5
/
+9
*
[Wasm GC] Fuzz RefCast (#5617)
Alon Zakai
2023-04-03
1
-7
/
+82
*
Ensure a deterministic order in the type names section (#5590)
Alon Zakai
2023-03-20
1
-0
/
+5
*
[Wasm GC] Fuzz ref.test (#5577)
Alon Zakai
2023-03-16
1
-0
/
+37
*
Fuzzer: Generate both immutable and mutable globals (#5575)
Alon Zakai
2023-03-15
1
-3
/
+7
*
Fuzzer: Pick interesting subtypes in getSubType(HeapType) (#5573)
Alon Zakai
2023-03-15
1
-7
/
+34
*
Fix fuzzer emitting invalid constant expressions (#5571)
Thomas Lively
2023-03-13
1
-19
/
+21
*
Fuzzer: Avoid emitting massive nested structs (#5564)
Alon Zakai
2023-03-13
1
-7
/
+26
*
Fuzzer: Limit array sizes (#5569)
Alon Zakai
2023-03-13
1
-10
/
+1
*
Fuzzer: Emit fewer uninhabitable types in getSubType (#5563)
Alon Zakai
2023-03-10
1
-0
/
+9
*
Fuzzer: Emit nulls with low probability in makeConstCompoundRef (#5559)
Alon Zakai
2023-03-10
1
-18
/
+17
*
Emit the fuzzer hashMemory function after modifications (#5558)
Alon Zakai
2023-03-09
1
-47
/
+53
*
Integrate the heap type fuzzer into the main fuzzer (#5555)
Alon Zakai
2023-03-09
1
-2
/
+30
*
Fuzzer: Pick from existing heap types in the module (#5539)
Alon Zakai
2023-03-08
1
-5
/
+42
*
Fuzzer: Be careful with ArrayNew sizes (#5537)
Alon Zakai
2023-03-01
1
-1
/
+11
*
Fuzzer: Only use RefAs in a function context (#5533)
Alon Zakai
2023-03-01
1
-1
/
+4
*
Fuzzer: Create struct/array initial values when fields are nondefaultable (#5...
Alon Zakai
2023-03-01
1
-4
/
+18
*
Fuzzer: Avoid local.get when not in a function (#5528)
Alon Zakai
2023-03-01
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[Fuzzer] Simplify the hang limit mechanism (#5513)
Alon Zakai
2023-02-23
1
-21
/
+7
*
[Strings] Start some basic fuzzing support for strings (#5499)
Alon Zakai
2023-02-17
1
-0
/
+2
*
Fuzzer: Be more careful with unreachable code (#5498)
Alon Zakai
2023-02-16
1
-3
/
+9
*
Fuzzer: Replace with unreachable sometimes (#5496)
Alon Zakai
2023-02-16
1
-12
/
+19
*
[Wasm GC] Support and fuzz function subtyping (#5420)
Thomas Lively
2023-01-12
1
-1
/
+1
[next]