summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-0/+1
* Unreachable typing fixes (#1004)Alon Zakai2017-05-091-0/+61
* fix unreachable typing: for all nodes, if they are not reached - e.g., a bina...Alon Zakai (kripken)2017-05-021-4/+25
* improve dce to handle more cases of nested unreachable code (#989)Alon Zakai2017-05-021-1/+6
* wasm-merge tool (#919)Alon Zakai2017-04-171-0/+2
* finalize interim ifs in relooper, and other if handling issues (#940)Alon Zakai2017-03-131-1/+1
* Wasm h to cpp (#926)jgravelle-google2017-03-101-0/+386
* Default Walker subclasses to using Visitor<SubType> (#921)jgravelle-google2017-02-231-1/+1
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-7/+24
* Move wasm.cpp and wasm-s-parser into a library (#796)Derek Schuff2016-10-201-0/+198