summaryrefslogtreecommitdiff
path: root/src/wasm/literal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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