summaryrefslogtreecommitdiff
path: root/src/passes/LegalizeJSInterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Wasm h to cpp (#926)jgravelle-google2017-03-101-3/+3
* fix BINARYEN_PASS_DEBUG option (#908)Alon Zakai2017-02-231-0/+1
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* clean up raw pointer import->functionType, make it a Name like everything els...Alon Zakai2017-02-171-8/+10
* properly legalize imported table elementsAlon Zakai2016-12-071-0/+9
* fix legalization issues with f32sAlon Zakai2016-12-071-2/+2
* make legalizeJSInterface handle f32s as well, which are not valid in asm.js ffisAlon Zakai2016-12-071-2/+18
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-071-13/+18
* Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)Alon Zakai2016-10-031-3/+3
* asm2wasm i64 support (#723)Alon Zakai2016-09-301-0/+211