summaryrefslogtreecommitdiff
path: root/src/lexer-keywords.txt
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+4
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+1
* lexer-keywords.txt: Recognize exn and exnref (#2493)Soni L.2024-10-241-0/+2
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-2/+2
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+4
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-0/+21
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-45/+0
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-0/+1
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-0/+1
* 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-1/+1
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+4
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+4
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+2
* [simd] Implement i64x2.extend_{low,high}_i32x4_{s,u} (#1643)Ng Zhi An2021-03-161-0/+4
* [simd] Implement i64x2 comparisons (#1642)Ng Zhi An2021-03-161-0/+6
* [simd] Implement i32x4.dot_i16x8_s (#1640)Ng Zhi An2021-03-161-0/+1
* [simd] Implement q15mulrsat_s (#1639)Ng Zhi An2021-03-161-0/+1
* [simd] Implement extmul instructions (#1638)Ng Zhi An2021-03-121-0/+12
* [simd] Implement extadd instructions (#1637)Ng Zhi An2021-03-121-0/+4
* [simd] Implement i64x2.abs (#1636)Ng Zhi An2021-03-121-0/+1
* [simd] Implement i32x4.trunc_sat_f64x2_[su]_zero (#1635)Ng Zhi An2021-03-121-0/+2
* [simd] Rename widen to extend, implement some double precision ops (#1633)Ng Zhi An2021-03-111-8/+12
* Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)Ng Zhi An2021-03-111-0/+1
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-3/+3
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-3/+3
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+6
* Update SIMD support (#1553)Darin Morrison2020-10-261-20/+32
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-0/+3
* Better error when parsing input/output command (#1460)Ben Smith2020-06-101-0/+2
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-9/+12
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-141-0/+1
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Add exnref value type to parser (#1389)Ben Smith2020-04-141-0/+1
* Update testsuite (#1381)Ben Smith2020-03-271-0/+3
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+1
* Parse struct fields (#1355)Ben Smith2020-03-161-0/+1
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-0/+1
* Update testsuite (#1327)Sam Clegg2020-02-051-0/+2
* [simd] Update instructions (#1317)Ben Smith2020-01-271-17/+23
* Update testsuite (#1308)Ben Smith2020-01-161-1/+0
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-141-0/+9
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-131-0/+12
* Update testsuite (#1275)Sam Clegg2020-01-091-2/+2
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-0/+1
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+1
* wast2json: add new `assert_return_func` assertion type (#1224)Sam Clegg2019-11-151-0/+1
* Add ref.* to the (invoke) (#1156)Yury Delendik2019-09-121-0/+1
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-0/+5