summaryrefslogtreecommitdiff
path: root/test/lit/passes/dae-gc-refine-params.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-12/+12
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-68/+98
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-48/+18
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-4/+4
* Make final types the default (#5918)Thomas Lively2023-09-091-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-24/+24
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-4/+4
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-209/+1
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-4/+4
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-2/+2
* Do not special case ref.null in `LUBFinder` (#5307)Thomas Lively2022-12-011-13/+53
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-37/+34
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-26/+27
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-10/+6
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-2/+2
* Update nominal type ordering (#4631)Thomas Lively2022-05-031-1/+2
* Generalize PossibleConstantValues for immutable globals (#4549)Alon Zakai2022-03-281-13/+43
* [Wasm GC] Update nulls to allow finding better LUBs (#4340)Alon Zakai2021-11-181-44/+122
* DeadArgumentElimination argument subtyping: Add fixups if the param is used (...Alon Zakai2021-11-111-22/+135
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-12/+12
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-9/+9
* Test GC lit tests with --nominal as well (#4043)Thomas Lively2021-08-021-4/+133
* Refactor DeadArgumentElimination GC tests into separate files. NFC (#4037)Alon Zakai2021-07-281-0/+271