index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build-js.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse BINARYEN_API for Emscripten builds (#2435)
Daniel Wirtz
2019-11-13
1
-891
/
+101
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
Ability to list each item on Exports/Data Segments/Functions (#2386)
COFFEETALES
2019-10-21
1
-1
/
+11
*
Add BinaryenAddCustomSection API (#2381)
Daniel Wirtz
2019-10-11
1
-0
/
+4
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+1
*
Revert to C++14 in build-js.sh (#2360)
Thomas Lively
2019-09-26
1
-1
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-1
/
+7
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+12
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+12
*
Replace python command with python3 (#2281)
Markus Koschany
2019-09-13
1
-1
/
+1
*
Fix bitselect operation in C/JS APIs (#2336)
Daniel Wirtz
2019-09-11
1
-2
/
+1
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+13
*
Workaround for current breakage on master, avoid ASSERTIONS. See https://gith...
Alon Zakai
2019-08-30
1
-1
/
+1
*
Add missing new features to the C and JS APIs (#2312)
Daniel Wirtz
2019-08-28
1
-0
/
+2
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+5
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+1
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+25
*
Duplicate Import Elimination (#2292)
Alon Zakai
2019-08-09
1
-0
/
+1
*
More push/pop support (#2260)
Heejin Ahn
2019-07-24
1
-0
/
+7
*
Refactor stack IR / binary writer (NFC) (#2250)
Heejin Ahn
2019-07-23
1
-0
/
+1
*
Tail call C/JS API (#2223)
Thomas Lively
2019-07-15
1
-0
/
+2
*
Bysyncify => Asyncify (#2226)
Alon Zakai
2019-07-15
1
-1
/
+1
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-1
/
+1
*
binaryen.js building: don' t assume the intermediate form is bitcode (#2184)
Alon Zakai
2019-06-26
1
-3
/
+3
*
Bysyncify: async transform for wasm (#2172)
Alon Zakai
2019-06-15
1
-0
/
+1
*
Fix BinaryenRemoveEvent naming in binaryen-c.h (#2171)
Daniel Wirtz
2019-06-12
1
-1
/
+1
*
Add event section (#2151)
Heejin Ahn
2019-05-31
1
-0
/
+15
*
Add --print-function-map to print out a map of function index to name (#2155)
Alon Zakai
2019-05-31
1
-0
/
+1
*
Add Features.MVP and Features.All to binaryen.js (#2148)
Heejin Ahn
2019-05-29
1
-0
/
+2
*
Add `getGlobal` to binaryen.js (#2142)
Heejin Ahn
2019-05-24
1
-0
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-24
/
+24
*
Features C/JS API (#2049)
Thomas Lively
2019-05-17
1
-0
/
+11
*
First stage of cleeanup in source tree pollution (#2105)
Sam Clegg
2019-05-16
1
-4
/
+5
*
Add missing methods for globals to binaryen.js (#2099)
Heejin Ahn
2019-05-13
1
-0
/
+6
*
wasm2js: avoid reinterprets (#2094)
Alon Zakai
2019-05-10
1
-0
/
+1
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+1
*
Optimize mutable globals (#2066)
Alon Zakai
2019-05-02
1
-0
/
+1
*
Add a pass to lower unaligned loads and stores (#2078)
Alon Zakai
2019-05-02
1
-0
/
+1
*
Fix CI (#2061)
Alon Zakai
2019-04-26
1
-1
/
+1
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-0
/
+1
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-0
/
+1
*
Move segment merging to fit web limits into its own pass (#1980)
Thomas Lively
2019-04-08
1
-0
/
+1
*
js build
Alon Zakai (kripken)
2019-03-31
1
-0
/
+1
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-5
/
+5
*
Add BinaryenConstGetValueV128 to C/JS-API (#1931)
Daniel Wirtz
2019-03-13
1
-0
/
+1
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-0
/
+1
*
Bulk memory operations (#1892)
Thomas Lively
2019-02-05
1
-0
/
+28
*
Remove interp and fix tests (#1858)
Alon Zakai
2019-01-08
1
-12
/
+0
[next]