summaryrefslogtreecommitdiff
path: root/src/opcode.def
Commit message (Expand)AuthorAgeFilesLines
* Renumber SIMD opcodes (#1403)Deepti Gandluri2020-05-041-174/+174
* 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
* [NFC] Fix a few TODOsBen Smith2020-02-291-1/+1
* Renumber v8x16.shuffle back to 0xfd03 (#1342)Ben Smith2020-02-211-1/+1
* New interpreter (#1330)Ben Smith2020-02-211-9/+9
* [simd] Update instructions (#1317)Ben Smith2020-01-271-11/+17
* Fix some typos in widening SIMD intrinsics (#1305)Alex Crichton2020-01-141-4/+4
* Fix a typo of i64x4 -> i64x2 (#1304)Alex Crichton2020-01-141-2/+2
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-141-0/+9
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-131-0/+12
* wasm-decompile: added precedence support. (#1277)Wouter van Oortmerssen2020-01-021-2/+2
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-0/+1
* reference-types: add table.fill instruction (#1252)Sam Clegg2019-11-251-0/+1
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-2/+0
* [WIP] Added initial skeleton code for wasm-decompile. (#1155)Wouter van Oortmerssen2019-09-121-422/+423
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-191-1/+6
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-1/+4
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-0/+8
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+1
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-101-1/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-301-3/+3
* The great renaming (#985)Ben Smith2018-12-191-82/+82
* Renumber SIMD instructions (#956)Thomas Lively2018-11-141-139/+139
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-0/+9
* Tailcall (#918)Ben Smith2018-10-011-0/+2
* Update Wasm simd instruction opcodes (#916)lizhengxing2018-09-261-105/+105
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-2/+2
* Fix typo introduced in the previous commitBen Smith2018-03-201-1/+1
* Realign opcode tableBen Smith2018-03-191-405/+406
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-151-0/+1
* Simd Replace Lane instructions implementation. (#809)lizhengxing2018-03-151-0/+6
* Simd remaining Extract Lane instructions implementation. (#806)lizhengxing2018-03-151-0/+7
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-131-0/+1
* SIMD v128.load/v128.store implementation. (#801)lizhengxing2018-03-091-0/+2
* SIMD Floating point to integer with saturation implementation. (#797)lizhengxing2018-03-071-0/+4
* SIMD Integer to floating point conversion implementation. (#795)lizhengxing2018-03-061-0/+4
* SIMD (f32x4/f64x2).sqrt implementation. (#789)lizhengxing2018-03-051-0/+2
* SIMD Floating-point div and mul implementation. (#787)lizhengxing2018-03-051-0/+4
* SIMD Floating-point add and sub implementation. (#786)lizhengxing2018-03-031-0/+4
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-021-1/+1
* SIMD Floating-point min and max implementation. (#784)lizhengxing2018-03-021-0/+4
* SIMD (f32x4/f64x2).abs implementation. (#783)lizhengxing2018-03-011-0/+2
* SIMD (f32x4/f64x2).neg implementation. (#779)lizhengxing2018-02-281-0/+2
* SIMD Comparison Greater than or equal instructions implementation. (#778)lizhengxing2018-02-281-0/+8
* SIMD Comparison Greater than instructions implementation. (#772)lizhengxing2018-02-271-0/+8
* SIMD Comparison Less than or equal instructions implementation. (#771)lizhengxing2018-02-261-0/+8
* SIMD Comparison Less than instructions implementation. (#770)lizhengxing2018-02-231-0/+8
* SIMD Comparison Non-Equality instructions implementation. (#767)lizhengxing2018-02-211-0/+5
* SIMD Comparison Equality instructions implementation. (#766)lizhengxing2018-02-211-0/+5