summaryrefslogtreecommitdiff
path: root/test/lit/passes/simplify-locals-gc-nn.wast
Commit message (Expand)AuthorAgeFilesLines
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-3/+3
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-3/+3
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-4/+4
* NonNullable => !Defaultable in SimplifyLocals (#6070)Alon Zakai2023-11-011-0/+24
* Validate and fix up tuples with non-nullable elements (#5909)Thomas Lively2023-08-301-0/+60
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-2/+2
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-2/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-2/+2
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-82/+17
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-1/+1
* [WasmGC] Fix try-catch and non-nullable local sets in values in SimplifyLocal...Alon Zakai2022-05-311-1/+68
* [WasmGC] Fix non-nullable locals and try-catch in SimplifyLocals (#4703)Alon Zakai2022-05-311-0/+90