summaryrefslogtreecommitdiff
path: root/src/binary-reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+58
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-20/+20
* Update testsuite (#1795)Sam Clegg2022-01-101-2/+18
* Fix type names for function references (#1787)Sam Clegg2021-12-131-1/+1
* wasm-objdump: Fix disassembly output of selectT instruction (#1777)Sam Clegg2021-12-081-3/+7
* Show tag names in objdump disassembly (#1774)Sam Clegg2021-12-071-0/+1
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-021-94/+29
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-32/+92
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-1/+10
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-3/+1
* Fix a range of data type warning in gcc (#1702)Hyukwoo Park2021-10-261-2/+1
* Add support for target_features section (#1744)Sam Clegg2021-10-191-0/+19
* Support for import/export info in dylink section (#1741)Sam Clegg2021-10-191-3/+26
* Fix ub access of 0-size vector in data segment (#1725)Ng Zhi An2021-10-121-0/+1
* Support new dylink custom section format (#1707)Sam Clegg2021-09-101-0/+56
* Remove ununsed onSymbol callback. NFC (#1708)Sam Clegg2021-09-101-1/+0
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+5
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-6/+0
* [EH] Make tag attribute's encoding uint8 (#1681)Heejin Ahn2021-06-291-2/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-32/+32
* [Memory64] Support reading/writing limits as 64-bit LEBs (#1664)Wouter van Oortmerssen2021-04-221-5/+16
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-11/+11
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+15
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+15
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+11
* [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
* 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