summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-validator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support atomic struct accessors (#7155)Thomas Lively2024-12-181-0/+10
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-6/+6
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-271-13/+10
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-2/+1
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-4/+4
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-28/+30
* Require reference-types in addition to bulk-memory for table.fill (#7040)daxpedda2024-10-311-2/+4
* Remove closed world validation checks (#7019)Alon Zakai2024-10-181-50/+1
* [EH][GC] Send a non-nullable exnref from TryTable (#7013)Alon Zakai2024-10-171-1/+1
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+4
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-0/+11
* Fix null dereference in FunctionValidator (#6849)mtb2024-08-261-2/+11
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-14/+28
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+8
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-161-1/+1
* Implement table.init (#6827)Alon Zakai2024-08-161-3/+33
* Simplify validation of stale types (#6842)Thomas Lively2024-08-151-24/+9
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+6
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+9
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-2/+3
* Validate RefAsNonNull (#6785)Alon Zakai2024-07-241-2/+11
* Properly validate ref.cast when lacking a common supertype (#6741)Alon Zakai2024-07-231-0/+15
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-1/+1
* Validate features for types used in element segments (#6769)Thomas Lively2024-07-181-0/+8
* Validate features for types used in tables (#6768)Thomas Lively2024-07-181-13/+8
* [threads] ref.i31_shared requires shared-everything in validation (#6767)Thomas Lively2024-07-181-0/+6
* [threads] Fix shared ref.eq and disallow mixed-shareability (#6763)Thomas Lively2024-07-171-0/+6
* [threads] Validate all features required by ref.null (#6757)Thomas Lively2024-07-161-15/+25
* [threads] Fix struct op validation for shared null (#6742)Thomas Lively2024-07-131-1/+1
* [threads] Shared polymorphism for extern conversions (#6730)Thomas Lively2024-07-111-8/+10
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-6/+6
* [NFC] Add HeapType::getFeatures() (#6707)Alon Zakai2024-06-271-2/+1
* [threads] Validate shared-polymorphic instructions (#6702)Thomas Lively2024-06-251-70/+61
* Validate memarg offsets (#6683)Thomas Lively2024-06-201-0/+13
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+19
* Fix fuzzer generation of a DataSegment + add validation that would have caugh...Alon Zakai2024-05-231-2/+56
* Fix GlobalRefining's handling of gets in module code and add missing validati...Alon Zakai2024-05-171-3/+5
* Add table64 lowering pass (#6595)Sam Clegg2024-05-151-27/+15
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-18/+24
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-34/+0
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-101-25/+47
* [validator] Remove indexType helper function (#6576)Sam Clegg2024-05-091-23/+18
* Improve return validation (#6551)Thomas Lively2024-04-291-10/+18
* [Strings] Add (partial) validation for StringNew (#6417)Alon Zakai2024-03-211-1/+34
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+9
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+19
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+14
* Validator: ArrayNew|InitData require Bulk Memory (#6331)Alon Zakai2024-02-211-0/+8
* Validate function imports (#6315)Alon Zakai2024-02-201-40/+60
* Remove incorrect validation of segment sizes (#6228)Alon Zakai2024-01-221-9/+0