| Commit message (Expand) | Author | Age | Files | Lines |
* | [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172) | Alon Zakai | 2021-09-23 | 1 | -0/+5 |
* | [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163) | Alon Zakai | 2021-09-20 | 1 | -0/+4 |
* | [Wasm GC] ArrayInit support (#4138) | Alon Zakai | 2021-09-10 | 1 | -13/+14 |
* | [Wasm GC] rtt.fresh_sub (#3936) | Alon Zakai | 2021-06-17 | 1 | -0/+1 |
* | [Wasm GC] Add negated BrOn* operations (#3913) | Alon Zakai | 2021-06-02 | 1 | -0/+5 |
* | [Wasm GC] Add experimental array.copy (#3911) | Alon Zakai | 2021-05-27 | 1 | -0/+1 |
* | Rename SIMD extending load instructions (#3798) | Daniel Wirtz | 2021-04-12 | 1 | -6/+6 |
* | Rename various SIMD load instructions (#3795) | Daniel Wirtz | 2021-04-11 | 1 | -6/+6 |
* | Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784) | Daniel Wirtz | 2021-04-08 | 1 | -8/+8 |
* | Update SIMD names and opcodes (#3771) | Thomas Lively | 2021-04-05 | 1 | -55/+42 |
* | Prototype i32x4.widen_i8x16_{s,u} (#3535) | Thomas Lively | 2021-02-01 | 1 | -0/+2 |
* | [GC] br_on_null (#3528) | Alon Zakai | 2021-02-01 | 1 | -0/+1 |
* | [GC] ref.as_non_null (#3527) | Alon Zakai | 2021-01-28 | 1 | -0/+1 |
* | [GC] Add br_on_func/data/i31 (#3525) | Alon Zakai | 2021-01-28 | 1 | -1/+4 |
* | [GC] ref.as_* (#3520) | Alon Zakai | 2021-01-27 | 1 | -0/+3 |
* | [GC] ref.is_func/data/i31 (#3519) | Alon Zakai | 2021-01-26 | 1 | -2/+5 |
* | [GC] RefIsNull => RefIs. (#3516) | Alon Zakai | 2021-01-26 | 1 | -1/+1 |
* | Remove exnref and br_on_exn (#3505) | Heejin Ahn | 2021-01-22 | 1 | -1/+0 |
* | Prototype additional f64x2 conversions (#3501) | Thomas Lively | 2021-01-19 | 1 | -0/+7 |
* | Prototype prefetch instructions (#3467) | Thomas Lively | 2021-01-06 | 1 | -0/+3 |
* | Prototype SIMD extending pairwise add instructions (#3466) | Thomas Lively | 2021-01-05 | 1 | -2/+4 |
* | Prototype SIMD instructions implemented in LLVM (#3440) | Thomas Lively | 2020-12-11 | 1 | -0/+10 |
* | [TypedFunctionReferences] Implement call_ref (#3396) | Alon Zakai | 2020-11-24 | 1 | -0/+3 |
* | Rename atomic.notify and *.atomic.wait (#3353) | Heejin Ahn | 2020-11-13 | 1 | -3/+3 |
* | Prototype new SIMD multiplications (#3291) | Thomas Lively | 2020-10-28 | 1 | -0/+13 |
* | Implement i8x16.popcnt (#3286) | Thomas Lively | 2020-10-27 | 1 | -0/+1 |
* | Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278) | Thomas Lively | 2020-10-22 | 1 | -0/+8 |
* | GC: Add stubs for the remaining instructions (#3174) | Daniel Wirtz | 2020-09-29 | 1 | -1/+19 |
* | GC: Add i31 instructions (#3154) | Daniel Wirtz | 2020-09-24 | 1 | -2/+5 |
* | GC: Add ref.eq instruction (#3145) | Daniel Wirtz | 2020-09-21 | 1 | -1/+3 |
* | Refactor Host expression to MemorySize and MemoryGrow (#3137) | Daniel Wirtz | 2020-09-17 | 1 | -2/+2 |
* | Update Pop text format to handle tuples (#3116) | Thomas Lively | 2020-09-11 | 1 | -10/+2 |
* | Add anyref feature and type (#3109) | Daniel Wirtz | 2020-09-10 | 1 | -0/+1 |
* | Update reference types (#3084) | Daniel Wirtz | 2020-09-09 | 1 | -1/+0 |
* | Implement prototype v128.load{32,64}_zero instructions (#3011) | Thomas Lively | 2020-08-03 | 1 | -0/+2 |
* | Rename anyref to externref to match proposal change (#2900) | Jay Phelps | 2020-06-10 | 1 | -1/+1 |
* | Add prototype SIMD rounding instructions (#2895) | Thomas Lively | 2020-06-05 | 1 | -0/+8 |
* | Remove `Push` (#2867) | Thomas Lively | 2020-05-22 | 1 | -1/+0 |
* | Implement i64x2.mul (#2860) | Thomas Lively | 2020-05-19 | 1 | -0/+1 |
* | Implement pseudo-min/max SIMD instructions (#2847) | Thomas Lively | 2020-05-12 | 1 | -0/+4 |
* | SIMD integer abs and bitmask instructions (#2703) | Thomas Lively | 2020-03-20 | 1 | -0/+6 |
* | Initial multivalue support (#2675) | Thomas Lively | 2020-03-05 | 1 | -1/+4 |
* | [NFC] Enforce use of `Type::` on type names (#2434) | Thomas Lively | 2020-01-07 | 1 | -104/+104 |
* | Add support for reference types proposal (#2451) | Heejin Ahn | 2019-12-30 | 1 | -0/+7 |
* | SIMD {i8x16,i16x8}.avgr_u instructions (#2539) | Thomas Lively | 2019-12-18 | 1 | -0/+2 |
* | Fix catch parsing (#2428) | Heejin Ahn | 2019-11-11 | 1 | -1/+0 |
* | Add i32x4.dot_i16x8_s (#2420) | Thomas Lively | 2019-11-04 | 1 | -0/+1 |
* | Add SIMD integer min and max instructions (#2416) | Thomas Lively | 2019-11-01 | 1 | -0/+12 |
* | Add push/pop support for anyref (#2376) | Heejin Ahn | 2019-10-10 | 1 | -0/+1 |
* | v8x16.swizzle (#2368) | Thomas Lively | 2019-10-03 | 1 | -0/+1 |