Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exporting/importing debug location information from .wast/.asm.js/.s formats ... | Yury Delendik | 2017-06-01 | 1 | -0/+1 |
* | Unreachable typing fixes (#1004) | Alon Zakai | 2017-05-09 | 1 | -0/+61 |
* | fix unreachable typing: for all nodes, if they are not reached - e.g., a bina... | Alon Zakai (kripken) | 2017-05-02 | 1 | -4/+25 |
* | improve dce to handle more cases of nested unreachable code (#989) | Alon Zakai | 2017-05-02 | 1 | -1/+6 |
* | wasm-merge tool (#919) | Alon Zakai | 2017-04-17 | 1 | -0/+2 |
* | finalize interim ifs in relooper, and other if handling issues (#940) | Alon Zakai | 2017-03-13 | 1 | -1/+1 |
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -0/+386 |
* | Default Walker subclasses to using Visitor<SubType> (#921) | jgravelle-google | 2017-02-23 | 1 | -1/+1 |
* | Fix emitting of unreachable block/if/loop (#911) | Alon Zakai | 2017-02-16 | 1 | -7/+24 |
* | Move wasm.cpp and wasm-s-parser into a library (#796) | Derek Schuff | 2016-10-20 | 1 | -0/+198 |