summaryrefslogtreecommitdiff
path: root/src/literal.h
Commit message (Expand)AuthorAgeFilesLines
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-0/+2
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-0/+15
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+1
* Update reference types (#3084)Daniel Wirtz2020-09-091-11/+34
* Harden exnref literals (#3092)Daniel Wirtz2020-09-021-5/+7
* Fix ExceptionPackage memory errors (#3088)Thomas Lively2020-09-011-4/+1
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-13/+4
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-6/+7
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-2/+2
* Add prototype SIMD rounding instructions (#2895)Thomas Lively2020-06-051-0/+8
* Implement i64x2.mul (#2860)Thomas Lively2020-05-191-0/+1
* Implement pseudo-min/max SIMD instructions (#2847)Thomas Lively2020-05-121-0/+6
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-061-1/+30
* SIMD integer abs and bitmask instructions (#2703)Thomas Lively2020-03-201-0/+6
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-10/+39
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-101-2/+6
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-4/+4
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-10/+26
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-3/+3
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+1
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+16
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+1
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+12
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+2
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-2/+2
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+2
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-53/+100
* NaN fuzzing improvements (#1913)Alon Zakai2019-02-191-0/+2
* fix binaryen.js bindings handling of literals (#1896)Alon Zakai2019-02-061-12/+11
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-14/+14
* Fuzzing v128 and associated bug fixes (#1827)Thomas Lively2018-12-141-1/+1
* SIMD (#1820)Thomas Lively2018-12-131-6/+214
* Update wrap and demote literal op names (#1817)Thomas Lively2018-12-121-6/+5
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-4/+9
* Change the Literal class's operator== to be bitwise (#1661)Alon Zakai2018-09-011-1/+6
* Refactor interpreter (#1508)Alon Zakai2018-04-131-6/+5
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-18/+18
* disambiguate hash usage (#1182)Alon Zakai2017-09-131-2/+2
* precompute-propagate pass (#1179)Alon Zakai2017-09-121-1/+5
* Const hoisting (#1176)Alon Zakai2017-09-121-3/+23
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+151