summaryrefslogtreecommitdiff
path: root/test/lit/passes/dae-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-3/+0
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-5/+5
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-5/+5
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-14/+14
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-96/+0
* [Strings] Add support for strings in getLiteral and Literal() (#5500)Alon Zakai2023-02-171-0/+47
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-6/+6
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-2/+2
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-12/+12
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-4/+4
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-11/+7
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-14/+10
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-9/+13
* Remove RTTs (#4848)Thomas Lively2022-08-051-16/+14
* Ensure symmetric results in PossibleConstantValues (#4662)Alon Zakai2022-05-131-4/+4
* Generalize PossibleConstantValues for immutable globals (#4549)Alon Zakai2022-03-281-2/+159
* 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/+28
* Test GC lit tests with --nominal as well (#4043)Thomas Lively2021-08-021-0/+1
* Refactor DeadArgumentElimination GC tests into separate files. NFC (#4037)Alon Zakai2021-07-281-633/+0
* [Wasm GC] Refine return types of tail calling functions in DeadArgumentElimin...Alon Zakai2021-07-281-3/+109
* [Wasm GC] Allow tail call subtyping in DeadArgumentElimination (#4035)Alon Zakai2021-07-281-4/+4
* [Wasm GC] DeadArgumentElimination: Update tees after refining param types (#4...Alon Zakai2021-07-281-0/+36
* [Wasm GC] DeadArgumentElimination: Do not refine return types of tail callees...Alon Zakai2021-07-271-0/+17
* [Wasm GC] Refine return types (#4020)Alon Zakai2021-07-261-1/+249
* [Wasm GC] Refine function parameter types (#4014)Alon Zakai2021-07-231-0/+226
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+1
* [Wasm GC] Skip DeadArgumentElimination of an RTT parameter (#3834)Alon Zakai2021-04-211-0/+20
* [Wasm GC] Fix handleNonDefaultableLocals on tees (#3830)Alon Zakai2021-04-211-0/+49