summaryrefslogtreecommitdiff
path: root/test/lit/validation
Commit message (Expand)AuthorAgeFilesLines
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-0/+38
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* Remove closed world validation checks (#7019)Alon Zakai2024-10-182-125/+0
* Fix null dereference in FunctionValidator (#6849)mtb2024-08-261-0/+14
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+11
* Heap type `none` requires GC (#6840)Thomas Lively2024-08-142-1/+12
* Make source parser consistent with binary parser when naming things. NFC (#6813)Sam Clegg2024-08-061-1/+1
* Validate RefAsNonNull (#6785)Alon Zakai2024-07-241-0/+13
* Validate features for types used in element segments (#6769)Thomas Lively2024-07-181-0/+12
* Validate features for types used in tables (#6768)Thomas Lively2024-07-181-0/+12
* [threads] ref.i31_shared requires shared-everything in validation (#6767)Thomas Lively2024-07-181-0/+12
* [threads] Validate all features required by ref.null (#6757)Thomas Lively2024-07-162-1/+13
* [threads] Fix feature detection for shared basic heap types (#6756)Thomas Lively2024-07-161-0/+11
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-162-2/+2
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+12
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+1
* Add table64 lowering pass (#6595)Sam Clegg2024-05-151-2/+2
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-1/+1
* Mark non-closed types as requiring GC (#6421)Thomas Lively2024-03-211-0/+13
* Handle extended const segment offsets in the fuzzer (#6382)Thomas Lively2024-03-071-0/+1
* Print '(offset ...)` in data and element segments (#6379)Thomas Lively2024-03-061-2/+8
* Validator: ArrayNew|InitData require Bulk Memory (#6331)Alon Zakai2024-02-212-0/+52
* Validate function imports (#6315)Alon Zakai2024-02-201-0/+9
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-072-9/+9
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-263-4/+4
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-3/+7
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-2/+2
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-2/+1
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-1/+1
* Allow rec groups of public function types in closed world (#6053)Alon Zakai2023-10-261-5/+6
* Support i8/i16 mutable arrays as public types for string interop (#5814)Alon Zakai2023-09-211-2/+2
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-2/+2
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-313-5/+5
* Validate and fix up tuples with non-nullable elements (#5909)Thomas Lively2023-08-301-0/+11
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-244-10/+10
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-142-2/+2
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-042-2/+2
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-102-4/+12
* Note function signature param/result features for validation (#5542)Alon Zakai2023-03-032-0/+26
* Validation: Function types with multiple results require multivalue (#5535)Alon Zakai2023-03-011-0/+19
* Fix validation of DataDrop (#5517)Alon Zakai2023-02-231-0/+13
* [Wasm GC] Ignore call.without.effects for closed world validation (#5392)Alon Zakai2023-01-041-0/+46
* Do not optimize public types (#5347)Thomas Lively2022-12-161-0/+78
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-232-2/+2
* Validate that GC is enabled for rec groups and supertypes (#5279)Thomas Lively2022-11-222-0/+30
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-1/+2
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-2/+1
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-1/+2
* [NFC] Mention relevant flags in validator errors (#5203)Alon Zakai2022-11-011-1/+1