summaryrefslogtreecommitdiff
path: root/build-js.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix CI (#2061)Alon Zakai2019-04-261-1/+1
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-0/+1
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-0/+1
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-0/+1
* js buildAlon Zakai (kripken)2019-03-311-0/+1
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-5/+5
* Add BinaryenConstGetValueV128 to C/JS-API (#1931)Daniel Wirtz2019-03-131-0/+1
* Consistently optimize small added constants into load/store offsets (#1924)Alon Zakai2019-03-011-0/+1
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+28
* Remove interp and fix tests (#1858)Alon Zakai2019-01-081-12/+0
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-2/+2
* SIMD (#1820)Thomas Lively2018-12-131-0/+172
* No exit runtime pass (#1816)Alon Zakai2018-12-131-0/+1
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+8
* Add --strip that removes debug info (#1787)Alon Zakai2018-12-031-0/+1
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* ReFinalize fuzz fix (#1771)Alon Zakai2018-11-271-0/+1
* Add pass to minify import and export names (#1719)Alon Zakai2018-11-011-0/+1
* fix build on latest emscripten, where undefined symbols are now errors (#1714)Alon Zakai2018-10-301-2/+0
* Add BinaryenRemoveGlobal / Module.removeGlobal to C/JS API (#1692)Daniel Wirtz2018-10-091-0/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-14/+4
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-051-0/+1
* Loop Invariant Code Motion (#1658)Alon Zakai2018-09-041-0/+1
* Souper integration + DataFlow optimizations (#1638)Alon Zakai2018-08-271-0/+2
* Stack IR (#1623)Alon Zakai2018-07-301-0/+1
* Build js files with errors on undefined symbols (#1600)Alon Zakai2018-06-141-0/+9
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-191-1/+1
* wasm2asm: Implement f32/f64.copysign (#1551)Alex Crichton2018-05-151-0/+1
* Optimize equivalent locals (#1540)Alon Zakai2018-05-101-0/+1
* Add a way to remove function types to Binaryen-C/.js (#1536)Daniel Wirtz2018-05-081-0/+1
* Expose sign extension ops in Binaryen-C/.js (#1534)Daniel Wirtz2018-05-071-0/+5
* Some simple integer math opts (#1504)Alon Zakai2018-04-111-0/+1
* Include FuncCastEmulation pass in build-js.sh (#1473)Daniel Wirtz2018-03-141-1/+3
* Function pointer cast emulation (#1468)Alon Zakai2018-03-131-1/+1
* Flexible param numbers in asm2wasm (#1439)Alon Zakai2018-02-271-0/+3
* Improve name mangling of asm.js identifiers (#1433)Daniel Wirtz2018-02-211-0/+1
* Fix hard-wired buffer limit in the JS API (#1394)Daniel Wirtz2018-02-011-2/+1
* Sourcemap support for Binaryen C/JS (#1392)Daniel Wirtz2018-01-291-0/+4
* Use out-of-tree-compatible paths in build-js.sh, see #1370 (#1373)Daniel Wirtz2018-01-191-73/+79
* Use Emscripten's MODULARIZE_INSTANCE when building binaryen.js (#1368)Daniel Wirtz2018-01-191-1/+2
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-171-7/+9
* Redundant Set Elimination pass (#1344)Alon Zakai2018-01-051-0/+1
* Fixes for #5998 (#1341)Alon Zakai2017-12-301-7/+10
* Add getters for various specific expression fields to C/JS (#1332)Daniel Wirtz2017-12-201-10/+184
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-221-2/+12
* Running passes on a single function in binaryen-c/.js (#1295)Daniel Wirtz2017-11-211-0/+5
* Add atomic load/store to binaryen-c/.js (#1298)Daniel Wirtz2017-11-201-0/+2
* Add const expression utilities to binaryen-c/.js (#1288)Daniel Wirtz2017-11-151-0/+5
* Avoid merge conflicts in build-js.sh (#1286)Daniel Wirtz2017-11-131-1/+237
* Add atomic ops to binaryen.js (#1280)Daniel Wirtz2017-11-131-1/+1