summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-validator.cpp
Commit message (Expand)AuthorAgeFilesLines
* First class Data Segments (#4733)Ashley Nelson2022-06-211-20/+20
* Update relaxed SIMD instructionsThomas Lively2022-06-071-2/+1
* [NFC] Refactor EHUtils::findPops() method (#4704)Alon Zakai2022-06-011-25/+2
* [Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)Alon Zakai2022-05-251-0/+32
* Validator: Check features for ref.null's type (#4677)Alon Zakai2022-05-181-0/+5
* Remove externref (#4633)Thomas Lively2022-05-041-7/+4
* [NominalFuzzing] Add a validation error on ref.cast's etc. intended type (#4606)Alon Zakai2022-04-211-0/+7
* Implement relaxed SIMD dot product instructions (#4586)Thomas Lively2022-04-111-1/+3
* [SIMD] Make swizzle's opcode name consistent (NFC) (#4585)Heejin Ahn2022-04-091-2/+2
* Implement i16x8.relaxed_q15mulr_s (#4583)Thomas Lively2022-04-071-1/+2
* [Wasm GC] Fix non-nullable tuples (#4555)Alon Zakai2022-03-301-4/+4
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-9/+20
* Fix an assertion in the validator on call_ref heaptypes (#4496)Alon Zakai2022-02-031-4/+5
* [EH] Enable fuzzer with initial contents (#4409)Heejin Ahn2022-01-041-1/+2
* Modernize code to C++17 (#3104)Max Graey2021-11-221-5/+2
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-5/+9
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-1/+10
* [EH] Improve catch validation (#4315)Heejin Ahn2021-11-081-0/+65
* Fix RTTs for RTT-less instructions (#4294)Thomas Lively2021-11-031-1/+4
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+19
* Add table.size operation (#4224)Max Graey2021-10-081-0/+9
* Add table.set operation (#4215)Max Graey2021-10-071-0/+17
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+15
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-12/+36
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-12/+49
* Add an Intrinsics mechanism, and a call.without.effects intrinsic (#4126)Alon Zakai2021-09-101-0/+11
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+26
* Support subtyping in tail calls (#4032)Thomas Lively2021-07-281-5/+7
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-14/+14
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-4/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-21/+20
* [Wasm GC] Add experimental support for non-nullable locals (#3932)Alon Zakai2021-06-151-0/+3
* [EH] Allow catch/delegate-less trys (#3924)Heejin Ahn2021-06-101-3/+0
* [Wasm GC] Properly validate BrOn* (#3928)Alon Zakai2021-06-081-1/+1
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-2/+2
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+26
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-6/+6
* RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...Alon Zakai2021-04-081-0/+2
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-8/+8
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-061-7/+76
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-21/+21
* Scan module-level code in necessary places (#3744)Alon Zakai2021-03-291-0/+14
* [Wasm GC] Properly validate struct.new number of operands (#3726)Alon Zakai2021-03-251-9/+10
* Validator: Pass the module along when printing errors, so type names are used...Alon Zakai2021-03-241-7/+10
* [Wasm GC] Validate the number of arguments in struct.new (#3723)Alon Zakai2021-03-241-0/+4
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-7/+37
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-3/+1
* [Wasm GC] Validate static subtyping in rtt.sub (#3696)Alon Zakai2021-03-161-0/+3