summaryrefslogtreecommitdiff
path: root/src/interp/istream.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-0/+20
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-1/+1
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-4/+5
* Add interpreter support for the exception handling proposal (#1749)Asumu Takikawa2021-11-171-2/+10
* 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
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+4
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+24
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+2
* [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
* [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-1/+2
* Rename atomic.notify, *.atomic.wait (#1564)Ben Smith2020-11-031-3/+3
* Update SIMD support (#1553)Darin Morrison2020-10-261-20/+32
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-0/+3
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+1
* Update testsuite (#1381)Ben Smith2020-03-271-0/+3
* Move more functionality into the v128 type (#1363)Ben Smith2020-03-201-4/+4
* [NFC] Fix a few TODOsBen Smith2020-02-291-1/+1
* New interpreter (#1330)Ben Smith2020-02-211-0/+864