Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean up raw pointer import->functionType, make it a Name like everything ↵ | Alon Zakai | 2017-02-17 | 1 | -8/+10 | |
| | | | | else (#915) | |||||
* | properly legalize imported table elements | Alon Zakai | 2016-12-07 | 1 | -0/+9 | |
| | ||||||
* | fix legalization issues with f32s | Alon Zakai | 2016-12-07 | 1 | -2/+2 | |
| | ||||||
* | make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffis | Alon Zakai | 2016-12-07 | 1 | -2/+18 | |
| | ||||||
* | add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create ↵ | Alon Zakai | 2016-12-07 | 1 | -13/+18 | |
| | | | | TempRet0 if needed (otherwise we might remove it before we use it) | |||||
* | Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725) | Alon Zakai | 2016-10-03 | 1 | -3/+3 | |
| | ||||||
* | asm2wasm i64 support (#723) | Alon Zakai | 2016-09-30 | 1 | -0/+211 | |
* support i64 intrinsics from fastcomp, adding --wasm-only flag * refactor callImport logic in asm2wasm to avoid recomputing wasm types again * legalize illegal i64 params in exports and imports * do safe i64 binary ops depending on precision * fix addVar, only assert on names if we are using a name |