summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* [wasm-reduce] Reduce struct.new arguments away when possible (#7118)HEADmainAlon Zakai2024-12-301-1/+20
* [NFC] Make MemoryOrder parameters non-optional (#7171)Thomas Lively2024-12-212-3/+5
* Fix UBSan on CI (#7173)Thomas Lively2024-12-201-7/+7
* [wasm-reduce] Add an option to save all interim working files as we reduce (#...Alon Zakai2024-12-161-2/+29
* Fuzz JSPI (#7148)Alon Zakai2024-12-163-0/+35
* Execution results: JS traps on exnref on the boundary (#7147)Alon Zakai2024-12-121-5/+5
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-093-40/+143
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-8/+19
* [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)Alon Zakai2024-12-053-9/+23
* [NFC] Encapsulate source map reader state (#7132)Thomas Lively2024-12-031-0/+1
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-212-5/+4
* Fuzzer: Legalize and prune the JS interface in pickPasses (#7092)Alon Zakai2024-11-201-0/+7
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-192-21/+17
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-192-14/+123
* [wasm64] Fuzzer: Fix type of unimported offsets (#7071)Alon Zakai2024-11-111-2/+2
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-083-5/+136
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-073-17/+17
* [wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)Alon Zakai2024-11-071-2/+20
* [wasm64] Fuzz wasm64 memories (#7064)Alon Zakai2024-11-072-8/+27
* [wasm64] Make interpreter table methods operate on Address, not Index (#7062)Alon Zakai2024-11-072-5/+6
* [wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)Alon Zakai2024-11-061-3/+5
* [NFC] Use RAII to manage call depth tracking in the interpreter (#7049)Alon Zakai2024-11-011-1/+1
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-313-6/+117
* Don't strip target features in wasm-emscripten-finalize (#7043)Derek Schuff2024-10-301-2/+0
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-233-38/+85
* [Wasm GC] Fuzz BrOn (#7006)Alon Zakai2024-10-162-6/+119
* Fuzzer: Generate TryTables (#6987)Alon Zakai2024-10-072-0/+69
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-1/+5
* [wasm-split] Configure split functions rather than kept functions (#6949)Thomas Lively2024-09-171-8/+3
* [wasm-split] Simplify handling of --keep-funcs and --split-funcs (#6948)Thomas Lively2024-09-173-67/+67
* [wasm-split] Run RemoveUnusedElements on secondary modules (#6945)Thomas Lively2024-09-171-5/+6
* [wasm-split] Add a multi-split mode (#6943)Thomas Lively2024-09-163-3/+121
* [wasm-split] Add an option to skip importing placeholders (#6942)Thomas Lively2024-09-163-0/+11
* Replace the old topological sort everywhere (#6902)Thomas Lively2024-09-101-27/+9
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-1011-14/+55
* [NFC] Rename the old topological sort utility (#6914)Thomas Lively2024-09-061-2/+2
* [NFC] Refactor LocalGraph's core getSets API (#6877)Alon Zakai2024-08-281-2/+2
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-25/+36
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-222-117/+131
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+6
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-211-1/+2
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-201-0/+3
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-193-117/+157
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-161-3/+5
* Implement table.init (#6827)Alon Zakai2024-08-161-9/+15
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+7
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+1
* Add a utility for comparing and hashing rec group shapes (#6808)Thomas Lively2024-08-071-0/+94
* Restore isString type methods (#6815)Thomas Lively2024-08-063-8/+4
* Fix sharedness bug in inhabitable type fuzzer (#6807)Thomas Lively2024-08-061-1/+2