summaryrefslogtreecommitdiff
path: root/test/lit/passes/heap2local.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* Fix Heap2Local on pops inside of newly-created blocks (#6938)Alon Zakai2024-09-161-0/+124
* Heap2Local: Track interactions in detail (#6834)Alon Zakai2024-08-131-0/+57
* Heap2Local: Properly handle failing array casts (#6772)Alon Zakai2024-07-181-0/+125
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* [WasmGC] Heap2Local: Optimize RefCast failures (#6727)Alon Zakai2024-07-111-15/+89
* Heap2Local: Drop RefEq's two arms (#6729)Alon Zakai2024-07-111-81/+76
* [WasmGC] Heap2Local: Optimize RefIs and RefTest (#6705)Alon Zakai2024-07-111-13/+376
* [WasmGC] Heap2Local: Optimize RefEq (#6703)Alon Zakai2024-06-261-8/+310
* Fix ConstantFieldPropagation signed packed field handling and improve Heap2Lo...Alon Zakai2024-04-111-25/+20
* Heap2Local: Fix signed struct/array reads (#6484)Alon Zakai2024-04-101-11/+58
* Heap2Local: Optimize packed fields (#6480)Alon Zakai2024-04-091-10/+226
* Heap2Local: Optimize Arrays in addition to Structs (#6478)Alon Zakai2024-04-091-1/+1096
* [NFC] Refactor Heap2Local logic (#6473)Alon Zakai2024-04-061-2/+2
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-2/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-36/+58
* Heap2Local: Fix an ordering issue with children having different interactions...Alon Zakai2023-11-091-0/+116
* Heap2Local: Refinalize when removing a cast (#6012)Alon Zakai2023-10-161-0/+43
* Make heap2local work through casts (#5952)Jérôme Vouillon2023-09-211-7/+96
* Make final types the default (#5918)Thomas Lively2023-09-091-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-47/+47
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-2/+2
* Heap2Local: Refinalize if we end up refining (#5879)Alon Zakai2023-08-171-1/+51
* Heap2Local: Add a test for params (#5798)Alon Zakai2023-07-051-0/+87
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-1055/+0
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-47/+47
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-218/+218
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-35/+72
* Remove RTTs (#4848)Thomas Lively2022-08-051-475/+123
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-44/+44
* Heap2Local: Handle loops (#4288)Alon Zakai2021-10-281-0/+66
* Fix printing of some unreachable GC instructions (#4281)Alon Zakai2021-10-271-8/+20
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-1/+1141
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-1/+24
* Test GC lit tests with --nominal as well (#4043)Thomas Lively2021-08-021-0/+2
* [Wasm GC] Fix Heap2Local + non-nullable locals (#4017)Alon Zakai2021-07-231-30/+30
* Add option to add checks for all items (#3961)Thomas Lively2021-07-021-0/+2
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+5
* [Wasm GC] Heap2Local: Replace the allocation with null (#3893)Alon Zakai2021-05-171-67/+195
* [Wasm GC] Heap2Local: Handle branches (#3881)Alon Zakai2021-05-121-7/+221
* Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)Alon Zakai2021-05-121-0/+1589