summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-04133-100807/+100821
* [Wasm GC] Fix CoalesceLocals i31 local.get removal (#5619)Alon Zakai2023-04-041-2/+36
* [Wasm GC] Fuzz RefCast (#5617)Alon Zakai2023-04-031-32/+34
* [Wasm GC] Avoid refining in TypeUpdating unreachability propagation (#5616)Alon Zakai2023-04-031-0/+70
* [Wasm GC] Parse (sub $super _) for array, func, and struct (#5515)Andy Wingo2023-04-031-3/+3
* Do not treat `atomic.fence` as using a memory (#5603)Thomas Lively2023-03-292-34/+13
* [NFC] Port remove-unused-module-elements_all-features.wast to lit (#5602)Thomas Lively2023-03-293-585/+572
* Support memory64 in MemoryPacking (#5605)Thomas Lively2023-03-291-0/+47
* [Wasm GC] Fix detection of externalize/internalize as constant (#5592)Alon Zakai2023-03-201-0/+83
* Ensure a deterministic order in the type names section (#5590)Alon Zakai2023-03-201-32/+38
* [Exceptions] Fix error on bad delegate index (#5587)Alon Zakai2023-03-172-0/+17
* [Wasm GC] Allow extern.externalize in globals (#5585)Alon Zakai2023-03-171-1/+31
* [Wasm GC] wasm-ctor-eval: Handle externalized data (#5582)Alon Zakai2023-03-161-0/+59
* Handle ReturnCall in MergeSimilarFunctions (#5581)Alon Zakai2023-03-161-1/+79
* [Wasm GC] Fuzz ref.test (#5577)Alon Zakai2023-03-161-33/+30
* Add bulk-array.wast spec test outline (#5568)Thomas Lively2023-03-161-0/+225
* Support interpretation of extern.externalize and extern.internalize (#5576)Thomas Lively2023-03-161-26/+26
* Fuzzer: Generate both immutable and mutable globals (#5575)Alon Zakai2023-03-152-63/+60
* Fuzzer: Pick interesting subtypes in getSubType(HeapType) (#5573)Alon Zakai2023-03-151-31/+35
* Fix misoptimization in TypeMerging (#5572)Thomas Lively2023-03-141-31/+164
* [Wasm GC] Properly handle packed field truncation in StructNew (#5570)Alon Zakai2023-03-131-0/+18
* Fuzzer: Avoid emitting massive nested structs (#5564)Alon Zakai2023-03-131-34/+33
* Fuzzer: Limit array sizes (#5569)Alon Zakai2023-03-131-32/+34
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-1016-127/+96
* Fuzzer: Emit fewer uninhabitable types in getSubType (#5563)Alon Zakai2023-03-101-31/+29
* Fuzzer: Emit nulls with low probability in makeConstCompoundRef (#5559)Alon Zakai2023-03-101-32/+36
* Emit the fuzzer hashMemory function after modifications (#5558)Alon Zakai2023-03-092-64/+59
* Integrate the heap type fuzzer into the main fuzzer (#5555)Alon Zakai2023-03-091-34/+39
* Fuzzer: Pick from existing heap types in the module (#5539)Alon Zakai2023-03-081-33/+31
* CodePushing: Pushing into an if may require non-nullable fixups (#5551)Alon Zakai2023-03-071-29/+76
* SignatureRefining: Skip types with supertypes for now (#5548)Alon Zakai2023-03-061-0/+30
* [Wasm GC] Skip types with subtypes in SignatureRefining (#5544)Alon Zakai2023-03-031-0/+22
* Note function signature param/result features for validation (#5542)Alon Zakai2023-03-032-0/+26
* Fix type printing in the type fuzzer (#5543)Thomas Lively2023-03-032-37/+37
* Add a fuzzer utility for ensuring types are inhabitable (#5541)Thomas Lively2023-03-032-0/+58
* getHeapTypeCounts() must note select types for references (#5540)Alon Zakai2023-03-032-2/+28
* Fuzzer: Ignore host limits (#5536)Alon Zakai2023-03-011-0/+27
* Validation: Function types with multiple results require multivalue (#5535)Alon Zakai2023-03-011-0/+19
* JSPI - Replace function table references with JSPI'ed wrapper. (#5519)Brendan Dahl2023-03-011-0/+34
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-2819-70/+99
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-284-9/+9
* Emit source map information for control flow structures (#5524)Alon Zakai2023-02-281-1/+2
* [wasm2js] Fix atomic notify to take an unsigned count (#5525)Thomas Lively2023-02-273-4/+4
* [wasm-ctor-eval] Properly handle multiple ctors with GC (#5522)Alon Zakai2023-02-242-4/+82
* Memory flattening cannot be done in the presence of DataDrop (#5521)Alon Zakai2023-02-241-0/+38
* Fix sourcemap nesting in reading and writing (#5504)JesseCodeBones2023-02-242-1/+47
* Fix validation of DataDrop (#5517)Alon Zakai2023-02-231-0/+13
* [Fuzzer] Simplify the hang limit mechanism (#5513)Alon Zakai2023-02-235-90/+59
* [wasm-ctor-eval] Stop evalling at table.set for now (#5516)Alon Zakai2023-02-231-0/+60
* [wasm-ctor-eval] Add v128 load/store support (#5512)Alon Zakai2023-02-231-0/+43