summaryrefslogtreecommitdiff
path: root/test/lit/passes/once-reduction.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-3/+0
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-115/+329
* OnceReduction: Optimize bodies of trivial "once" functions (#6061)Alon Zakai2023-10-311-50/+456
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-100/+100
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-4/+4
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-66/+66
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-2/+2
* Optimize away dominated calls to functions that run only once (#4111)Alon Zakai2021-09-031-0/+1429