summaryrefslogtreecommitdiff
path: root/src/wasm-stack.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize stack writer on deeply nested blocks, fixes #1903 (#1905)Alon Zakai2019-02-121-43/+55
* Bulk memory operations (#1892)Thomas Lively2019-02-051-8/+53
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-3/+3
* SIMD (#1820)Thomas Lively2018-12-131-4/+207
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+8
* Add v128 type (#1777)Thomas Lively2018-11-291-1/+11
* Remove default cases (#1757)Thomas Lively2018-11-271-8/+7
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-11/+0
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-0/+6
* Print Stack IR in proper .wat format (#1630)Alon Zakai2018-08-141-45/+0
* Stack IR (#1623)Alon Zakai2018-07-301-0/+1244