Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -3/+3 |
* | fix BINARYEN_PASS_DEBUG option (#908) | Alon Zakai | 2017-02-23 | 1 | -0/+1 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -1/+1 |
* | clean up raw pointer import->functionType, make it a Name like everything els... | Alon Zakai | 2017-02-17 | 1 | -8/+10 |
* | 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 Te... | Alon Zakai | 2016-12-07 | 1 | -13/+18 |
* | 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 |