summaryrefslogtreecommitdiff
path: root/test/simd.wast.from-wast
Commit message (Expand)AuthorAgeFilesLines
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-131-1389/+0
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-262/+262
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-245/+245
* Remove Type ordering (#3793)Thomas Lively2021-05-181-3/+3
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-411/+333
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+10
* Prototype additional f64x2 conversions (#3501)Thomas Lively2021-01-191-0/+30
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+11
* Prototype SIMD extending pairwise add instructions (#3466)Thomas Lively2021-01-051-11/+21
* Prototype SIMD instructions implemented in LLVM (#3440)Thomas Lively2020-12-111-1/+60
* Prototype new SIMD multiplications (#3291)Thomas Lively2020-10-281-0/+78
* Implement i8x16.popcnt (#3286)Thomas Lively2020-10-271-0/+5
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-1/+86
* Implement prototype v128.load{32,64}_zero instructions (#3011)Thomas Lively2020-08-031-1/+11
* Add prototype SIMD rounding instructions (#2895)Thomas Lively2020-06-051-0/+40
* Implement i64x2.mul (#2860)Thomas Lively2020-05-191-0/+6
* Implement pseudo-min/max SIMD instructions (#2847)Thomas Lively2020-05-121-0/+24
* Remove function index printing (#2742)Thomas Lively2020-04-091-193/+193
* SIMD integer abs and bitmask instructions (#2703)Thomas Lively2020-03-201-112/+142
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-92/+104
* Remove FunctionType (#2510)Thomas Lively2019-12-111-201/+201
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-61/+67
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-83/+155
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+6
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-12/+62
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-86/+92
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-17/+109
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-160/+160
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+1
* Update v128.const text formats (#1934)Thomas Lively2019-03-191-138/+153
* Align v128 text format with WABT (#1930)Daniel Wirtz2019-03-041-1/+1
* Massive renaming (#1855)Thomas Lively2019-01-071-252/+252
* SIMD (#1820)Thomas Lively2018-12-131-0/+809