index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
fuzzing.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fuzzer: Better handling of globals from initial content (#6072)
Alon Zakai
2023-11-01
1
-4
/
+0
*
Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)
Alon Zakai
2023-10-17
1
-7
/
+0
*
Fuzzing for Try and Throw (#5776)
Alon Zakai
2023-06-21
1
-0
/
+4
*
[Wasm GC] Fuzz array.copy and array.fill (#5663)
Alon Zakai
2023-04-17
1
-0
/
+4
*
[Wasm GC] Improve GC operation coverage by using locals more (#5661)
Alon Zakai
2023-04-17
1
-0
/
+6
*
Fuzzer: When nested under makeTrivial(), avoid normal make() (#5657)
Alon Zakai
2023-04-12
1
-0
/
+4
*
[Wasm GC] Fuzz struct.set and array.set (#5655)
Alon Zakai
2023-04-12
1
-0
/
+8
*
[Wasm GC] Fuzz struct.get and array.get (#5651)
Alon Zakai
2023-04-10
1
-0
/
+9
*
[Wasm GC] Fuzz struct.new and array.new (#5622)
Alon Zakai
2023-04-04
1
-6
/
+12
*
[Wasm GC] Fuzz RefCast (#5617)
Alon Zakai
2023-04-03
1
-0
/
+4
*
[Wasm GC] Fuzz ref.test (#5577)
Alon Zakai
2023-03-16
1
-0
/
+1
*
Fuzzer: Generate both immutable and mutable globals (#5575)
Alon Zakai
2023-03-15
1
-0
/
+1
*
Fuzzer: Pick interesting subtypes in getSubType(HeapType) (#5573)
Alon Zakai
2023-03-15
1
-0
/
+4
*
Fuzzer: Emit nulls with low probability in makeConstCompoundRef (#5559)
Alon Zakai
2023-03-10
1
-0
/
+11
*
Emit the fuzzer hashMemory function after modifications (#5558)
Alon Zakai
2023-03-09
1
-0
/
+1
*
Fuzzer: Pick from existing heap types in the module (#5539)
Alon Zakai
2023-03-08
1
-0
/
+4
*
Fuzzer: Be more careful with unreachable code (#5498)
Alon Zakai
2023-02-16
1
-0
/
+5
*
Fuzzer: Replace with unreachable sometimes (#5496)
Alon Zakai
2023-02-16
1
-3
/
+2
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-1
/
+2
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-6
/
+5
*
Fuzzer: Refactor makeConst into separate functions [NFC] (#4709)
Alon Zakai
2022-06-01
1
-0
/
+11
*
[EH] Enable fuzzer with initial contents (#4409)
Heejin Ahn
2022-01-04
1
-1
/
+6
*
Add a fuzzer specifically for types (#4328)
Thomas Lively
2021-11-15
1
-81
/
+13
*
Fuzz more basic GC types (#4303)
Thomas Lively
2021-11-04
1
-0
/
+4
*
[NFC] Factor fuzzer randomness into a separate utility (#4304)
Thomas Lively
2021-11-04
1
-26
/
+15
*
[NFC] Create a .cpp file for fuzzer implementation (#4279)
Thomas Lively
2021-10-26
1
-3080
/
+138
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-38
/
+34
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-1
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-7
/
+6
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-3
/
+4
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-12
/
+12
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-10
/
+10
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-9
/
+6
*
Fuzzer: Do not assume table 0 is funcref, as initial content may include a no...
Alon Zakai
2021-04-08
1
-1
/
+4
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-13
/
+32
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-17
/
+11
*
Fix an iterator invalidation error in the fuzzer (#3764)
Alon Zakai
2021-04-01
1
-2
/
+8
*
Fix fuzzer on creating a function with a heaptype of just 'func' (#3738)
Alon Zakai
2021-03-25
1
-6
/
+23
*
Fix nondefaultability of Tuple types (#3733)
Alon Zakai
2021-03-25
1
-2
/
+3
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-6
/
+10
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-4
/
+2
*
Simplify fuzzer fixup code for names (#3688)
Alon Zakai
2021-03-15
1
-33
/
+15
*
Fix fuzz issue with ElementSegment name collisions (#3674)
Alon Zakai
2021-03-12
1
-12
/
+10
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-22
/
+33
*
[GC] Fuzzer: Avoid creating tuples with non-defaultable types (#3567)
Alon Zakai
2021-02-16
1
-3
/
+7
*
[GC] Support RTT constants in Builder::makeConstantExpression (#3550)
Alon Zakai
2021-02-09
1
-7
/
+1
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-23
/
+34
*
[GC] Avoid replacing non-defaultable types in the fuzzer (#3549)
Alon Zakai
2021-02-08
1
-2
/
+10
*
[GC] Small fuzz fixes for GC (#3540)
Alon Zakai
2021-02-03
1
-35
/
+49
*
[GC] Don't emit i31ref in fuzzer (#3531)
Alon Zakai
2021-02-01
1
-11
/
+10
[next]