summaryrefslogtreecommitdiff
path: root/src/interp/interp.cc
Commit message (Expand)AuthorAgeFilesLines
* interp: Implement EHv4 (#2512)Soni L.2024-11-201-2/+15
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+2
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-2/+8
* Update testsuite (#2495)Keith Winstein2024-10-301-0/+8
* interp: Handle ref.null exn (#2497)Soni L.2024-10-291-0/+5
* wasm-interp: Fix off-by-one in DoThrow (#2486)Soni L.2024-10-081-1/+2
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-181-1/+1
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-151-46/+62
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-4/+4
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-10/+10
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-7/+6
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-11/+101
* Convert type checks to assertions in the interpreter. NFC (#2055)Sam Clegg2022-11-111-10/+11
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-3/+3
* Improve the maintenace of ObjectKind types. (#1852)Zoltan Herczeg2022-03-081-2/+5
* Rework free list to use less memory. (#1841)Zoltan Herczeg2022-03-021-1/+1
* Improve Garbage Collection algorithm (#1830)Zoltan Herczeg2022-02-181-18/+34
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-151-29/+30
* Fix size of segment in initialization error reporting (#1823)Sam Clegg2022-02-091-2/+10
* Change Thread in interpreter to a normal object (#1809)Zoltan Herczeg2022-02-041-12/+20
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-20/+17
* Fix type names for function references (#1787)Sam Clegg2021-12-131-5/+5
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-1/+6
* Add interpreter support for the exception handling proposal (#1749)Asumu Takikawa2021-11-171-6/+154
* Update testsuite (#1738)Sam Clegg2021-10-181-0/+6
* [simd] Remove unused template params (#1700)Ng Zhi An2021-08-061-6/+5
* [simd] Fix load/store lanes on BE systems (#1697)Ng Zhi An2021-08-051-2/+2
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+1
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-1/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-19/+19
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-3/+6
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-8/+28
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+18
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+17
* [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/+18
* [simd] Implement q15mulrsat_s (#1639)Ng Zhi An2021-03-161-0/+2
* [simd] Implement extmul instructions (#1638)Ng Zhi An2021-03-121-0/+27
* [simd] Implement extadd instructions (#1637)Ng Zhi An2021-03-121-0/+18
* [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-10/+32
* Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)Ng Zhi An2021-03-111-0/+2
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-3/+3
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-0/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-4/+2
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-14/+34
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+3
* Changes required to make the new Memory64 spec tests run (#1560)Wouter van Oortmerssen2020-10-261-17/+21