index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
opcode.def
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renumber SIMD opcodes (#1403)
Deepti Gandluri
2020-05-04
1
-174
/
+174
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+1
*
Update testsuite (#1381)
Ben Smith
2020-03-27
1
-0
/
+3
*
[NFC] Fix a few TODOs
Ben Smith
2020-02-29
1
-1
/
+1
*
Renumber v8x16.shuffle back to 0xfd03 (#1342)
Ben Smith
2020-02-21
1
-1
/
+1
*
New interpreter (#1330)
Ben Smith
2020-02-21
1
-9
/
+9
*
[simd] Update instructions (#1317)
Ben Smith
2020-01-27
1
-11
/
+17
*
Fix some typos in widening SIMD intrinsics (#1305)
Alex Crichton
2020-01-14
1
-4
/
+4
*
Fix a typo of i64x4 -> i64x2 (#1304)
Alex Crichton
2020-01-14
1
-2
/
+2
*
[simd] Implement new SIMD instructions (#1303)
Ben Smith
2020-01-14
1
-0
/
+9
*
[simd] Add support for narrow/widen instructions (#1301)
Ben Smith
2020-01-13
1
-0
/
+12
*
wasm-decompile: added precedence support. (#1277)
Wouter van Oortmerssen
2020-01-02
1
-2
/
+2
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-0
/
+1
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+1
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-2
/
+0
*
[WIP] Added initial skeleton code for wasm-decompile. (#1155)
Wouter van Oortmerssen
2019-09-12
1
-422
/
+423
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-1
/
+6
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-1
/
+4
*
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
-3
/
+3
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-82
/
+82
*
Renumber SIMD instructions (#956)
Thomas Lively
2018-11-14
1
-139
/
+139
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+9
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+2
*
Update Wasm simd instruction opcodes (#916)
lizhengxing
2018-09-26
1
-105
/
+105
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-2
/
+2
*
Fix typo introduced in the previous commit
Ben Smith
2018-03-20
1
-1
/
+1
*
Realign opcode table
Ben Smith
2018-03-19
1
-405
/
+406
*
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
[next]