summaryrefslogtreecommitdiff
path: root/test/lit/passes/simplify-locals-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-3/+0
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-9/+7
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-5/+5
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-8/+16
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-2/+2
* Make final types the default (#5918)Thomas Lively2023-09-091-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-19/+19
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-6/+6
* LinearExecutionWalker: Optionally connect blocks for Br and BrOn (#5869)Alon Zakai2023-08-091-0/+63
* LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...Alon Zakai2023-08-081-7/+2
* Fix LinearExecutionWalker on calls (#5857)Alon Zakai2023-08-071-2/+7
* SimplifyLocals: Refinalize after removing redundant tees (#5830)Alon Zakai2023-07-211-0/+24
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-1/+1
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-211/+1
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-6/+6
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-3/+3
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-3/+3
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-3/+3
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-23/+23
* [Wasm GC] Refinalize in UnneededSetRemover when necessary (#5287)Alon Zakai2022-11-221-6/+31
* SimplifyLocals: Fix handling of subtyping (#5210)Alon Zakai2022-11-021-5/+98
* [Wasm GC] SimplifyLocals: Switch local.get to use a more refined type when po...Alon Zakai2022-11-011-0/+164
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-6/+8
* [Effects] Fix hasAnything on mutable global state (#5026)Alon Zakai2022-09-081-0/+52
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+139
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-4/+4
* SimplifyLocals: ReFinalize when needed (#4878)Alon Zakai2022-08-091-0/+38
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-4/+4
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-1/+64
* [Wasm GC] Take advantage of immutable struct fields in effects.h (#4240)Alon Zakai2021-10-131-0/+61
* Test GC lit tests with --nominal as well (#4043)Thomas Lively2021-08-021-0/+2
* [Wasm GC] Fix LinearExecutionWalker (#3954)Alon Zakai2021-06-291-0/+55
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+1
* [Wasm GC] Heap reads/writes are reads/writes of global state (#3755)Alon Zakai2021-03-301-0/+35