summaryrefslogtreecommitdiff
path: root/test/lit/passes/type-ssa.wast
Commit message (Expand)AuthorAgeFilesLines
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-3/+3
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-4/+4
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-8/+8
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-1/+1
* NameTypes and TypeSSA : Prefer _ over $ in names, and lint away _N suffixes (...Alon Zakai2023-09-221-36/+36
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-091-18/+15
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-20/+20
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-8/+8
* ReFinalize in TypeSSA (#5885)Alon Zakai2023-08-171-0/+33
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-0/+59
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-17/+17
* TypeSSA: Handle collisions by adding a hash to ensure a fresh rec group (#5724)Alon Zakai2023-05-191-0/+33
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-176/+3
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-11/+13
* [Wasm GC] Fix detection of externalize/internalize as constant (#5592)Alon Zakai2023-03-201-0/+83
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-15/+15
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-3/+3
* [Wasm GC] Add array support to TypeSSA (#5327)Alon Zakai2022-12-071-0/+230
* [Wasm GC] Add TypeSSA pass (#5299)Alon Zakai2022-12-021-0/+221