summaryrefslogtreecommitdiff
path: root/test/lit/passes/precompute-gc-immutable.wast
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-2/+2
* Precompute: Optimize array.len (#6299)Alon Zakai2024-02-121-3/+89
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-42/+62
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-26/+26
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-6/+6
* Port the remaining test/lit/passes tests off of --nominal (#5668)Thomas Lively2023-04-141-15/+15
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-4/+4
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-1/+1
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-2/+2
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-19/+19
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-19/+19
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-2/+6
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-1/+1
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-2/+2
* Include globals when collecting module types (#4717)Thomas Lively2022-06-101-2/+1
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-26/+26
* Fix printing of some unreachable GC instructions (#4281)Alon Zakai2021-10-271-2/+4
* [Wasm GC] Propagate immutable fields (#4251)Alon Zakai2021-10-151-0/+820