index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
interp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Canonicalize NaNs in the interpreter (#1046)
Ben Smith
2019-03-18
2
-12
/
+12
*
Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...
gnzlbg
2019-03-07
3
-7
/
+7
*
Make lane-wise SIMD relational operator conform to the spec (#1031)
gnzlbg
2019-03-05
1
-45
/
+45
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-2
/
+2
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-4
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
11
-5357
/
+5357
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
2
-393
/
+393
*
Renumber SIMD instructions (#956)
Thomas Lively
2018-11-14
2
-4936
/
+4936
*
Remove the redundant $ from (i32/i64/f32/f64/v128).const instructions in disa...
vms
2018-11-14
4
-1279
/
+1279
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
6
-9746
/
+9813
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
4
-0
/
+103
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-2
/
+2
*
Update Wasm simd instruction opcodes (#916)
lizhengxing
2018-09-26
1
-1358
/
+1358
*
[wasm-interp] Fix assert with non-func exports (#912)
Ben Smith
2018-09-13
1
-0
/
+7
*
Optimize interpreter and `Opcode::FromCode`
Ben Smith
2018-09-10
4
-3546
/
+3546
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
7
-3522
/
+3663
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
2
-10
/
+10
*
Add SIMD tests to {logging,tracing}-all-opcodes (#816)
Ben Smith
2018-03-21
2
-4488
/
+10274
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+7
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
1
-0
/
+46
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
1
-5
/
+43
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+15
*
SIMD v128.load/v128.store implementation. (#801)
lizhengxing
2018-03-09
1
-0
/
+26
*
SIMD Floating point to integer with saturation implementation. (#797)
lizhengxing
2018-03-07
1
-0
/
+46
*
SIMD Integer to floating point conversion implementation. (#795)
lizhengxing
2018-03-06
1
-0
/
+41
*
SIMD (f32x4/f64x2).sqrt implementation. (#789)
lizhengxing
2018-03-05
1
-0
/
+28
*
SIMD Floating-point div and mul implementation. (#787)
lizhengxing
2018-03-05
1
-0
/
+60
*
SIMD Floating-point add and sub implementation. (#786)
lizhengxing
2018-03-03
1
-0
/
+62
*
SIMD Floating-point min and max implementation. (#784)
lizhengxing
2018-03-02
1
-0
/
+60
*
SIMD (f32x4/f64x2).abs implementation. (#783)
lizhengxing
2018-03-01
1
-0
/
+31
*
SIMD (f32x4/f64x2).neg implementation. (#779)
lizhengxing
2018-02-28
1
-0
/
+30
*
SIMD Comparison Greater than or equal instructions implementation. (#778)
lizhengxing
2018-02-28
1
-0
/
+62
*
SIMD Comparison Greater than instructions implementation. (#772)
lizhengxing
2018-02-27
1
-0
/
+62
*
SIMD Comparison Less than or equal instructions implementation. (#771)
lizhengxing
2018-02-26
1
-0
/
+62
*
SIMD Comparison Less than instructions implementation. (#770)
lizhengxing
2018-02-23
1
-0
/
+62
*
SIMD Comparison Non-Equality instructions implementation. (#767)
lizhengxing
2018-02-21
1
-0
/
+62
*
SIMD Comparison Equality instructions implementation. (#766)
lizhengxing
2018-02-21
1
-0
/
+67
*
SIMD Boolean horizontal reductions implementation. (#763)
lizhengxing
2018-02-21
1
-0
/
+80
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+14
*
SIMD Bitwise logic instructions implementation. (#758)
lizhengxing
2018-02-14
2
-0
/
+27
*
SIMD right shift by scalar instructions implementation. (#755)
lizhengxing
2018-02-13
1
-0
/
+88
*
SIMD i16x8/i32x4/i64x2 shl implementation. (#751)
lizhengxing
2018-02-12
1
-0
/
+36
*
SIMD i8x16.shl implementation. (#750)
lizhengxing
2018-02-07
1
-0
/
+17
*
SIMD saturating sub implementation. (#747)
lizhengxing
2018-02-06
1
-0
/
+24
*
Remove `run-interp.py`; use `RUN` commands instead (#730)
Ben Smith
2018-01-21
19
-19
/
+21
*
SIMD saturating add implementation. (#727)
lizhengxing
2018-01-21
1
-0
/
+24
*
Rename run args (#728)
Ben Smith
2018-01-21
21
-21
/
+21
*
Allow multiple commands per test in test runner (#725)
Ben Smith
2018-01-19
1
-1
/
+1
*
SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723)
lizhengxing
2018-01-18
1
-0
/
+29
*
Add feature flags for sign-ext., mutable-globals (#722)
Ben Smith
2018-01-18
3
-3
/
+3
[prev]
[next]