summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Move more logic about unfuzzable tests to a shared location (#7175)Alon Zakai2024-12-202-20/+20
* Update flake8 and fix errors (#7172)Thomas Lively2024-12-206-62/+7
* [NFC] Move code from fuzz_opt.py to a shared place (#7165)Alon Zakai2024-12-193-73/+97
* [NFC] Improve ClusterFuzz testing (#7157)Alon Zakai2024-12-181-4/+9
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-0/+4
* Fuzz JSPI (#7148)Alon Zakai2024-12-163-21/+113
* Enable upstream spec tests requiring block parameters (#7151)Thomas Lively2024-12-162-5/+2
* Fuzz combinations of two modules (#7144)Alon Zakai2024-12-101-2/+80
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-37/+52
* [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)Alon Zakai2024-12-051-4/+6
* [Fuzzing] Emit secondary wasm files in ClusterFuzz testcases (#7122)Alon Zakai2024-11-262-10/+102
* Error on missing wasm2js test expectations (#7119)Alon Zakai2024-11-261-1/+9
* [wasm2js] Run LLVM nontrapping fptoint lowering when running for emscripten (...Derek Schuff2024-11-261-4/+5
* [tests] Fix wasm2js test command line generation (#7114)Derek Schuff2024-11-251-2/+2
* [Fuzzing] Maximize fuzzing of CompareVMs (#7113)Alon Zakai2024-11-251-1/+1
* [NFC] Refactor ClusterFuzz run.py (#7101)Alon Zakai2024-11-211-41/+58
* Fuzzing: Append more JS operations in run.py (#7098)Alon Zakai2024-11-211-1/+43
* [NFC] Refactor nice methods in fuzz_shell.js (#7096)Alon Zakai2024-11-201-55/+70
* Fuzzer: Remove --enclose-world from list of fuzz-exec passes (#7093)Alon Zakai2024-11-201-1/+0
* Fuzzer: Use V8's --future flag (#7091)Alon Zakai2024-11-201-3/+13
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-191-0/+6
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-194-4/+386
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-082-7/+96
* [NFC] Refactor fuzzer's can_run_on_feature_opts() (#7066)Alon Zakai2024-11-071-6/+7
* [wasm64] Fuzz wasm64 memories (#7064)Alon Zakai2024-11-071-3/+3
* [wasm64] Fuzzer: Fix table import operations on table64 (#7056)Alon Zakai2024-11-071-2/+13
* Fix flipped condition on keep_defaults in fuzzer (#7061)Alon Zakai2024-11-061-1/+1
* Fuzzer: Handle exported table for wasm-merge (#7055)Alon Zakai2024-11-061-7/+27
* Add a J2CL compiler script (#7052)Alon Zakai2024-11-041-0/+28
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-312-12/+37
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-0/+7
* wasm-split: Add fuzzer support (#7014)Alon Zakai2024-10-182-37/+189
* Fuzz Wasm Exceptions in V8 (#6981)Alon Zakai2024-10-021-3/+1
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+4
* [NFC] Move optimizeSubsequentStructSet() to a new pass, HeapStoreOptimization...Alon Zakai2024-09-031-0/+1
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-0/+2
* Ignore fp16 in the fuzzer (#6881)Alon Zakai2024-08-292-1/+3
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-4/+4
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-0/+7
* Support more reference constants in wast scripts (#6865)Thomas Lively2024-08-261-3/+3
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+8
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-212-12/+8
* [NFC] Triage spec test problems (#6857)Thomas Lively2024-08-211-81/+80
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-201-3/+2
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-202-6/+99
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-6/+7
* Add a pass for minimizing recursion groups (#6832)Thomas Lively2024-08-171-0/+1
* Implement table.init (#6827)Alon Zakai2024-08-161-3/+1
* Testing: Add an env var to pick the V8 binary (#6836)Alon Zakai2024-08-161-2/+2
* Monomorphization: Add a flag to control the required improvement (#6837)Alon Zakai2024-08-141-1/+4