summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Make MemoryOrder parameters non-optional (#7171)Thomas Lively2024-12-211-2/+3
* Fuzz JSPI (#7148)Alon Zakai2024-12-161-0/+29
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-31/+91
* [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)Alon Zakai2024-12-051-6/+13
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-4/+3
* 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-191-21/+16
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-191-12/+121
* [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-081-1/+83
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-15/+15
* [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-071-7/+27
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-0/+70
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-19/+47
* [Wasm GC] Fuzz BrOn (#7006)Alon Zakai2024-10-161-6/+118
* Fuzzer: Generate TryTables (#6987)Alon Zakai2024-10-071-0/+68
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-1/+5
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-25/+36
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-117/+130
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+6
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-192-109/+142
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+7
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+1
* Restore isString type methods (#6815)Thomas Lively2024-08-061-2/+1
* Fix sharedness bug in inhabitable type fuzzer (#6807)Thomas Lively2024-08-061-1/+2
* [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)Thomas Lively2024-08-061-1/+2
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-2/+1
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-182-54/+90
* Simplify fuzzer generation of function references (#6745)Thomas Lively2024-07-151-17/+11
* [threads] Fuzz shared types in type fuzzer (#6704)Thomas Lively2024-06-262-99/+133
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-192-4/+8
* Fix fuzzer generation of a DataSegment + add validation that would have caugh...Alon Zakai2024-05-231-3/+4
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-212-33/+53
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-3/+2
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-152-44/+3
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-081-5/+17
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-291-4/+31
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-251-10/+24
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-251-14/+50
* Fuzzer: Update the typeLocals data structure before mutation (#6537)Alon Zakai2024-04-241-2/+12
* [Strings] Fuzzer: Emit StringConcat (#6532)Alon Zakai2024-04-241-66/+86
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-231-20/+23
* [Strings] Fuzz and interpret all relevant StringNew methods (#6526)Alon Zakai2024-04-231-41/+80
* Fuzzer: Randomly pick which functions to use in RefFunc (#6503)Alon Zakai2024-04-151-10/+12
* Fuzzer: Emit signed Struct/ArrayGet operations (#6486)Alon Zakai2024-04-111-5/+12
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-042-0/+13
* Fuzzer HeapType generator: Do not use string types if not allowed (#6447)Alon Zakai2024-03-271-1/+1
* Fuzzer: Work around the lack of wtf8/iter support (#6445)Alon Zakai2024-03-271-5/+6
* Fix stringview subtyping (#6440)Thomas Lively2024-03-261-1/+8