summaryrefslogtreecommitdiff
path: root/src/prebuilt
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-0/+32
* 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
* Update testsuite; fix conversion errors (#1502)Ben Smith2020-07-291-19/+19
* Better error when parsing input/output command (#1460)Ben Smith2020-06-101-1033/+1015
* [wasm2c] Implement trap handler for linux/macos (#1442)Ben Smith2020-06-041-9/+13
* 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
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-142-0/+2
* 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
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-877/+903
* Rewrite the lexer manually, instead of re2c (#1058)Ben Smith2019-04-032-13742/+1477
* Remove LexerSourceFile (#1054)Ben Smith2019-04-011-9524/+9655
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-4489/+4597
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-1060/+1060
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-9432/+9441
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-8986/+9160