summaryrefslogtreecommitdiff
path: root/src/prebuilt/lexer-keywords.cc
Commit message (Expand)AuthorAgeFilesLines
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-1061/+1044
* Revert manual changes to src/prebuilt/lexer-keywords.cc. NFC (#2412)Sam Clegg2024-05-031-13/+13
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-1259/+1284
* Use C++17's [[fallthrough]]. NFC (#2091)Sam Clegg2023-02-271-13/+13
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-1251/+1315
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-1448/+1280
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-2831/+1071
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-1264/+3068
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-598/+600
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-3/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-1138/+1131
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-1136/+1160
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-1093/+1121
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-54/+57
* [simd] Implement i64x2.extend_{low,high}_i32x4_{s,u} (#1643)Ng Zhi An2021-03-161-257/+267
* [simd] Implement i64x2 comparisons (#1642)Ng Zhi An2021-03-161-1242/+1253
* [simd] Implement i32x4.dot_i16x8_s (#1640)Ng Zhi An2021-03-161-331/+336
* [simd] Implement q15mulrsat_s (#1639)Ng Zhi An2021-03-161-407/+410
* [simd] Implement extmul instructions (#1638)Ng Zhi An2021-03-121-443/+477
* [simd] Implement extadd instructions (#1637)Ng Zhi An2021-03-121-387/+396
* [simd] Implement i64x2.abs (#1636)Ng Zhi An2021-03-121-164/+166
* [simd] Implement i32x4.trunc_sat_f64x2_[su]_zero (#1635)Ng Zhi An2021-03-121-874/+880
* [simd] Rename widen to extend, implement some double precision ops (#1633)Ng Zhi An2021-03-111-1223/+1201
* Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)Ng Zhi An2021-03-111-128/+130
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-386/+388
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-1250/+1250
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-504/+510
* Update SIMD support (#1553)Darin Morrison2020-10-261-1185/+1285
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-409/+418
* Better error when parsing input/output command (#1460)Ben Smith2020-06-101-1033/+1015
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-1188/+1182
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-141-1149/+1166
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-569/+568
* Add exnref value type to parser (#1389)Ben Smith2020-04-141-1163/+1154
* Update testsuite (#1381)Ben Smith2020-03-271-1086/+1123
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-538/+539
* Parse struct fields (#1355)Ben Smith2020-03-161-1040/+1043
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-945/+968
* Update testsuite (#1327)Sam Clegg2020-02-051-1141/+1124
* [simd] Update instructions (#1317)Ben Smith2020-01-271-1101/+1099
* Update testsuite (#1308)Ben Smith2020-01-161-526/+524
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-141-1048/+1090
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-131-995/+1066
* Update testsuite (#1275)Sam Clegg2020-01-091-429/+430
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-984/+971
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-58/+61
* wast2json: add new `assert_return_func` assertion type (#1224)Sam Clegg2019-11-151-1059/+1058
* Add ref.* to the (invoke) (#1156)Yury Delendik2019-09-121-930/+922
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-353/+364
* Update spec testsuite (#1111)Ben Smith2019-07-161-125/+120