| Commit message (Expand) | Author | Age | Files | Lines |
* | Add event section (#2151) | Heejin Ahn | 2019-05-31 | 1 | -0/+47 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -3/+8 |
* | Factor out elementStartsWith (NFC) (#2137) | Heejin Ahn | 2019-05-23 | 1 | -0/+1 |
* | Reflect instruction renaming in code (#2128) | Heejin Ahn | 2019-05-21 | 1 | -10/+10 |
* | clang-tidy braces changes (#2075) | Alon Zakai | 2019-05-01 | 1 | -13/+25 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -189/+262 |
* | Wasm2js: support i64 globals (#2021) | Alon Zakai | 2019-04-18 | 1 | -1/+3 |
* | Better memory fuzzing (#1987) | Alon Zakai | 2019-04-08 | 1 | -5/+9 |
* | Passive segments (#1976) | Thomas Lively | 2019-04-05 | 1 | -1/+1 |
* | Use target features section in wasm-opt (#1967) | Thomas Lively | 2019-04-03 | 1 | -0/+6 |
* | wasm-emscripten-finalize: Improve shared library support (#1961) | Sam Clegg | 2019-04-02 | 1 | -0/+1 |
* | Rename atomic wait/notify instructions (#1972) | Heejin Ahn | 2019-03-30 | 1 | -3/+3 |
* | Add strip-target-features pass (#1946) | Thomas Lively | 2019-03-14 | 1 | -0/+1 |
* | Fix memory leaks (#1925) | Bohdan | 2019-02-28 | 1 | -0/+12 |
* | Bulk memory operations (#1892) | Thomas Lively | 2019-02-05 | 1 | -0/+32 |
* | Strip the producers section in --strip-producers (#1875) | Alon Zakai | 2019-01-31 | 1 | -0/+1 |
* | Require unique_ptr to Module::addFunctionType() (#1672) | Paweł Bylica | 2019-01-10 | 1 | -3/+5 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -5/+5 |
* | SIMD (#1820) | Thomas Lively | 2018-12-13 | 1 | -0/+88 |
* | Warn if linking section is present, as we cannot handle it yet (#1798) | Alon Zakai | 2018-12-04 | 1 | -1/+1 |
* | Implement nontrapping float-to-int instructions (#1780) | Thomas Lively | 2018-12-04 | 1 | -0/+8 |
* | Add --strip that removes debug info (#1787) | Alon Zakai | 2018-12-03 | 1 | -0/+15 |
* | Cleanup shared constants (#1784) | Sam Clegg | 2018-11-29 | 1 | -0/+2 |
* | Remove default cases (#1757) | Thomas Lively | 2018-11-27 | 1 | -3/+3 |
* | Rename tableBase/memoryBase to __table_base/__memory_base (#1731) | Sam Clegg | 2018-11-08 | 1 | -2/+2 |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 1 | -47/+10 |
* | remove PageSize and HasFeature, which wasm removed a while back (#1667) | Alon Zakai | 2018-09-12 | 1 | -1/+1 |
* | Fix read-write of dylink section (#1648) | Alon Zakai | 2018-08-31 | 1 | -0/+2 |
* | Proper error handling in add* and get* methods (#1570) | Alon Zakai | 2018-07-10 | 1 | -32/+80 |
* | add missing atomics to getExpressionName, which is used in --metrics (#1529) | Alon Zakai | 2018-05-04 | 1 | -0/+4 |
* | when creating blocks in binary format parsing, we know if a block has a break... | Alon Zakai | 2018-04-05 | 1 | -9/+19 |
* | Rename WasmType => Type (#1398) | Alon Zakai | 2018-02-02 | 1 | -11/+11 |
* | Global optimization fixes (#1360) | Alon Zakai | 2018-01-17 | 1 | -1/+11 |
* | notation change: AST => IR (#1245) | Alon Zakai | 2017-10-24 | 1 | -1/+1 |
* | Atomics support in interpreter + optimizer + fuzz fixes for that (#1227) | Alon Zakai | 2017-10-20 | 1 | -0/+2 |
* | 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 |