| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify imported and non-imported things (#1678) | Alon Zakai | 2018-09-19 | 8 | -90/+90 |
* | Binary format local parsing fixes (#1664) | Alon Zakai | 2018-09-11 | 2 | -8/+8 |
* | BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650) | Jay Phelps | 2018-09-01 | 2 | -5/+6 |
* | Stack IR (#1623) | Alon Zakai | 2018-07-30 | 2 | -4/+4 |
* | Optimize validation of many nested blocks (#1576) | Alon Zakai | 2018-05-30 | 2 | -26/+0 |
* | More simple math opts (#1414) | Alon Zakai | 2018-02-14 | 2 | -10/+10 |
* | ThreadPool refactoring (#1389) | Alon Zakai | 2018-01-26 | 2 | -0/+62 |
* | Also clear imports and exports maps in BinaryenModuleDispose (#1372) | Daniel Wirtz | 2018-01-19 | 1 | -1/+1 |
* | Refactor optimization defaults (#1366) | Alon Zakai | 2018-01-17 | 1 | -1/+16 |
* | Add optimize, shrink level and debug info options to C/JS (#1357) | Daniel Wirtz | 2018-01-17 | 2 | -0/+3 |
* | Optimize out memory and table when possible (#1352) | Alon Zakai | 2018-01-10 | 3 | -12/+0 |
* | Add getters for various specific expression fields to C/JS (#1332) | Daniel Wirtz | 2017-12-20 | 7 | -190/+200 |
* | Provide AddImport/AddExport for each element in the C-API (#1292) | Daniel Wirtz | 2017-11-22 | 6 | -27/+27 |
* | Update call_indirect text syntax to match spec update (#1281) | Derek Schuff | 2017-11-13 | 2 | -4/+4 |
* | Fix yet another BinaryenAddGlobal tracing issue (#1283) | Daniel Wirtz | 2017-11-13 | 3 | -4/+19 |
* | Emit binary function index in comment in text format, for convenience (#1232) | Alon Zakai | 2017-10-20 | 6 | -69/+69 |
* | Expressions should not appear twice in the ast (#1191) | Alon Zakai | 2017-09-18 | 2 | -245/+279 |
* | Add missing finalize() call to C API for call_indirect (#1184) | Sergey Pepyakin | 2017-09-14 | 2 | -0/+24 |
* | Avoid new blocks in binary reading/writing (#1165) | Alon Zakai | 2017-09-12 | 1 | -31/+27 |
* | Ignore unreachable code in wasm binaries (#1122) | Alon Zakai | 2017-08-22 | 1 | -11/+0 |
* | Emit optimal-size LEBs in section/subsection/function body sizes (#1128) | Alon Zakai | 2017-08-15 | 1 | -1/+1 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 2 | -12/+12 |
* | Optimize/merge duplicate function types (#1041) | Alon Zakai | 2017-06-12 | 2 | -9/+0 |
* | Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030) | Daniel Wirtz | 2017-06-07 | 6 | -76/+88 |
* | relooper improvements | Alon Zakai (kripken) | 2017-05-20 | 1 | -0/+3 |
* | merge blocks before and after remove-unused-brs | Alon Zakai (kripken) | 2017-05-10 | 1 | -10/+12 |
* | Extensible name section (#933) | pipcet | 2017-04-13 | 1 | -1/+1 |
* | New binaryen.js (#922) | Alon Zakai | 2017-03-24 | 2 | -2/+2 |
* | finalize interim ifs in relooper, and other if handling issues (#940) | Alon Zakai | 2017-03-13 | 2 | -0/+557 |
* | use a single space for pretty printing of wasts, so massive wasts are less un... | Alon Zakai | 2017-03-09 | 6 | -3914/+3914 |
* | Fix emitting of unreachable block/if/loop (#911) | Alon Zakai | 2017-02-16 | 1 | -1/+13 |
* | mark memory as existing when it is created in the C API | Alon Zakai (kripken) | 2017-01-04 | 2 | -0/+194 |
* | add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te... | Alon Zakai | 2016-12-07 | 2 | -3/+0 |
* | run remove-unused-functions by default | Alon Zakai | 2016-10-14 | 2 | -447/+0 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 5 | -34/+34 |
* | Require unique names in binaryen IR (#746) | Alon Zakai | 2016-10-06 | 1 | -1/+1 |
* | Print the name of memory along with size (#720) | Derek Schuff | 2016-09-28 | 5 | -17/+17 |
* | Update binary encoding for block, loop, and if signatures (#711) | Derek Schuff | 2016-09-27 | 2 | -6/+6 |
* | optimize if(const) | Alon Zakai | 2016-09-24 | 2 | -120/+24 |
* | precompute void expressions too | Alon Zakai | 2016-09-24 | 2 | -60/+0 |
* | autoDrop fix | Alon Zakai | 2016-09-23 | 2 | -9/+15 |
* | br_if returns its value | Alon Zakai | 2016-09-16 | 2 | -9/+15 |
* | block signatures | Alon Zakai | 2016-09-16 | 2 | -6/+6 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 4 | -256/+256 |
* | optimize if-else to br_if when in a block | Alon Zakai | 2016-09-10 | 3 | -46/+40 |
* | autodrop if body if no else | Alon Zakai | 2016-09-07 | 2 | -3/+9 |
* | use eqz as an optimization | Alon Zakai | 2016-09-07 | 2 | -43/+25 |
* | new validation checks for upcoming spec tests | Alon Zakai | 2016-09-07 | 3 | -5/+5 |
* | new export syntax in spec repo | Alon Zakai | 2016-09-07 | 4 | -10/+10 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 4 | -14/+14 |