summaryrefslogtreecommitdiff
path: root/test/lit/passes/coalesce-locals-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-17/+39
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-5/+5
* CoalesceLocals: ReFinalize when we refine a type (#6502)Alon Zakai2024-04-161-13/+8
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-5/+5
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-30/+46
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-8/+8
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-12/+12
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-5/+5
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-2/+2
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-4/+4
* Make final types the default (#5918)Thomas Lively2023-09-091-1/+1
* Validate and fix up tuples with non-nullable elements (#5909)Thomas Lively2023-08-301-12/+129
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-9/+9
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-6/+6
* [Wasm GC] Stop printing deprecated cast etc. instructions (#5852)Thomas Lively2023-08-021-1/+1
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-1/+1
* [Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)Alon Zakai2023-04-041-0/+28
* [Wasm GC] Fix CoalesceLocals i31 local.get removal (#5619)Alon Zakai2023-04-041-2/+36
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-6/+6
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-5/+5
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-8/+8
* [Wasm GC] Fix CoalesceLocals on tees that receive a refined type (#5289)Alon Zakai2022-11-221-0/+51
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-1/+30
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-1/+76
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-2/+2
* [Wasm GC] Fix unreachable local.gets of non-nullable locals in CoalesceLocals...Alon Zakai2022-04-051-1/+3
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+2
* [Wasm GC] Implement CFGWalker support for BrOn* (#3908)Alon Zakai2021-05-261-0/+39
* Implement all Builder::replaceWithIdenticalType() cases as best we can (#3872)Alon Zakai2021-05-101-0/+21