summaryrefslogtreecommitdiff
path: root/test/lit/passes/vacuum-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-2/+2
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-10/+10
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-3/+7
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-11/+11
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-4/+4
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-3/+3
* [Wasm GC] Stop printing deprecated cast etc. instructions (#5852)Thomas Lively2023-08-021-1/+1
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-2/+2
* Vacuum unneeded instructions even if children have effects (#5488)Alon Zakai2023-02-141-0/+103
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-12/+2
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-10/+0
* [Wasm GC] Refinalize in Vacuum (#5412)Alon Zakai2023-01-091-0/+18
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-3/+3
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-2/+6
* Remove RTTs (#4848)Thomas Lively2022-08-051-21/+13
* [Wasm GC] i31get can trap (#4825)Alon Zakai2022-07-251-0/+21
* Fix vacuum on rtts with depth (#4327)Alon Zakai2021-11-151-0/+27
* Effects.h: Fix RefAs (#4312)Alon Zakai2021-11-091-0/+51