summaryrefslogtreecommitdiff
path: root/src/binary-reader.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fix format-string warning for 32-bit compilation (#1629) (#1630)Steven Johnson2021-03-101-1/+1
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-3/+3
* Bump testsuite version and fix tests (#1622)Ng Zhi An2021-03-041-1/+9
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-0/+6
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-14/+19
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-0/+7
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-9/+16
* Add new TLS relocation types (#1572)Sam Clegg2020-11-201-0/+2
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+3
* Update SIMD support (#1553)Darin Morrison2020-10-261-20/+32
* Add initial support for extended names sections (#1554)Sam Clegg2020-10-021-1/+32
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-1/+6
* Disallow "64-bit" flag if memory64 is disabled (#1547)Paweł Bylica2020-09-181-0/+2
* Disallow non-zero memidx when bulk memory disabled (#1546)Paweł Bylica2020-09-171-0/+2
* add missing case for R_WASM_GLOBAL_INDEX_I32 relocation (#1541)Dominic Chen2020-09-101-0/+1
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-0/+3
* Fix integer overflow in objdump name tracking (#1524)Sam Clegg2020-08-191-4/+6
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-22/+76
* Reformat code in binary-reader.cc (#1506)Paweł Bylica2020-07-311-5/+3
* Detect malformed memory/table limits flag (#1505)Paweł Bylica2020-07-311-6/+12
* Fix reading of section code (#1501)Paweł Bylica2020-07-311-2/+2
* Detect malformed import kind in binary reader (#1504)Paweł Bylica2020-07-301-0/+4
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-6/+3
* Check for malformed alignment (#1454)Ben Smith2020-06-091-10/+22
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-291-1/+1
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-20/+32
* Prevent large allocation in br_table instruction (#1415)Ben Smith2020-05-111-1/+1
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+10
* Add exnref value type to parser (#1389)Ben Smith2020-04-141-2/+1
* Update testsuite (#1381)Ben Smith2020-03-271-0/+3
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-12/+28
* Parse struct fields (#1355)Ben Smith2020-03-161-3/+23
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-111-136/+36
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-33/+49
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-6/+6
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-1/+3
* Fix memory/table check to include imported+defined (#1336)Ben Smith2020-02-191-4/+18
* Update testsuite (#1327)Sam Clegg2020-02-051-2/+0
* [simd] Update instructions (#1317)Ben Smith2020-01-271-11/+17
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-141-2/+10
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-131-0/+12