summaryrefslogtreecommitdiff
path: root/src/shared-validator.h
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-151-0/+1
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-1/+1
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-3/+11
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-13/+6
* Make copies of incoming expression locations in SharedValidator. NFC (#1779)Sam Clegg2021-12-091-1/+1
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-7/+7
* Add interpreter support for the exception handling proposal (#1749)Asumu Takikawa2021-11-171-0/+3
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-3/+9
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+1
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-1/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-6/+6
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+1
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+1
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-3/+4
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-1/+1
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-1/+1
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-4/+4
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+9
* Parse struct fields (#1355)Ben Smith2020-03-161-2/+20
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-5/+5
* Fix TODOs in validator; only affects error outputBen Smith2020-02-291-3/+0
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-3/+11
* Always check index before accessing vectors (#1347)Ben Smith2020-02-281-10/+23
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-0/+264