summaryrefslogtreecommitdiff
path: root/test/lit/passes/gufa-refs.wast
Commit message (Expand)AuthorAgeFilesLines
* Do not optimize atomic gets in GUFA (#7161)Thomas Lively2024-12-191-0/+53
* Fix GUFA on calls to function refs in open world (#7135)Alon Zakai2024-12-041-1/+4
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-5/+0
* Fix BranchUtils::operateOnScopeNameUsesAndSentValues() on BrOn (#6995)Alon Zakai2024-10-101-9/+54
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-19/+19
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-11/+11
* GUFA: Handle bottom types in filterDataContents() (#6545)Alon Zakai2024-04-251-0/+38
* GUFA: Fix signed reads of packed GC data (#6494)Alon Zakai2024-04-111-0/+261
* Fix printing of bulk array ops (#6387)Thomas Lively2024-03-081-4/+13
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-1/+1
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-9/+9
* Update pop text syntax (#6251)Thomas Lively2024-01-291-4/+4
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-1/+1
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-2/+0
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-14/+22
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-1/+1
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-3/+3
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-3/+3
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* GUFA: Add missing set of optimized boolean (#6010)Alon Zakai2023-10-161-0/+50
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-051-1/+1
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-69/+69
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-8/+8
* Make final types the default (#5918)Thomas Lively2023-09-091-39/+39
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-173/+173
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-65/+66
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-2/+2
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-1/+1
* GUFA: Infer using TrapsNeverHappen (#5850)Alon Zakai2023-08-021-0/+50
* GUFA: Refine casts (#5805)Alon Zakai2023-07-071-2/+39
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-26/+26
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-6/+6
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-6/+6
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-6/+6
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-6/+6
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-5/+5
* [Wasm GC] Fix GUFA on array.init of a bottom type (#5675)Alon Zakai2023-04-191-0/+29
* Port a few more tests off of --nominal (#5666)Thomas Lively2023-04-141-69/+93
* [GUFA] Fix packed field filtering (#5652)Alon Zakai2023-04-101-0/+64
* [Wasm GC] Fix GUFA on ArrayInit (#5638)Alon Zakai2023-04-071-0/+59
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-7/+9
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-101-15/+0
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-12/+12
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-47/+1
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-17/+17
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-14/+10
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-56/+56
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-126/+126
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-5/+5
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-5/+5