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
*
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
*
Do not hoist truncation of wasm2js divisions (#2305)
Thomas Lively
2019-08-26
1
-2
/
+4
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
4
-7
/
+34
*
wasm-emscripten-finalize: Remove reliance on name section (#2285)
Sam Clegg
2019-08-06
1
-1
/
+1
*
Implement --check-stack-overflow flag for wasm-emscripten-finalize (#2278)
Guanzhong Chen
2019-08-02
1
-0
/
+12
*
Enable all features in wasm-shell assert failure tests (#2254)
Heejin Ahn
2019-07-25
1
-0
/
+1
*
Fuzz all feature flags, and fix another SignExt issue in the fuzzer (#2259)
Alon Zakai
2019-07-24
1
-1
/
+1
*
Put Extend* opcodes behind SignExt feature. fixes #2257 (#2258)
Alon Zakai
2019-07-24
1
-1
/
+1
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-8
/
+15
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
2
-5
/
+2
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
3
-29
/
+29
*
Add an option to emit a symbols file from wasm2js. (#2214)
Alon Zakai
2019-07-11
1
-0
/
+8
*
wasm-emscripten-finalize: Internalize mutable __stack_pointer import (#2213)
Sam Clegg
2019-07-10
1
-0
/
+1
*
Ignore --initial-stack-pointer arg to wasm-emscripten-finalize (#2201)
Sam Clegg
2019-07-10
1
-9
/
+4
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-0
/
+1
*
Bysyncify: Fuzzing (#2192)
Alon Zakai
2019-07-01
1
-0
/
+2
*
Bysyncify: add ignore-imports and ignore-indirect options (#2178)
Alon Zakai
2019-06-21
1
-3
/
+6
[next]