summaryrefslogtreecommitdiff
path: root/test/lit/passes/remove-unused-brs-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* [GC] Refinalize after selectify in RemoveUnusedBrs (#7104)Alon Zakai2024-11-251-0/+29
* [GC] RemoveUnusedBrs: Ensure refining of BrOnCast's castType does not unrefin...Alon Zakai2024-10-291-13/+71
* RemoveUnusedBrs: Generalize jump threading optimizations to all branches (#6983)Alon Zakai2024-10-041-0/+24
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-3/+3
* [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-32/+64
* RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...Alon Zakai2023-10-031-11/+11
* Refine ref.test's castType during refinalization (#5985)Thomas Lively2023-10-021-1/+1
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-2/+2
* Remove legacy GC text syntax (#5929)Thomas Lively2023-09-121-2/+2
* Make final types the default (#5918)Thomas Lively2023-09-091-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-13/+13
* Fix a merge conflict on main (#5899)Alon Zakai2023-08-231-1/+1
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-11/+11
* Fix assertion failure in RemoveUnusedBrs (#5895)Thomas Lively2023-08-231-0/+39
* Improve br_on* optimizations (#5887)Thomas Lively2023-08-221-59/+390
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-3/+3
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-76/+25
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-17/+17
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-17/+17
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-17/+17
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-1/+1
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-2/+2
* Fix a bug optimizing out br_on_cast (#5403)Thomas Lively2023-01-061-4/+95
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-11/+57
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-17/+17
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-26/+28
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-8/+8
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-14/+14
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-3/+3
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-3/+5
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-8/+6
* Remove RTTs (#4848)Thomas Lively2022-08-051-32/+0
* Costs: Increase cost of casts (#4661)Alon Zakai2022-05-121-0/+109
* [Wasm GC] Optimize static casts in br_on_cast* (#4520)Alon Zakai2022-02-251-1/+104
* Fix fuzz bug in RemoveUnusedBrs with incremental type updating (#4309)Alon Zakai2021-11-051-0/+30
* Fix BrOn logic in RemoveUnusedBrs (#4062)Alon Zakai2021-08-091-0/+31
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-0/+54