Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently optimize small added constants into load/store offsets (#1924) | Alon Zakai | 2019-03-01 | 1 | -2/+7 |
* | SIMD (#1820) | Thomas Lively | 2018-12-13 | 1 | -10/+18 |
* | No atomic float operations (#1693) | Alon Zakai | 2018-10-05 | 1 | -4/+12 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -18/+20 |
* | Some simple integer math opts (#1504) | Alon Zakai | 2018-04-11 | 1 | -2/+2 |
* | Fix safe-heap bounds checking (#1415) | Alon Zakai | 2018-02-12 | 1 | -4/+4 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -8/+8 |
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -2/+2 |
* | fix safe-heap regression with handling of existing imports (#1237) | Alon Zakai | 2017-10-24 | 1 | -2/+2 |
* | Atomics support in interpreter + optimizer + fuzz fixes for that (#1227) | Alon Zakai | 2017-10-20 | 1 | -1/+8 |
* | clean up ImportUtils: make getImport return the import (more consistent with ... | Alon Zakai | 2017-10-17 | 1 | -6/+9 |
* | Safe heap pass (#1145) | Alon Zakai | 2017-08-28 | 1 | -0/+318 |