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
*
Add new compound Signature, Struct and Array types (#3012)
Daniel Wirtz
2020-08-24
1
-7
/
+7
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-7
/
+7
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-11
/
+12
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-12
/
+15
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+4
*
Better const fuzzing (#2972)
Alon Zakai
2020-07-30
1
-14
/
+35
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-23
/
+18
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-15
/
+16
*
DeNaN pass (#2877)
Alon Zakai
2020-05-27
1
-103
/
+55
*
Fuzz frequency tuning (#2806)
Alon Zakai
2020-04-27
1
-97
/
+69
*
Fix issues with Types and Features (#2773)
Thomas Lively
2020-04-16
1
-1
/
+3
*
Fix OOB fuzzing (#2769)
Alon Zakai
2020-04-16
1
-9
/
+15
*
Emit tuples in the fuzzer (#2695)
Thomas Lively
2020-04-15
1
-108
/
+170
*
Remove duplicate Type:: prefixes (NFC) (#2753)
Heejin Ahn
2020-04-12
1
-6
/
+6
*
Fix multivalue event fuzzing (#2748)
Thomas Lively
2020-04-10
1
-2
/
+0
*
Do not emit multivalue events in fuzzer (#2723)
Thomas Lively
2020-04-03
1
-2
/
+3
*
Avoid an infinite loop in `-ttf` generation (#2637)
Alex Crichton
2020-02-04
1
-1
/
+1
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-13
/
+13
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-314
/
+321
*
[NFC] Clean up unnecessary `template`s in calls 🧹🧹🧹 (#2394)
Thomas Lively
2020-01-07
1
-3
/
+3
*
Use FeatureSet instead of FeatureSet::Feature(NFC) (#2562)
Heejin Ahn
2020-01-02
1
-22
/
+20
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-71
/
+182
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-1
/
+1
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-33
/
+28
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-37
/
+37
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-2
/
+1
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-9
/
+3
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-14
/
+14
*
Improve type selection in fuzzer (#2424)
Heejin Ahn
2019-11-06
1
-27
/
+27
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-1
/
+2
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-2
/
+16
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-1
/
+26
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-2
/
+14
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+13
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-1
/
+5
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-7
/
+27
*
Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259)
Alon Zakai
2019-07-24
1
-1
/
+1
*
Put Extend* opcodes behind SignExt feature. fixes #2257 (#2258)
Alon Zakai
2019-07-24
1
-1
/
+1
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-8
/
+15
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-23
/
+23
*
Bysyncify: Fuzzing (#2192)
Alon Zakai
2019-07-01
1
-0
/
+2
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+25
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-32
/
+32
*
Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113)
Alon Zakai
2019-05-17
1
-2
/
+8
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-2
/
+34
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-51
/
+102
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-512
/
+1042
[next]