summaryrefslogtreecommitdiff
path: root/src/wasm/literal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize NaNs in the interpreter, when there is nondeterminism (#3298)Alon Zakai2020-10-301-62/+72
* Prototype new SIMD multiplications (#3291)Thomas Lively2020-10-281-0/+40
* Implement i8x16.popcnt (#3286)Thomas Lively2020-10-271-0/+3
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-5/+33
* Clean up support/bits.h (#3177)Thomas Lively2020-09-301-10/+10
* Add --fast-math mode (#3155)Alon Zakai2020-09-301-37/+4
* GC: Fuzzing support for i31 (#3169)Daniel Wirtz2020-09-291-2/+6
* Refactor literal equality and hashing to not depend on getBits (#3159)Daniel Wirtz2020-09-291-26/+47
* Fix regression in memory.fill due to Memory64 (#3176)Wouter van Oortmerssen2020-09-281-0/+11
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-9/+13
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-8/+34
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+14
* Interpreter: Don't change NaN bits when multiplying by 1 (#3096)Alon Zakai2020-09-091-13/+30
* Update reference types (#3084)Daniel Wirtz2020-09-091-52/+73
* Harden exnref literals (#3092)Daniel Wirtz2020-09-021-8/+8
* Fix ExceptionPackage memory errors (#3088)Thomas Lively2020-09-011-4/+14
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-2/+1
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-1/+1
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-49/+51
* Interpreter: Don't change NaN bits when dividing by 1 (#2958)Alon Zakai2020-07-151-0/+16
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-11/+11
* Add prototype SIMD rounding instructions (#2895)Thomas Lively2020-06-051-0/+24
* Implement i64x2.mul (#2860)Thomas Lively2020-05-191-0/+3
* Implement pseudo-min/max SIMD instructions (#2847)Thomas Lively2020-05-121-0/+32
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-061-1/+40
* SIMD integer abs and bitmask instructions (#2703)Thomas Lively2020-03-201-2/+32
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-2/+20
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-101-2/+17
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-45/+45
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-5/+40
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+10
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-69/+69
* Print only literal values when printing literals (#2469)Heejin Ahn2019-11-261-1/+1
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* [NFC] Make Type a class instead of enum (#2433)Thomas Lively2019-11-131-1/+2
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+11
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+49
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+11
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+82
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+10
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-10/+10
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+10
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-40/+80
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-306/+563
* Update v128.const text formats (#1934)Thomas Lively2019-03-191-1/+1
* Align v128 text format with WABT (#1930)Daniel Wirtz2019-03-041-3/+8
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-0/+11
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-28/+28
* SIMD (#1820)Thomas Lively2018-12-131-8/+676