summaryrefslogtreecommitdiff
path: root/src/binary-reader-ir.cc
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-0/+6
* Update ID for tag name subsection (#2336)Michael Williamson2023-11-271-0/+1
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-0/+14
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+16
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-3/+3
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-21/+10
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-0/+1
* BinaryReaderIR: silence clang 14 warning (NFC) (#2232)Keith Winstein2023-05-091-1/+1
* Track use of SIMD and exceptions in IR, and CWriter includes support only if ...Keith Winstein2023-05-081-0/+18
* BinaryReader/BinaryReaderIR: check for missing end markers (#2218)Keith Winstein2023-05-031-0/+12
* BinaryReaderIR: Limit number of function params, results, and locals (#2182)Keith Winstein2023-04-041-0/+19
* BinaryReaderIR: increase kMaxNestingDepth to 16,384 (#2170)Keith Winstein2023-03-141-1/+1
* BinaryReaderIR: limit nesting depth to avoid stack overflow (#2169)Keith Winstein2023-03-131-18/+19
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-102/+120
* BinaryReaderIR: fix mis-binding of tags with debug name (#2040)Keith Winstein2022-11-041-1/+1
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-5/+5
* BinaryReaderIR: set name of type if given in name section (#1996)Keith Winstein2022-09-181-0/+19
* Fix incorrect index usage in BinaryReaderIR::OnTableSymbol (#1976)Sam Clegg2022-08-311-1/+1
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-16/+32
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-151-31/+34
* 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