summaryrefslogtreecommitdiff
path: root/test/interp
Commit message (Expand)AuthorAgeFilesLines
...
* Canonicalize NaNs in the interpreter (#1046)Ben Smith2019-03-182-12/+12
* Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...gnzlbg2019-03-073-7/+7
* Make lane-wise SIMD relational operator conform to the spec (#1031)gnzlbg2019-03-051-45/+45
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-2/+2
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-4/+4
* The great renaming (#985)Ben Smith2018-12-1911-5357/+5357
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-122-393/+393
* Renumber SIMD instructions (#956)Thomas Lively2018-11-142-4936/+4936
* Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa...vms2018-11-144-1279/+1279
* Add more tests for tail_call feature (#931)Ben Smith2018-10-166-9746/+9813
* Implemented tail call instructions: (#926)Francis McCabe2018-10-124-0/+103
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-2/+2
* Update Wasm simd instruction opcodes (#916)lizhengxing2018-09-261-1358/+1358
* [wasm-interp] Fix assert with non-func exports (#912)Ben Smith2018-09-131-0/+7
* Optimize interpreter and `Opcode::FromCode`Ben Smith2018-09-104-3546/+3546
* Add support for multi-value proposal (#861)Ben Smith2018-06-147-3522/+3663
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-272-10/+10
* Add SIMD tests to {logging,tracing}-all-opcodes (#816)Ben Smith2018-03-212-4488/+10274
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+7
* Simd Replace Lane instructions implementation. (#809)lizhengxing2018-03-151-0/+46
* Simd remaining Extract Lane instructions implementation. (#806)lizhengxing2018-03-151-5/+43
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+15
* SIMD v128.load/v128.store implementation. (#801)lizhengxing2018-03-091-0/+26
* SIMD Floating point to integer with saturation implementation. (#797)lizhengxing2018-03-071-0/+46
* SIMD Integer to floating point conversion implementation. (#795)lizhengxing2018-03-061-0/+41
* SIMD (f32x4/f64x2).sqrt implementation. (#789)lizhengxing2018-03-051-0/+28
* SIMD Floating-point div and mul implementation. (#787)lizhengxing2018-03-051-0/+60
* SIMD Floating-point add and sub implementation. (#786)lizhengxing2018-03-031-0/+62
* SIMD Floating-point min and max implementation. (#784)lizhengxing2018-03-021-0/+60
* SIMD (f32x4/f64x2).abs implementation. (#783)lizhengxing2018-03-011-0/+31
* SIMD (f32x4/f64x2).neg implementation. (#779)lizhengxing2018-02-281-0/+30
* SIMD Comparison Greater than or equal instructions implementation. (#778)lizhengxing2018-02-281-0/+62
* SIMD Comparison Greater than instructions implementation. (#772)lizhengxing2018-02-271-0/+62
* SIMD Comparison Less than or equal instructions implementation. (#771)lizhengxing2018-02-261-0/+62
* SIMD Comparison Less than instructions implementation. (#770)lizhengxing2018-02-231-0/+62
* SIMD Comparison Non-Equality instructions implementation. (#767)lizhengxing2018-02-211-0/+62
* SIMD Comparison Equality instructions implementation. (#766)lizhengxing2018-02-211-0/+67
* SIMD Boolean horizontal reductions implementation. (#763)lizhengxing2018-02-211-0/+80
* SIMD v128.bitselect instruction implementation. (#759)lizhengxing2018-02-191-0/+14
* SIMD Bitwise logic instructions implementation. (#758)lizhengxing2018-02-142-0/+27
* SIMD right shift by scalar instructions implementation. (#755)lizhengxing2018-02-131-0/+88
* SIMD i16x8/i32x4/i64x2 shl implementation. (#751)lizhengxing2018-02-121-0/+36
* SIMD i8x16.shl implementation. (#750)lizhengxing2018-02-071-0/+17
* SIMD saturating sub implementation. (#747)lizhengxing2018-02-061-0/+24
* Remove `run-interp.py`; use `RUN` commands instead (#730)Ben Smith2018-01-2119-19/+21
* SIMD saturating add implementation. (#727)lizhengxing2018-01-211-0/+24
* Rename run args (#728)Ben Smith2018-01-2121-21/+21
* Allow multiple commands per test in test runner (#725)Ben Smith2018-01-191-1/+1
* SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723)lizhengxing2018-01-181-0/+29
* Add feature flags for sign-ext., mutable-globals (#722)Ben Smith2018-01-183-3/+3