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
*
[Fuzzer] Don't prompt user when seed is given (#4185)
Heejin Ahn
2021-09-24
1
-8
/
+16
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-0
/
+1
*
Select initial contents automatically in fuzzer (#4173)
Heejin Ahn
2021-09-22
1
-17
/
+82
*
[Wasm GC] Fix invalid intermediate IR in OptimizeInstructions (#4169)
Alon Zakai
2021-09-20
1
-0
/
+2
*
Partial inlining via function splitting (#4152)
Alon Zakai
2021-09-17
1
-0
/
+1
*
[Wasm GC] Fix OptimizeInstructions on unreachable ref.test (#4156)
Alon Zakai
2021-09-15
1
-0
/
+3
*
RemoveUnusedBrs::tablify() improvements: handle EqZ and tee (#4144)
Alon Zakai
2021-09-13
1
-0
/
+1
*
Optimize away dominated calls to functions that run only once (#4111)
Alon Zakai
2021-09-03
1
-0
/
+6
*
[fuzz-opt] Better error output for non-deterministic check (#4102)
Max Graey
2021-08-26
1
-6
/
+16
*
LocalCSE rewrite (#4079)
Alon Zakai
2021-08-17
1
-1
/
+2
*
Disable RoundtripText fuzzer until #3989 is fixed (#4058)
Alon Zakai
2021-08-05
1
-1
/
+2
*
Fuzzer: Fix handling of features with initial contents (#3981)
Alon Zakai
2021-07-15
1
-1
/
+16
*
Fuzzer: Use NameTypes in RoundTrip (#3986)
Alon Zakai
2021-07-14
1
-1
/
+5
*
Fix features section handling in the fuzzer (#3980)
Alon Zakai
2021-07-13
1
-6
/
+26
*
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
[next]