summaryrefslogtreecommitdiff
path: root/test/lit/passes/precompute-gc.wast
Commit message (Expand)AuthorAgeFilesLines
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-1/+1
* Revert "Strings: Disable precomputing for now (#6412)" (#6413)Alon Zakai2024-03-201-2/+2
* Strings: Disable precomputing for now (#6412)Alon Zakai2024-03-201-2/+2
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-3/+3
* Precompute: Optimize array.len (#6299)Alon Zakai2024-02-121-2/+0
* Revert "Stop propagating/inlining string constants (#6234)" (#6258)Alon Zakai2024-01-311-5/+3
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-5/+5
* Stop propagating/inlining string constants (#6234)Alon Zakai2024-01-231-3/+5
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-30/+62
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* Precompute: Check defaultability, not nullability (#6052)Alon Zakai2023-10-251-8/+33
* Fix unreachable code in LocalGraph by making it imprecise there (#6048)Alon Zakai2023-10-241-8/+83
* [NFC] LocalGraph: Optimize params with no sets (#6046)Alon Zakai2023-10-241-6/+39
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-24/+24
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-4/+4
* Further improve ref.cast during finalization (#5882)Thomas Lively2023-08-171-1/+1
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-2/+2
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-2/+2
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-2/+2
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-131-456/+2
* [Wasm GC] Properly handle packed field truncation in StructNew (#5570)Alon Zakai2023-03-131-0/+18
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-0/+40
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-3/+3
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-9/+9
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-31/+31
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-1/+1
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-1/+1
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-1/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-22/+36
* Simplify and fix heap type counting (#5110)Thomas Lively2022-10-041-2/+4
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-2/+2
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+58
* Remove RTTs (#4848)Thomas Lively2022-08-051-233/+56
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-29/+29
* Return the correct flow when an RTT is breaking (#4310)Thomas Lively2021-11-051-0/+45
* Fix printing of some unreachable GC instructions (#4281)Alon Zakai2021-10-271-8/+16
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-2/+455
* Precompute: Track reference identity (#4243)Alon Zakai2021-10-141-22/+518
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+20
* Test GC lit tests with --nominal as well (#4043)Thomas Lively2021-08-021-0/+2
* Add option to add checks for all items (#3961)Thomas Lively2021-07-021-0/+2
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+5
* [Wasm GC] Fix precomputing of incompatible fallthrough values (#3875)Alon Zakai2021-05-101-0/+110
* [Wasm GC] Fix precompute on GC data (#3810)Alon Zakai2021-04-151-1/+358
* [Wasm GC] Full precompute support for GC (#3803)Alon Zakai2021-04-131-0/+37