summaryrefslogtreecommitdiff
path: root/src/wasm/literal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update wrap and demote literal op names (#1817)Thomas Lively2018-12-121-11/+6
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-4/+83
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+10
* Remove default cases (#1757)Thomas Lively2018-11-271-11/+28
* Change the Literal class's operator== to be bitwise (#1661)Alon Zakai2018-09-011-14/+2
* Print Stack IR in proper .wat format (#1630)Alon Zakai2018-08-141-2/+1
* Refactor interpreter (#1508)Alon Zakai2018-04-131-6/+50
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-2/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-137/+137
* precompute-propagate pass (#1179)Alon Zakai2017-09-121-0/+6
* Const hoisting (#1176)Alon Zakai2017-09-121-3/+3
* Output inf/-inf rather than infinity/-infinitySam Clegg2017-06-091-1/+1
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+649