summaryrefslogtreecommitdiff
path: root/test/lit/passes/gufa-tnh.wast
Commit message (Expand)AuthorAgeFilesLines
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-3/+3
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-4/+4
* [threads] Calculate shared heap type depths in subtypes.h (#6777)Thomas Lively2024-07-231-0/+29
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-2/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-12/+32
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-1/+1
* GUFA: Add missing set of optimized boolean (#6010)Alon Zakai2023-10-161-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-091-34/+34
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-96/+96
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-173/+175
* Fix LinearExecutionWalker on calls (#5857)Alon Zakai2023-08-071-0/+59
* GUFA: Infer using TrapsNeverHappen (#5850)Alon Zakai2023-08-021-0/+1955