summaryrefslogtreecommitdiff
path: root/test/spec
Commit message (Expand)AuthorAgeFilesLines
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-10/+12
* [FP16] Fix comment on f16x8.convert_i16x8_s test. (#6985)Brendan Dahl2024-10-031-2/+2
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+24
* [FP16] Fix replace lane for F16x8. (#6906)Brendan Dahl2024-09-061-0/+7
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-0/+29
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-0/+40
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+66
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-215-2212/+0
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-201-963/+0
* Add the upstream spec testsuite as a submodule (#6853)Thomas Lively2024-08-2059-32132/+0
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-203-16/+198
* Validate array.init_elem segment in IRBuilder (#6852)Thomas Lively2024-08-191-1/+11
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+52
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+56
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+12
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-0/+15
* Fix shareability of externalized nulls (#6791)Alon Zakai2024-07-301-0/+8
* Fix shareability of internalized nulls (#6789)Alon Zakai2024-07-291-0/+11
* Properly validate ref.cast when lacking a common supertype (#6741)Alon Zakai2024-07-231-0/+10
* [threads] Fix shared ref.eq and disallow mixed-shareability (#6763)Thomas Lively2024-07-172-2/+202
* Update the ref_eq.wast spec test to match upstream (#6762)Thomas Lively2024-07-171-7/+164
* Revert "[threads] Allow i31refs of mixed shareability to compare equal (#6752...Thomas Lively2024-07-171-11/+0
* [threads] Allow i31refs of mixed shareability to compare equal (#6752)Thomas Lively2024-07-161-0/+11
* [threads] Test that array ops work with shared nulls (#6743)Thomas Lively2024-07-131-2/+26
* [threads] Fix struct op validation for shared null (#6742)Thomas Lively2024-07-131-0/+8
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-0/+230
* [threads] Shared polymorphism for extern conversions (#6730)Thomas Lively2024-07-111-0/+13
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-6/+6
* [threads] Validate shared-polymorphic instructions (#6702)Thomas Lively2024-06-253-0/+81
* [threads] Validate shared-to-unshared edges in heap types (#6698)Thomas Lively2024-06-252-0/+138
* Re-enable spec tests requiring multivalue (#6684)Thomas Lively2024-06-202-40/+18
* Validate memarg offsets (#6683)Thomas Lively2024-06-201-1/+1
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-191/+0
* Enable more spec tests (#6669)Thomas Lively2024-06-171-18/+33
* [Parser] Fix error message on required reftype (#6666)Thomas Lively2024-06-141-0/+5
* [EH] Rename old EH tests from -old to -legacy (#6627)Heejin Ahn2024-05-281-0/+0
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-177-46/+33
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-137-23/+28
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-105-100/+203
* Comment out test failing on windows (#6534)Thomas Lively2024-04-241-0/+0
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-2414-4622/+216
* [wasm-shell] Error on unknown commands (#6528)Thomas Lively2024-04-2413-2296/+2295
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-152-11/+0
* Handle return calls correctlyThomas Lively2024-04-084-0/+1150
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+8
* Update pop text syntax (#6251)Thomas Lively2024-01-291-1/+1
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-262-3/+3
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-047-74/+118
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-1/+1