summaryrefslogtreecommitdiff
path: root/test/lit/passes/vacuum-tnh.wast
Commit message (Expand)AuthorAgeFilesLines
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-5/+5
* Fix Vacuuming of code leading up to an infinite loop (#6632)Alon Zakai2024-05-291-22/+41
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-90/+152
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-32/+32
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-2/+2
* 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
* Vacuum code leading up to a trap in TrapsNeverHappen mode (#5228)Alon Zakai2023-05-171-2/+403
* Add a "mayNotReturn" effect (#5711)Alon Zakai2023-05-101-3/+10
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-10/+0
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-10/+0
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-14/+14
* Vacuum: Ignore effects at the entire function scope when possible (#5053)Alon Zakai2022-09-191-3/+6
* Effects: Clarify trap effect meaning, and consider infinite loops to trap due...Alon Zakai2022-09-161-31/+181
* Effects.h: Fix RefAs (#4312)Alon Zakai2021-11-091-0/+17
* Use TrapsNeverHappen mode in more places in Vacuum (#4117)Alon Zakai2021-09-011-13/+50
* TrapsNeverHappen mode (#4059)Alon Zakai2021-08-171-0/+74