summaryrefslogtreecommitdiff
path: root/test/lit/passes/global-refining.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-4/+0
* GlobalRefining: Do not refine mutable exported globals (#7007)Alon Zakai2024-10-151-25/+31
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-2/+2
* Fix GlobalRefining's handling of gets in module code and add missing validati...Alon Zakai2024-05-171-0/+28
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-3/+3
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-17/+17
* Port a few more tests off of --nominal (#5666)Thomas Lively2023-04-141-2/+2
* [Wasm GC] Do not refine types of exported globals in closed world (#5380)Alon Zakai2023-01-031-1/+82
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-6/+5
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-5/+5
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-10/+9
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-43/+40
* [Wasm GC] Global Refining pass (#4344)Alon Zakai2021-11-181-0/+119