summaryrefslogtreecommitdiff
path: root/test/example
Commit message (Expand)AuthorAgeFilesLines
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-198-90/+90
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-112-8/+8
* BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)Jay Phelps2018-09-012-5/+6
* Stack IR (#1623)Alon Zakai2018-07-302-4/+4
* Optimize validation of many nested blocks (#1576)Alon Zakai2018-05-302-26/+0
* More simple math opts (#1414)Alon Zakai2018-02-142-10/+10
* ThreadPool refactoring (#1389)Alon Zakai2018-01-262-0/+62
* Also clear imports and exports maps in BinaryenModuleDispose (#1372)Daniel Wirtz2018-01-191-1/+1
* Refactor optimization defaults (#1366)Alon Zakai2018-01-171-1/+16
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-172-0/+3
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-103-12/+0
* Add getters for various specific expression fields to C/JS (#1332)Daniel Wirtz2017-12-207-190/+200
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-226-27/+27
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-132-4/+4
* Fix yet another BinaryenAddGlobal tracing issue (#1283)Daniel Wirtz2017-11-133-4/+19
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-206-69/+69
* Expressions should not appear twice in the ast (#1191)Alon Zakai2017-09-182-245/+279
* Add missing finalize() call to C API for call_indirect (#1184)Sergey Pepyakin2017-09-142-0/+24
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-31/+27
* Ignore unreachable code in wasm binaries (#1122)Alon Zakai2017-08-221-11/+0
* Emit optimal-size LEBs in section/subsection/function body sizes (#1128)Alon Zakai2017-08-151-1/+1
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-122-12/+12
* Optimize/merge duplicate function types (#1041)Alon Zakai2017-06-122-9/+0
* Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030)Daniel Wirtz2017-06-076-76/+88
* relooper improvementsAlon Zakai (kripken)2017-05-201-0/+3
* merge blocks before and after remove-unused-brsAlon Zakai (kripken)2017-05-101-10/+12
* Extensible name section (#933)pipcet2017-04-131-1/+1
* New binaryen.js (#922)Alon Zakai2017-03-242-2/+2
* finalize interim ifs in relooper, and other if handling issues (#940)Alon Zakai2017-03-132-0/+557
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-096-3914/+3914
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-1/+13
* mark memory as existing when it is created in the C APIAlon Zakai (kripken)2017-01-042-0/+194
* add a RemoveUnusedModuleElements pass, and make LegalizeJSInterface create Te...Alon Zakai2016-12-072-3/+0
* run remove-unused-functions by defaultAlon Zakai2016-10-142-447/+0
* Change print order of top-level module components (#751)Derek Schuff2016-10-075-34/+34
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-285-17/+17
* Update binary encoding for block, loop, and if signatures (#711)Derek Schuff2016-09-272-6/+6
* optimize if(const)Alon Zakai2016-09-242-120/+24
* precompute void expressions tooAlon Zakai2016-09-242-60/+0
* autoDrop fixAlon Zakai2016-09-232-9/+15
* br_if returns its valueAlon Zakai2016-09-162-9/+15
* block signaturesAlon Zakai2016-09-162-6/+6
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-164-256/+256
* optimize if-else to br_if when in a blockAlon Zakai2016-09-103-46/+40
* autodrop if body if no elseAlon Zakai2016-09-072-3/+9
* use eqz as an optimizationAlon Zakai2016-09-072-43/+25
* new validation checks for upcoming spec testsAlon Zakai2016-09-073-5/+5
* new export syntax in spec repoAlon Zakai2016-09-074-10/+10
* new import syntax in spec repoAlon Zakai2016-09-074-14/+14