summaryrefslogtreecommitdiff
path: root/test/passes
Commit message (Expand)AuthorAgeFilesLines
...
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-0815-103/+101
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-0487-6119/+12155
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-0324-52/+48
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-2/+2
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-2022-153/+151
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-122-6/+6
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-122-2/+2
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-1210-24/+24
* Fuzzer: Better handling of globals from initial content (#6072)Alon Zakai2023-11-011-45/+32
* Partially revert #6026 (#6043)Alon Zakai2023-10-231-3/+3
* RemoveUnusedModuleElements: Make exports skip trampolines (#6026)Alon Zakai2023-10-191-3/+3
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-4/+4
* Fuzzer: Allow non-nullable locals (#6019)Alon Zakai2023-10-181-42/+41
* SimplifyGlobals: Run on function code in missing places (#6020)Alon Zakai2023-10-182-4/+4
* Add getGeneralSuperType() that includes basic supers, and use in fuzzer (#6005)Alon Zakai2023-10-171-39/+42
* Fuzzer: Move logic for adding a new local on demand to local.get (#6008)Alon Zakai2023-10-172-62/+68
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+1
* RemoveUnusedBrs: Allow less unconditional work and in particular division (#5...Alon Zakai2023-10-031-4/+3
* [NFC] Port stack IR test to lit (#5957)Thomas Lively2023-09-182-2297/+0
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-1/+1
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-1/+1
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Make final types the default (#5918)Thomas Lively2023-09-092-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-24105-10837/+10837
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-232-14/+14
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-1/+1
* [NFC] Port passes remove-unused-brs_all-features.wast to lit (#5843)Thomas Lively2023-07-272-215/+0
* Fuzzer: Emit more variations of If (#5806)Alon Zakai2023-07-102-58/+66
* Initial support for `final` types (#5803)Thomas Lively2023-07-061-44/+34
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-1/+1
* Fuzzing for Try and Throw (#5776)Alon Zakai2023-06-211-34/+40
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-122-8/+8
* StackIR: Remove nops (#5746)Alon Zakai2023-05-301-9/+0
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-232-8/+8
* Fuzzer: Limit ArrayNew sizes most of the time (#5738)Alon Zakai2023-05-221-42/+31
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-192-8/+8
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-178-10026/+10026
* Port vacuum_all-features test to lit (#5708)Thomas Lively2023-05-092-1294/+0
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-34/+42
* [Wasm GC] Fuzz array.copy and array.fill (#5663)Alon Zakai2023-04-171-27/+38
* [Wasm GC] Improve GC operation coverage by using locals more (#5661)Alon Zakai2023-04-171-36/+27
* Fuzzer: When nested under makeTrivial(), avoid normal make() (#5657)Alon Zakai2023-04-121-29/+31
* [Wasm GC] Fuzz struct.set and array.set (#5655)Alon Zakai2023-04-121-34/+33
* Add a name hint to getValidName() (#5653)Alon Zakai2023-04-111-4/+4
* [Wasm GC] Fuzz struct.get and array.get (#5651)Alon Zakai2023-04-101-27/+29
* Fuzzer: Improve mutate() (#5631)Alon Zakai2023-04-052-60/+59
* [Wasm GC] Fuzz struct.new and array.new (#5622)Alon Zakai2023-04-041-41/+35
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-0427-100098/+100098
* [Wasm GC] Fuzz RefCast (#5617)Alon Zakai2023-04-031-32/+34