| Commit message (Expand) | Author | Age | Files | Lines |
* | fix Const finalization and use it properly in br finalization in Precompute | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+4 |
* | add the option to seek named breaks, not just taken breaks; refactor headers ... | Alon Zakai (kripken) | 2017-07-11 | 1 | -2/+2 |
* | Add IR, parsing, printing, and binary for atomic cmpxchg (#1083) | Derek Schuff | 2017-07-10 | 1 | -0/+6 |
* | Add IR, parsing and binary support for AtomicRMW instructions from wasm threa... | Derek Schuff | 2017-07-06 | 1 | -0/+6 |
* | Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030) | Daniel Wirtz | 2017-06-07 | 1 | -0/+11 |
* | host op parsing error handling | Alon Zakai (kripken) | 2017-06-01 | 1 | -2/+2 |
* | 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 |