summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-stack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-8/+8
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-101/+104
* Parse memarg in atomic.wait and atomic.notify (#2569)Heejin Ahn2020-01-031-3/+3
* Generate push/pop in stack IR (#2566)Heejin Ahn2020-01-031-1/+2
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-15/+61
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-111-3/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-23/+23
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-1/+3
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+4
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+36
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+5
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+18
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-1/+3
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+20
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+50
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-2/+19
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+5
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+12
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-1/+44
* Refactor stack IR / binary writer (NFC) (#2250)Heejin Ahn2019-07-231-0/+1591