| Commit message (Expand) | Author | Age | Files | Lines |
* | Make localNames into a map (#1189) | Thomas Lively | 2017-09-23 | 1 | -7/+8 |
* | Add support for sign-extension operators from threading proposal (#1167) | Derek Schuff | 2017-09-06 | 1 | -1/+2 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -17/+34 |
* | wasm-reduce tool (#1139) | Alon Zakai | 2017-09-01 | 1 | -0/+10 |
* | set the type of a set_local properly when it is unreachable | Alon Zakai | 2017-08-25 | 1 | -0/+4 |
* | Add support for atomic wait and wake operators (#1140) | Derek Schuff | 2017-08-24 | 1 | -0/+12 |
* | Initial asm.js output for binaryen-c / binaryen.js (#1136) | Daniel Wirtz | 2017-08-24 | 1 | -0/+7 |
* | ignore untaken branches in determining block type | Alon Zakai | 2017-07-22 | 1 | -1/+3 |
* | changing a set to a tee or vice versa needs to take into account the value ma... | Alon Zakai (kripken) | 2017-07-11 | 1 | -0/+1 |
* | 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 |