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
*
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
*
Wasm2c2Wasm Fuzzer: wasm2c + emcc (#2791)
Alon Zakai
2020-04-24
1
-1
/
+37
*
[fuzzing] wasm2c integration (#2772)
Alon Zakai
2020-04-22
1
-61
/
+121
*
Fix issues with Types and Features (#2773)
Thomas Lively
2020-04-16
1
-1
/
+1
*
Disable multivalue in fuzzer in a clearer way (#2771)
Alon Zakai
2020-04-16
1
-7
/
+3
*
Emit tuples in the fuzzer (#2695)
Thomas Lively
2020-04-15
1
-3
/
+4
*
Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)
Alon Zakai
2020-04-15
1
-93
/
+313
*
Dump initial wasts in fuzzer (#2697)
Thomas Lively
2020-03-17
1
-2
/
+6
*
Remove limit in the log length in fuzz_opt.py (#2601)
Heejin Ahn
2020-01-17
1
-4
/
+2
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-3
/
+3
*
Add a RoundTrip pass (#2516)
Alon Zakai
2019-12-09
1
-0
/
+1
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
1
-1
/
+1
*
Use package name in imports (NFC) (#2462)
Heejin Ahn
2019-11-22
1
-8
/
+8
*
Improve type selection in fuzzer (#2424)
Heejin Ahn
2019-11-06
1
-4
/
+4
*
Avoid fuzzing with multiple --flatten operations, which causes exponential ov...
Alon Zakai
2019-09-18
1
-1
/
+6
*
Switch python indentation from 2-space to 4-space (#2299)
Sam Clegg
2019-08-16
1
-394
/
+394
*
Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259)
Alon Zakai
2019-07-24
1
-4
/
+7
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-3
/
+2
*
Fuzzing: Emit BINARYEN_PASS_DEBUG in the autoreducer scripts - that env var i...
Alon Zakai
2019-07-19
1
-1
/
+2
*
Auto-reduce testcases from the FuzzExec handler in the fuzzer (#2232)
Alon Zakai
2019-07-18
1
-26
/
+126
*
Tail call C/JS API (#2223)
Thomas Lively
2019-07-15
1
-1
/
+2
*
[fuzzing] Give each testcase handler a list of feature flags it requires. (#2...
Alon Zakai
2019-07-15
1
-3
/
+37
*
Bysyncify => Asyncify (#2226)
Alon Zakai
2019-07-15
1
-19
/
+19
*
Fix FuzzExec fuzzer, which forgot to run the opts (#2215) [ci skip]
Alon Zakai
2019-07-11
1
-1
/
+1
*
update fuzzer to use all features that pass fuzzing in all modes (which is cu...
Alon Zakai
2019-07-08
1
-5
/
+10
*
Use v8 to test wasm binaries are valid in test suite binary checks (#2206)
Alon Zakai
2019-07-03
1
-13
/
+1
*
Bysyncify: Fuzzing (#2192)
Alon Zakai
2019-07-01
1
-17
/
+55
*
Refactor python fuzz script (#2182)
Alon Zakai
2019-06-25
1
-73
/
+134
*
Add a fuzzer option to not emit code with OOB loads/indirect calls (#2113)
Alon Zakai
2019-05-17
1
-2
/
+14
*
wasm2js: remove unnecessary labels (#2108)
Alon Zakai
2019-05-15
1
-9
/
+6
*
wasm2js: optimize away unneeded load coercions (#2107)
Alon Zakai
2019-05-15
1
-6
/
+9
*
wasm2js: avoid non-ES5 stuff like "let" (#2041)
Alon Zakai
2019-04-23
1
-10
/
+16
[next]