index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
makeConstExpression => makeConstantExpression (#2698)
Alon Zakai
2020-03-17
1
-1
/
+1
*
Handle tuples in wasm-reduce (#2689)
Thomas Lively
2020-03-16
1
-4
/
+9
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
2
-3
/
+3
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
3
-38
/
+35
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-0
/
+1
*
Concise error output (#2652)
Alon Zakai
2020-02-18
2
-12
/
+18
*
Avoid an infinite loop in `-ttf` generation (#2637)
Alex Crichton
2020-02-04
1
-1
/
+1
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
1
-0
/
+5
*
Optimize passive segments in memory-packing (#2426)
Thomas Lively
2020-01-15
1
-9
/
+0
*
wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581)
Alon Zakai
2020-01-10
1
-2
/
+10
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
4
-20
/
+20
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
6
-397
/
+404
*
[NFC] Clean up unnecessary `template`s in calls 🧹🧹🧹 (#2394)
Thomas Lively
2020-01-07
1
-3
/
+3
*
Use FeatureSet instead of FeatureSet::Feature(NFC) (#2562)
Heejin Ahn
2020-01-02
1
-22
/
+20
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
5
-84
/
+219
*
Strip DWARF in finalize, to avoid keeping it around til later unnecessarily (...
Alon Zakai
2019-12-20
1
-0
/
+8
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
3
-1
/
+22
*
Support stack overflow checks in standalone mode (#2525)
Alon Zakai
2019-12-12
1
-0
/
+2
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-1
/
+1
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
6
-47
/
+39
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
3
-5
/
+5
*
Add some tracing to wasm-emscripten-finalize (#2505)
Sam Clegg
2019-12-05
1
-8
/
+13
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
5
-50
/
+50
*
Fix metadce debug info after #2497 (#2501)
Sam Clegg
2019-12-04
1
-0
/
+1
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
1
-2
/
+2
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
10
-52
/
+19
*
Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)
Sam Clegg
2019-12-04
1
-17
/
+8
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-2
/
+2
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-9
/
+3
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
4
-21
/
+21
*
Warning improvements (#2438)
Alon Zakai
2019-11-15
2
-4
/
+17
*
Support --pass-arg in ToolOptions. (#2429)
Alon Zakai
2019-11-11
3
-17
/
+18
*
Improve type selection in fuzzer (#2424)
Heejin Ahn
2019-11-06
1
-27
/
+27
*
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
*
Fix autoreducing when not in the binaryen directory (#2390)
Alon Zakai
2019-10-17
1
-1
/
+6
*
Use early return in wasm-opt.cpp. NFC (#2387)
Sam Clegg
2019-10-15
1
-22
/
+23
*
Don't add __wasm_call_ctors to startup function list in wasm standalone mode ...
Sam Clegg
2019-10-14
1
-2
/
+6
*
Fix case of `windows.h` include (#2372)
Mike J Innes
2019-10-09
1
-1
/
+1
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-1
/
+2
*
Add feature flags and validation to wasm-metadce (#2364)
Thomas Lively
2019-09-27
1
-2
/
+12
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-2
/
+16
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-1
/
+26
*
wasm-emscripten-finalize: Add more checking of __data_end global (#2352)
Sam Clegg
2019-09-23
1
-0
/
+3
*
Add a --standalone-wasm flag to wasm-emscripten-finalize (#2333)
Alon Zakai
2019-09-18
1
-1
/
+17
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-2
/
+14
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-6
/
+13
*
Allow all features on wasm2js and add atomic tests (#2311)
Heejin Ahn
2019-08-28
1
-7
/
+7
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-1
/
+5
[next]