| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Make MemoryOrder parameters non-optional (#7171) | Thomas Lively | 2024-12-21 | 1 | -2/+3 |
* | Fuzz JSPI (#7148) | Alon Zakai | 2024-12-16 | 1 | -0/+29 |
* | Fuzzer: Add call-ref, call-ref-catch imports (#7137) | Alon Zakai | 2024-12-09 | 1 | -31/+91 |
* | [NFC] Send the closed-world flag to TranslateToFuzzReader (#7136) | Alon Zakai | 2024-12-05 | 1 | -6/+13 |
* | Make validation of stale types stricter (#7097) | Thomas Lively | 2024-11-21 | 1 | -4/+3 |
* | Fuzzer: Legalize and prune the JS interface in pickPasses (#7092) | Alon Zakai | 2024-11-20 | 1 | -0/+7 |
* | Improve fuzzing of both closed and open world styles of modules (#7090) | Alon Zakai | 2024-11-19 | 1 | -21/+16 |
* | Fuzzing: ClusterFuzz integration (#7079) | Alon Zakai | 2024-11-19 | 1 | -12/+121 |
* | [wasm64] Fuzzer: Fix type of unimported offsets (#7071) | Alon Zakai | 2024-11-11 | 1 | -2/+2 |
* | [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067) | Alon Zakai | 2024-11-08 | 1 | -1/+83 |
* | Rename indexType -> addressType. NFC (#7060) | Sam Clegg | 2024-11-07 | 1 | -15/+15 |
* | [wasm64] Fix copying of 64-bit tables, and fuzz them (#7065) | Alon Zakai | 2024-11-07 | 1 | -2/+20 |
* | [wasm64] Fuzz wasm64 memories (#7064) | Alon Zakai | 2024-11-07 | 1 | -7/+27 |
* | Fuzz the Table from JS (#7042) | Alon Zakai | 2024-10-31 | 1 | -0/+70 |
* | [EH] Fuzz throws from JS (#7027) | Alon Zakai | 2024-10-23 | 1 | -19/+47 |
* | [Wasm GC] Fuzz BrOn (#7006) | Alon Zakai | 2024-10-16 | 1 | -6/+118 |
* | Fuzzer: Generate TryTables (#6987) | Alon Zakai | 2024-10-07 | 1 | -0/+68 |
* | [FP16] Implement conversion operations. (#6974) | Brendan Dahl | 2024-09-26 | 1 | -1/+5 |
* | [FP16] Implement unary operations. (#6867) | Brendan Dahl | 2024-08-27 | 1 | -25/+36 |
* | [FP16] Add a feature flag for FP16. (#6864) | Brendan Dahl | 2024-08-22 | 1 | -117/+130 |
* | [FP16] Implement arithmetic operations. (#6855) | Brendan Dahl | 2024-08-21 | 1 | -0/+6 |
* | [NFC] Use HeapType::getKind more broadly (#6846) | Thomas Lively | 2024-08-19 | 1 | -53/+66 |
* | [FP16] Implement relation operations. (#6825) | Brendan Dahl | 2024-08-09 | 1 | -0/+7 |
* | [FP16] Implement lane access instructions. (#6821) | Brendan Dahl | 2024-08-08 | 1 | -0/+1 |
* | Restore isString type methods (#6815) | Thomas Lively | 2024-08-06 | 1 | -2/+1 |
* | [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804) | Thomas Lively | 2024-08-06 | 1 | -1/+2 |
* | [threads] Update the fuzzer for shared types (#6771) | Thomas Lively | 2024-07-18 | 1 | -53/+88 |
* | Simplify fuzzer generation of function references (#6745) | Thomas Lively | 2024-07-15 | 1 | -17/+11 |
* | [threads] Fuzz shared types in type fuzzer (#6704) | Thomas Lively | 2024-06-26 | 1 | -1/+4 |
* | [threads] Shared basic heap types (#6667) | Thomas Lively | 2024-06-19 | 1 | -2/+4 |
* | Fix fuzzer generation of a DataSegment + add validation that would have caugh... | Alon Zakai | 2024-05-23 | 1 | -3/+4 |
* | Fuzzer: Better fuzzing of globals (#6611) | Alon Zakai | 2024-05-21 | 1 | -32/+52 |
* | [Strings] Remove operations not included in imported strings (#6589) | Thomas Lively | 2024-05-15 | 1 | -3/+2 |
* | [Strings] Remove stringview types and instructions (#6579) | Thomas Lively | 2024-05-15 | 1 | -31/+3 |
* | Fuzzer: Stop emitting nullable stringviews (#6574) | Alon Zakai | 2024-05-08 | 1 | -5/+17 |
* | [Strings] Work around ref.cast not working on string views, and add fuzzing (... | Alon Zakai | 2024-04-29 | 1 | -4/+31 |
* | [Strings] Fix effects of string.compare and add fuzzing (#6547) | Alon Zakai | 2024-04-25 | 1 | -10/+24 |
* | [Strings] Fuzz string.encode (#6539) | Alon Zakai | 2024-04-25 | 1 | -14/+50 |
* | Fuzzer: Update the typeLocals data structure before mutation (#6537) | Alon Zakai | 2024-04-24 | 1 | -2/+12 |
* | [Strings] Fuzzer: Emit StringConcat (#6532) | Alon Zakai | 2024-04-24 | 1 | -66/+86 |
* | [Strings] Add the string heaptype to core fuzzer places (#6527) | Alon Zakai | 2024-04-23 | 1 | -20/+23 |
* | [Strings] Fuzz and interpret all relevant StringNew methods (#6526) | Alon Zakai | 2024-04-23 | 1 | -41/+80 |
* | Fuzzer: Randomly pick which functions to use in RefFunc (#6503) | Alon Zakai | 2024-04-15 | 1 | -10/+12 |
* | Fuzzer: Emit signed Struct/ArrayGet operations (#6486) | Alon Zakai | 2024-04-11 | 1 | -5/+12 |
* | Typed continuations: nocont and cont basic heap types (#6468) | Frank Emrich | 2024-04-04 | 1 | -0/+7 |
* | Fuzzer: Work around the lack of wtf8/iter support (#6445) | Alon Zakai | 2024-03-27 | 1 | -5/+6 |
* | Add "interposition" to the fuzzer's mutate() method (#6427) | Alon Zakai | 2024-03-26 | 1 | -15/+145 |
* | Fuzzer: Implement a few more String TODOs (#6439) | Alon Zakai | 2024-03-25 | 1 | -1/+3 |
* | Generate interesting strings in fuzzer (#6430) | Thomas Lively | 2024-03-23 | 1 | -2/+38 |
* | [Strings] Represent string values as WTF-16 internally (#6418) | Thomas Lively | 2024-03-22 | 1 | -2/+8 |