index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
opcode.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-0
/
+8
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+1
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-1
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-2
/
+2
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-52
/
+52
*
Add test for disabled opcodes in binary reader (#934)
Ben Smith
2018-10-18
1
-0
/
+16
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-0
/
+4
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+9
*
Optimize interpreter and `Opcode::FromCode`
Ben Smith
2018-09-10
1
-31
/
+5
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-1
/
+1
*
Small cleanup to simd extract/replace lane (#810)
Ben Smith
2018-03-16
1
-0
/
+29
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+1
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
1
-0
/
+6
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
1
-0
/
+7
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+1
*
SIMD v128.load/v128.store implementation. (#801)
lizhengxing
2018-03-09
1
-0
/
+2
*
SIMD Floating point to integer with saturation implementation. (#797)
lizhengxing
2018-03-07
1
-0
/
+4
*
SIMD Integer to floating point conversion implementation. (#795)
lizhengxing
2018-03-06
1
-0
/
+4
*
SIMD (f32x4/f64x2).sqrt implementation. (#789)
lizhengxing
2018-03-05
1
-0
/
+2
*
SIMD Floating-point div and mul implementation. (#787)
lizhengxing
2018-03-05
1
-0
/
+4
*
SIMD Floating-point add and sub implementation. (#786)
lizhengxing
2018-03-03
1
-0
/
+4
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-1
/
+1
*
SIMD Floating-point min and max implementation. (#784)
lizhengxing
2018-03-02
1
-0
/
+4
*
SIMD (f32x4/f64x2).abs implementation. (#783)
lizhengxing
2018-03-01
1
-0
/
+2
*
SIMD (f32x4/f64x2).neg implementation. (#779)
lizhengxing
2018-02-28
1
-0
/
+2
*
SIMD Comparison Greater than or equal instructions implementation. (#778)
lizhengxing
2018-02-28
1
-0
/
+8
*
SIMD Comparison Greater than instructions implementation. (#772)
lizhengxing
2018-02-27
1
-0
/
+8
*
SIMD Comparison Less than or equal instructions implementation. (#771)
lizhengxing
2018-02-26
1
-0
/
+8
*
SIMD Comparison Less than instructions implementation. (#770)
lizhengxing
2018-02-23
1
-0
/
+8
*
SIMD Comparison Non-Equality instructions implementation. (#767)
lizhengxing
2018-02-21
1
-0
/
+5
*
SIMD Comparison Equality instructions implementation. (#766)
lizhengxing
2018-02-21
1
-0
/
+5
*
SIMD Boolean horizontal reductions implementation. (#763)
lizhengxing
2018-02-21
1
-0
/
+8
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+1
*
SIMD Bitwise logic instructions implementation. (#758)
lizhengxing
2018-02-14
1
-0
/
+4
*
SIMD right shift by scalar instructions implementation. (#755)
lizhengxing
2018-02-13
1
-0
/
+8
*
SIMD i16x8/i32x4/i64x2 shl implementation. (#751)
lizhengxing
2018-02-12
1
-0
/
+3
*
SIMD i8x16.shl implementation. (#750)
lizhengxing
2018-02-07
1
-0
/
+1
*
SIMD saturating sub implementation. (#747)
lizhengxing
2018-02-06
1
-0
/
+4
*
SIMD saturating add implementation. (#727)
lizhengxing
2018-01-21
1
-0
/
+4
*
SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723)
lizhengxing
2018-01-18
1
-0
/
+4
*
Add feature flags for sign-ext., mutable-globals (#722)
Ben Smith
2018-01-18
1
-0
/
+2
*
SIMD i8x16.mul / i16x8.mul / i32x4.mul implementation. (#721)
lizhengxing
2018-01-18
1
-0
/
+3
*
SIMD i8x16.sub / i16x8.sub / i32x4.sub / i64x2.sub implementation. (#720)
lizhengxing
2018-01-17
1
-0
/
+4
*
SIMD i16x8.add / i32x4.add / i64x2.add implementation. (#714)
lizhengxing
2018-01-16
1
-0
/
+3
*
SIMD i8x16.add implementation. (#706)
lizhengxing
2018-01-10
1
-0
/
+6
*
SIMD: i8x16.splat instruction implementation. (#704)
lizhengxing
2017-12-25
1
-0
/
+1
*
Wabt simd v128.const instruction initial PR: (#677)
lizhengxing
2017-12-15
1
-0
/
+3
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-1
/
+2
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-3
/
+3
*
Rename interpreter -> interp everywhere (#649)
Ben Smith
2017-10-12
1
-5
/
+5
[next]