summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+6
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+3
* [FP16] Disable float 16 fuzzing for now. (#6822)Brendan Dahl2024-08-071-0/+2
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-0/+2
* Cost analysis: Remove "Unacceptable" hack (#6782)Alon Zakai2024-07-252-0/+442
* [threads] Update the fuzzer for shared types (#6771)Thomas Lively2024-07-181-17/+9
* Validate features for types used in element segments (#6769)Thomas Lively2024-07-181-0/+1
* Validate features for types used in tables (#6768)Thomas Lively2024-07-181-0/+1
* [threads] ref.i31_shared requires shared-everything in validation (#6767)Thomas Lively2024-07-181-0/+1
* [threads] Simplify and generalize reftype writing without GC (#6766)Thomas Lively2024-07-181-1/+1
* [threads] Simplify and generalize heap type writing without GC (#6765)Thomas Lively2024-07-171-0/+1
* [threads] Fix shared ref.eq and disallow mixed-shareability (#6763)Thomas Lively2024-07-171-0/+1
* [threads] Validate all features required by ref.null (#6757)Thomas Lively2024-07-161-0/+2
* [NFC][threads] Ignore type-ssa-shared.wast in fuzzer (#6754)Thomas Lively2024-07-161-0/+1
* Remove non-standard `i31.new` (#6736)Thomas Lively2024-07-121-1/+0
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-123-3/+5
* [StackIR] Allow StackIR to be disabled from the commandline (#6725)Alon Zakai2024-07-101-0/+1
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-082-3/+5
* [threads] Ignore shared-array.wast in fuzzer initial contents (#6706)Thomas Lively2024-06-261-0/+1
* [threads] Validate shared-polymorphic instructions (#6702)Thomas Lively2024-06-251-0/+1
* Re-enable spec tests requiring multivalue (#6684)Thomas Lively2024-06-201-2/+0
* Validate memarg offsets (#6683)Thomas Lively2024-06-201-2/+1
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-191-4/+0
* Fix validation of unused LEB128 bits (#6680)Thomas Lively2024-06-191-1/+0
* Check malformed mutability on imported globals (#6679)Thomas Lively2024-06-181-1/+0
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-3/+0
* [Parser] Fix bug in unreachable fallback logic (#6676)Thomas Lively2024-06-181-3/+0
* fix(#6671): fix possible stack buffer overflow in gen-s-parser.inc (#6678)mtb2024-06-181-0/+6
* Reject invalid section IDs (#6675)Thomas Lively2024-06-181-1/+0
* Enable more spec tests (#6669)Thomas Lively2024-06-172-43/+30
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-0/+4
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-617/+598
* Fuzzer: Stop testing with TurboFan as Turboshaft is rolling out and is faster...Alon Zakai2024-05-281-7/+0
* Fix binary emitting of br_if with a refined value by emitting a cast (#6510)Alon Zakai2024-05-161-1/+18
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-20/+3
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-11/+4
* Fix running just a single spec test via `check.py spec --spec-test foo`. NFC...Sam Clegg2024-05-101-5/+6
* Fuzzer: Add another stringview subtyping error message to ignore (#6575)Alon Zakai2024-05-091-0/+1
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-081-0/+3
* Re-enable fuzzing of text round trips (#6560)Thomas Lively2024-04-291-2/+1
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-231-1/+2
* Fuzzer: Do not run other VMs if the Binaryen interpreter hits a VM limitation...Alon Zakai2024-04-101-10/+19
* [NFC] Fix fuzzer counting of ignored runs due to many errors (#6444)Alon Zakai2024-03-271-4/+12
* [Strings] Escape strings printed by fuzz-exec (#6441)Thomas Lively2024-03-261-3/+52
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-3/+0
* Update file name in INITIAL_CONTENTS_IGNORE (#6425)Thomas Lively2024-03-221-1/+1
* [Strings] Implement stringview_wtf16.slice (#6404)Alon Zakai2024-03-191-1/+2
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-192-0/+2
* Fuzzer: Fix up null outputs in wasm2js optimized builds (#6374)Alon Zakai2024-03-081-0/+15
* Do not write assertions to split.wast for spec tests (#6383)Thomas Lively2024-03-071-1/+1