summaryrefslogtreecommitdiff
path: root/test/lit/passes/gto-removals.wast
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Refactor ChildLocalizer to handle unreachable code better (#6394)Alon Zakai2024-03-141-0/+46
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-1/+1
* Update lit tests to parse with the new parser (#6290)Thomas Lively2024-02-081-1/+1
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-22/+22
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-6/+6
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-20/+20
* Make final types the default (#5918)Thomas Lively2023-09-091-14/+14
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-56/+56
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-6/+6
* Port a few more tests off of --nominal (#5666)Thomas Lively2023-04-141-60/+77
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-3/+1
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-1/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-38/+38
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-17/+22
* [Wasm GC] Fix GlobalTypeOptimization fuzz bug on replacing unreachable struct...Alon Zakai2022-09-061-2/+31
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-7/+5
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-13/+11
* Remove RTTs (#4848)Thomas Lively2022-08-051-28/+4
* [Wasm GC] GTO should not reorder trapping of removed sets (#4801)Alon Zakai2022-07-131-18/+124
* Update nominal type ordering (#4631)Thomas Lively2022-05-031-4/+7
* [NominalFuzzing] GTO: trap on null ref in removed struct.set (#4607)Alon Zakai2022-04-211-3/+9
* [Wasm GC] GlobalTypeOptimization: Remove fields from end based on subtypes (#...Alon Zakai2022-03-301-0/+154
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-23/+23
* ChildLocalizer: Do not use locals needlessly (#4292)Alon Zakai2021-11-041-1/+84
* Fix printing of some unreachable GC instructions (#4281)Alon Zakai2021-10-271-6/+14
* GlobalTypeOptimization: Handle side effects in removed fields in struct.new (...Alon Zakai2021-10-261-0/+157
* [Wasm GC] Global Type Optimization: Remove unread fields (#4255)Alon Zakai2021-10-201-0/+389