summaryrefslogtreecommitdiff
path: root/build-js.sh
Commit message (Expand)AuthorAgeFilesLines
* Reuse BINARYEN_API for Emscripten builds (#2435)Daniel Wirtz2019-11-131-891/+101
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+1
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+12
* Ability to list each item on Exports/Data Segments/Functions (#2386)COFFEETALES2019-10-211-1/+11
* Add BinaryenAddCustomSection API (#2381)Daniel Wirtz2019-10-111-0/+4
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+1
* Revert to C++14 in build-js.sh (#2360)Thomas Lively2019-09-261-1/+1
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-1/+7
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+12
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+12
* Replace python command with python3 (#2281)Markus Koschany2019-09-131-1/+1
* Fix bitselect operation in C/JS APIs (#2336)Daniel Wirtz2019-09-111-2/+1
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-6/+13
* Workaround for current breakage on master, avoid ASSERTIONS. See https://gith...Alon Zakai2019-08-301-1/+1
* Add missing new features to the C and JS APIs (#2312)Daniel Wirtz2019-08-281-0/+2
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+5
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-0/+1
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+25
* Duplicate Import Elimination (#2292)Alon Zakai2019-08-091-0/+1
* More push/pop support (#2260)Heejin Ahn2019-07-241-0/+7
* Refactor stack IR / binary writer (NFC) (#2250)Heejin Ahn2019-07-231-0/+1
* Tail call C/JS API (#2223)Thomas Lively2019-07-151-0/+2
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-1/+1
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-1/+1
* binaryen.js building: don' t assume the intermediate form is bitcode (#2184)Alon Zakai2019-06-261-3/+3
* Bysyncify: async transform for wasm (#2172)Alon Zakai2019-06-151-0/+1
* Fix BinaryenRemoveEvent naming in binaryen-c.h (#2171)Daniel Wirtz2019-06-121-1/+1
* Add event section (#2151)Heejin Ahn2019-05-311-0/+15
* Add --print-function-map to print out a map of function index to name (#2155)Alon Zakai2019-05-311-0/+1
* Add Features.MVP and Features.All to binaryen.js (#2148)Heejin Ahn2019-05-291-0/+2
* Add `getGlobal` to binaryen.js (#2142)Heejin Ahn2019-05-241-0/+1
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-24/+24
* Features C/JS API (#2049)Thomas Lively2019-05-171-0/+11
* First stage of cleeanup in source tree pollution (#2105)Sam Clegg2019-05-161-4/+5
* Add missing methods for globals to binaryen.js (#2099)Heejin Ahn2019-05-131-0/+6
* wasm2js: avoid reinterprets (#2094)Alon Zakai2019-05-101-0/+1
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+1
* Optimize mutable globals (#2066)Alon Zakai2019-05-021-0/+1
* Add a pass to lower unaligned loads and stores (#2078)Alon Zakai2019-05-021-0/+1
* 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