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
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
1
-2
/
+1
*
[NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)
Thomas Lively
2024-08-06
1
-1
/
+2
*
[threads] Update the fuzzer for shared types (#6771)
Thomas Lively
2024-07-18
1
-53
/
+88
*
Simplify fuzzer generation of function references (#6745)
Thomas Lively
2024-07-15
1
-17
/
+11
*
[threads] Fuzz shared types in type fuzzer (#6704)
Thomas Lively
2024-06-26
1
-1
/
+4
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-2
/
+4
*
Fix fuzzer generation of a DataSegment + add validation that would have caugh...
Alon Zakai
2024-05-23
1
-3
/
+4
*
Fuzzer: Better fuzzing of globals (#6611)
Alon Zakai
2024-05-21
1
-32
/
+52
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-3
/
+2
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-31
/
+3
*
Fuzzer: Stop emitting nullable stringviews (#6574)
Alon Zakai
2024-05-08
1
-5
/
+17
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
1
-4
/
+31
*
[Strings] Fix effects of string.compare and add fuzzing (#6547)
Alon Zakai
2024-04-25
1
-10
/
+24
*
[Strings] Fuzz string.encode (#6539)
Alon Zakai
2024-04-25
1
-14
/
+50
*
Fuzzer: Update the typeLocals data structure before mutation (#6537)
Alon Zakai
2024-04-24
1
-2
/
+12
*
[Strings] Fuzzer: Emit StringConcat (#6532)
Alon Zakai
2024-04-24
1
-66
/
+86
*
[Strings] Add the string heaptype to core fuzzer places (#6527)
Alon Zakai
2024-04-23
1
-20
/
+23
*
[Strings] Fuzz and interpret all relevant StringNew methods (#6526)
Alon Zakai
2024-04-23
1
-41
/
+80
*
Fuzzer: Randomly pick which functions to use in RefFunc (#6503)
Alon Zakai
2024-04-15
1
-10
/
+12
*
Fuzzer: Emit signed Struct/ArrayGet operations (#6486)
Alon Zakai
2024-04-11
1
-5
/
+12
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+7
*
Fuzzer: Work around the lack of wtf8/iter support (#6445)
Alon Zakai
2024-03-27
1
-5
/
+6
*
Add "interposition" to the fuzzer's mutate() method (#6427)
Alon Zakai
2024-03-26
1
-15
/
+145
*
Fuzzer: Implement a few more String TODOs (#6439)
Alon Zakai
2024-03-25
1
-1
/
+3
*
Generate interesting strings in fuzzer (#6430)
Thomas Lively
2024-03-23
1
-2
/
+38
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-2
/
+8
*
[Strings] Implement TODOs in the fuzzer (#6416)
Alon Zakai
2024-03-21
1
-1
/
+6
*
Fix a build error when assertions are disabled (#6397)
Thomas Lively
2024-03-13
1
-2
/
+4
*
Handle extended const segment offsets in the fuzzer (#6382)
Thomas Lively
2024-03-07
1
-13
/
+13
*
Fix EH fuzz bugs (#6381)
Thomas Lively
2024-03-07
1
-1
/
+1
*
Fuzzer: Allow using initial content with V8 (#6327)
Alon Zakai
2024-02-22
1
-0
/
+9
*
Fuzzer: Do not emit huge and possibly non-validating tables (#6288)
Alon Zakai
2024-02-12
1
-0
/
+17
*
[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
[next]