index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
fuzz_opt.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix the fuzzer on wasm2c2wasm: emcc must request d8 support now (#3975)
Alon Zakai
2021-07-09
1
-0
/
+1
*
Properly handle comparisons of 64-bit ints in wasm2c in the fuzzer. (#3918)
Alon Zakai
2021-06-08
1
-0
/
+16
*
Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)
Alon Zakai
2021-05-12
1
-0
/
+2
*
Fuzz with maximal inlining some of the time (#3871)
Alon Zakai
2021-05-10
1
-0
/
+8
*
Fuzzer: Ignore things we should ignore even if the process succeeded (#3864)
Alon Zakai
2021-05-06
1
-16
/
+22
*
Fuzzer: Do not fuzz multivalue testcases in initial contents (#3809)
Alon Zakai
2021-04-15
1
-0
/
+21
*
Fuzzer: Distinguish traps from host limitations (#3801)
Alon Zakai
2021-04-12
1
-1
/
+7
*
[Wasm GC] Enable more GC fuzzing (#3788)
Alon Zakai
2021-04-08
1
-6
/
+7
*
Fuzz --converge (#3789)
Alon Zakai
2021-04-08
1
-0
/
+3
*
Fuzzer: Ignore our current bug with the type of br_if (#3775)
Alon Zakai
2021-04-06
1
-1
/
+6
*
Disallow flatten + GC in the fuzzer due to RTTs (#3768)
Alon Zakai
2021-04-01
1
-0
/
+3
*
Avoid flatten + multivalue + reference types in the fuzzer (#3760)
Alon Zakai
2021-03-31
1
-0
/
+3
*
Stop emitting features section in fuzzer (#3652)
Alon Zakai
2021-03-04
1
-1
/
+1
*
Make the reduction script more robust, and document text reduction (#3640)
Alon Zakai
2021-03-03
1
-5
/
+17
*
Introduce a script for updating lit tests (#3503)
Thomas Lively
2021-01-21
1
-2
/
+3
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-0
/
+2
*
[Fuzzer] Use liftoff when running d8, to avoid nondeterminism (#3402)
Alon Zakai
2020-12-01
1
-5
/
+18
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-0
/
+10
*
[Fuzzer] Compare D8 on Liftoff and TurboFan (#3342)
Alon Zakai
2020-11-12
1
-23
/
+18
*
[Fuzzer] Add a chance to pick particularly important initial contents (#3343)
Alon Zakai
2020-11-12
1
-1
/
+13
*
Fuzzer: Add an option to fuzz with initial wasm contents (#3276)
Alon Zakai
2020-10-27
1
-46
/
+155
*
Fuzzer: improve random selection of features (#3268)
Alon Zakai
2020-10-21
1
-5
/
+4
*
Fuzzer: Handle the case where we can't even generate the wasm file (#3270)
Alon Zakai
2020-10-21
1
-0
/
+25
*
Fuzzer: run emcc with memory growth enabled, to allow larger things to run (#...
Alon Zakai
2020-10-21
1
-1
/
+5
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-1
/
+6
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-5
/
+5
*
Include potentially out-of-tree bin directory in reduce.sh (#3120)
Daniel Wirtz
2020-09-12
1
-1
/
+2
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-4
/
+12
*
Support fuzzing of out-of-tree builds (#3050)
Daniel Wirtz
2020-08-18
1
-5
/
+5
*
Fuzzing: Compare wasm2js to the interpreter (#3026)
Alon Zakai
2020-08-06
1
-14
/
+76
*
Adjust fuzzing frequencies (#3021)
Alon Zakai
2020-08-04
1
-3
/
+9
*
wasm2js fuzzing: properly ignore trapping code (#2980)
Alon Zakai
2020-07-24
1
-12
/
+31
*
Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compile...
Alon Zakai
2020-07-17
1
-1
/
+18
*
wasm2c signal handler fixes (#2957)
Alon Zakai
2020-07-14
1
-0
/
+3
*
Fuzzer cleanup: use shared.V8 instead of hardcoding the string "d8" (#2954)
Alon Zakai
2020-07-11
1
-6
/
+10
*
Asyncify liveness analysis (#2890)
Alon Zakai
2020-06-23
1
-4
/
+0
*
Fuzzer: Ignore V8 warnings on removed flags when comparing VMs (#2916)
Alon Zakai
2020-06-18
1
-3
/
+15
*
Fuzzing: Run --denan etc. even on a given wasm (#2887)
Alon Zakai
2020-06-02
1
-1
/
+5
*
When fuzzing asyncify, avoid optimizations with nans (#2881)
Alon Zakai
2020-06-02
1
-4
/
+8
*
Fuzzer: Don't keep doing `--denan` etc. in testcase handlers (#2889)
Alon Zakai
2020-06-02
1
-1
/
+1
*
DeNaN pass (#2877)
Alon Zakai
2020-05-27
1
-1
/
+1
*
Improve fuzzer message when finding a bug (#2878)
Alon Zakai
2020-05-27
1
-3
/
+15
*
Generate wasm-reduce scripts when given a seed too (#2843)
Heejin Ahn
2020-05-11
1
-6
/
+15
*
fuzz_opt.py fixes (#2836)
Alon Zakai
2020-05-06
1
-8
/
+10
*
Make reduction even easier from fuzz_opt.py (#2832)
Alon Zakai
2020-05-06
1
-29
/
+47
*
fuzz_opt.py improvements (#2822)
Alon Zakai
2020-04-30
1
-31
/
+41
*
Simple reduction for any* fuzzer-found bug (#2817)
Alon Zakai
2020-04-28
1
-131
/
+99
*
Remove wasm2c2wasm can_compare_self (#2814)
Alon Zakai
2020-04-28
1
-3
/
+0
*
Emcc fuzzing followups (#2812)
Alon Zakai
2020-04-27
1
-1
/
+17
*
Remove --fuzz-binary and simplify round trip (#2799)
Thomas Lively
2020-04-24
1
-7
/
+16
[prev]
[next]