summaryrefslogtreecommitdiff
path: root/test/lit/passes/optimize-instructions-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-9/+9
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-10/+10
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* [Parser] Update requirements for implicit type uses (#6665)Thomas Lively2024-06-141-73/+73
* OptimizeInstructions: Add missing invalidation check in consecutive equality ...Alon Zakai2024-05-151-17/+245
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-71/+71
* OptimizeInstructions: Optimize StructNew/ArrayNew forms (#6495)Alon Zakai2024-04-151-22/+288
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-3/+3
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-28/+72
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-1/+1
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-4/+4
* Make final types the default (#5918)Thomas Lively2023-09-091-58/+58
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-78/+78
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-230/+230
* Further improve ref.cast during finalization (#5882)Thomas Lively2023-08-171-8/+8
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-6/+6
* Improve cast optimizations (#5876)Thomas Lively2023-08-171-19/+553
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-21/+21
* [Wasm GC] Stop printing deprecated cast etc. instructions (#5852)Thomas Lively2023-08-021-2/+2
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-4/+4
* OptimizeInstructions: Loop on fallthrough values in RefTest (#5797)Alon Zakai2023-07-051-0/+55
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* EffectAnalyzer: Do not clear break targets before walk()/visit() (#5723)Alon Zakai2023-05-171-0/+41
* Fix optimizeAddedConstants on GC-introduced unreachability (#5706)Alon Zakai2023-05-091-0/+44
* [Wasm GC] OptimizeInstructions: Don't turn ref.test into unreachable immediat...Alon Zakai2023-04-171-1/+34
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-1066/+1
* [Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)Alon Zakai2023-04-121-0/+145
* Fix and simplify refinalization in OptimizeInstructions (#5642)Alon Zakai2023-04-071-0/+89
* [Wasm GC] Fix an assertion in array.set processing in OptimizeInstructions (#...Alon Zakai2023-04-071-4/+57
* [Wasm GC] OptimizeInstructions: ref.as_non_null of null will trap (#5635)Alon Zakai2023-04-061-27/+35
* Fix OptimizeInstructions on null trap of struct.set (#5449)Alon Zakai2023-01-241-4/+39
* [Wasm GC] Optimize successful casts better (#5426)Thomas Lively2023-01-131-40/+53
* [Wasm GC] Optimize casts of null values better (#5423)Thomas Lively2023-01-121-28/+54
* [Wasm GC] Add missing RefTest optimizations to parallel RefCast (#5417)Alon Zakai2023-01-101-27/+55
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-20/+8
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-93/+16
* [Wasm GC] More minor cast optimizations (#5402)Alon Zakai2023-01-091-128/+130
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-116/+11
* [Wasm GC] Do not treat extern conversions as casts (#5411)Thomas Lively2023-01-091-0/+31
* [Wasm GC] Add missing unreachable check in evaluateKindCheck (#5410)Alon Zakai2023-01-091-0/+21
* [Wasm GC] Optimize impossible ref.casts better (#5400)Alon Zakai2023-01-061-43/+90
* [Wasm GC] Fix optimizations on ref.cast of null, and optimize to ref.as_non_n...Alon Zakai2023-01-061-0/+63
* [Wasm GC] Turn casts non-nullable when they lead to a trap on null anyhow (#5...Alon Zakai2023-01-051-2/+2
* [Wasm GC] Clean up and improve null trap and cast optimizations (#5394)Alon Zakai2023-01-051-14/+32
* Allow non-nullable ref.cast of nullable references (#5386)Thomas Lively2023-01-041-23/+21
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-6/+143
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-30/+30
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-50/+0