summaryrefslogtreecommitdiff
path: root/src/passes/SafeHeap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-2/+7
* SIMD (#1820)Thomas Lively2018-12-131-10/+18
* No atomic float operations (#1693)Alon Zakai2018-10-051-4/+12
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-18/+20
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-2/+2
* Fix safe-heap bounds checking (#1415)Alon Zakai2018-02-121-4/+4
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-8/+8
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-2/+2
* fix safe-heap regression with handling of existing imports (#1237)Alon Zakai2017-10-241-2/+2
* Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)Alon Zakai2017-10-201-1/+8
* clean up ImportUtils: make getImport return the import (more consistent with ...Alon Zakai2017-10-171-6/+9
* Safe heap pass (#1145)Alon Zakai2017-08-281-0/+318