summaryrefslogtreecommitdiff
path: root/src/binary-reader.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error on memory.init|data.drop without DataCount (#1297)Ben Smith2020-01-101-0/+5
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-081-7/+6
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-12/+10
* binary-reader: Continue after unfinished section error if not stop_on_first_e...Sam Clegg2019-12-131-2/+6
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-1/+15
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+8
* reference-types: Add reference-types spec tests (#1225)Sam Clegg2019-11-251-0/+7
* Update spec testsuite (#1237)Sam Clegg2019-11-221-21/+47
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-27/+27
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-12/+19
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+11
* Add ExternalKind to OnImport callback (#1182)Sam Clegg2019-10-101-5/+1
* wasm-objdump: Add more symbol flags (#1162)Sam Clegg2019-09-191-1/+1
* Rename except_ref type to exnref (#1142)Heejin Ahn2019-08-131-1/+1