summaryrefslogtreecommitdiff
path: root/src/binary-reader-ir.cc
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+94
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-67/+67
* Update testsuite (#1795)Sam Clegg2022-01-101-4/+8
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-29/+50
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-101-18/+13
* Show tag names in objdump disassembly (#1774)Sam Clegg2021-12-071-0/+20
* Remove unused checks from #1770. NFC (#1772)Sam Clegg2021-12-041-13/+0
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-021-73/+31
* OnRefFuncExpr takes a func index. NFC (#1768)Sam Clegg2021-12-021-3/+3
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-17/+24
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-3/+3
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-24/+25
* Fix crash when function counts mismatch (#1739)Ng Zhi An2021-10-151-1/+7
* Delay validation of elem init expressions until validation time (#1730)Sam Clegg2021-10-141-2/+8
* [simd] Correctly shift alignment_log2 (#1699)Ng Zhi An2021-08-061-2/+2
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+5
* Allow plain `try` with no `catch` or `delegate` (#1676)Asumu Takikawa2021-06-291-2/+2
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-26/+2
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-34/+38
* Add more support to extended names section. (#1659)Sam Clegg2021-04-071-27/+130
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+12
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+12
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+10
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-2/+5
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-19/+79
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-3/+5
* Add --relocatable support for tables (#1549) (#1549)Andy Wingo2020-10-011-0/+19
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-18/+18
* Fix linking section symbol name bugs (#1508)Ben Smith2020-07-311-0/+16
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-3/+3
* [wasm2wat] Fix a few more roundtripping issues (#1450)Ben Smith2020-05-291-0/+1
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-291-1/+1
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-12/+13
* Remove range assertions in BinaryReader (#1416)Ben Smith2020-05-111-2/+0
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-12/+17
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+11
* Parse struct fields (#1355)Ben Smith2020-03-161-2/+9
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-111-41/+16
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-13/+23
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-3/+3
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-5/+10
* Add TypeEntry, base class for type section entries (#1349)Ben Smith2020-02-281-12/+12
* wasm-decompile: Fix access of undefined symbols. (#1319)Wouter van Oortmerssen2020-01-271-0/+4
* wasm-decompile: use symbols from linking section for names. (#1318)Wouter van Oortmerssen2020-01-271-0/+78
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-081-2/+12
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-0/+8
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-3/+3
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+5
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-6/+8
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-141-6/+6