Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/docs
a7da044
update docs on required compiler version [ci skip]
by Alon Zakai
· 6 years ago
docs
adb182c
Merge remote-tracking branch 'origin/master' into docs
by Alon Zakai
· 6 years ago
72bacfd
Fix comparison of none and unreachable types (#2514)
by Heejin Ahn
· 6 years ago
42b61e3
Use wat over wast for text format filenames (#2518)
by Sam Clegg
· 6 years ago
b232033
Don't include `$` with names unless outputting to wat format (#2506)
by Sam Clegg
· 6 years ago
6f55457
Avoid errors in binaryen.js assertions builds, and enable ASSERTIONS in debug builds. (#2507)
by Alon Zakai
· 6 years ago
65c334d
Include in minification all imports from modules starting with `wasi_` (#2509)
by Sam Clegg
· 6 years ago
bc46254
Add some tracing to wasm-emscripten-finalize (#2505)
by Sam Clegg
· 6 years ago
c6f5f16
Regenerate lld test inputs (#2502)
by Sam Clegg
· 6 years ago
a28343a
Add string parameter to WASM_UNREACHABLE (#2499)
by Sam Clegg
· 6 years ago
cbf121d
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
by Sam Clegg
· 6 years ago
255d28a
Fix metadce debug info after #2497 (#2501)
by Sam Clegg
· 6 years ago
4056443
Remove 'none' type as a branch target in ReFinalize (#2492)
by Alon Zakai
· 6 years ago
a2f1a63
cmake: Convert to using lowercase for and functions/macros (#2495)
by Sam Clegg
· 6 years ago
19d929c
Convert to using DEBUG macros (#2497)
by Sam Clegg
· 6 years ago
f346478
Add BYN_DEBUG/BYN_TRACE macros similar to LLVM's debug system (#2496)
by Sam Clegg
· 6 years ago
9cbe295
Fix error when building wasm-opt.js with latest-fastcomp (#2494)
by Daniel Wirtz
· 6 years ago
b7f75ab
Add Emscripten memory helpers for using the C-API (from Wasm) (#2476)
by Daniel Wirtz
· 6 years ago
6d9c044
Update building docs for binaryen.js and libbinaryen
by Alon Zakai
· 6 years ago
31eac76
Apply old fastcomp flags, reverting a large 30% size regression (#2483)
by Alon Zakai
· 6 years ago
0c2b5b4
Re-enable ASan testing (without LSan which still fails due to #1351) (#2490)
by Alon Zakai
· 6 years ago
9d4acee
Refactor removing module elements (#2489)
by Heejin Ahn
· 6 years ago
86492f7
Fix CMake command line issue with EXPORT_NAME on Windows (#2485)
by Daniel Wirtz
· 6 years ago
24d2749
Update spec test suite (#2484)
by Heejin Ahn
· 6 years ago
8c97dc6
Use CMake to build binaryen.js (#2464)
by Alon Zakai
· 6 years ago
132d81e
Auto-update spec test outputs (#2481)
by Heejin Ahn
· 6 years ago
d15fe87
Remove vanilla tests (#2482)
by Heejin Ahn
· 6 years ago
5c81d48
Collect all object files from the object libraries in a CMake variable (#2477)
by Immanuel Haffner
· 6 years ago
ec53d11
Refactor and optimize binary writing type collection (#2478)
by Alon Zakai
· 6 years ago
7665f70
Update type information for em_asm functions (#2480)
by Thomas Lively
· 6 years ago
2ad7133
Run Mac bot only on build, as before (#2479)
by Alon Zakai
· 6 years ago
0215a39
Use opaque types for handle references in C API (#2473)
by Ingvar Stepanyan
· 6 years ago
6e23f8e
Print only literal values when printing literals (#2469)
by Heejin Ahn
· 6 years ago
98ab07f
Ensure example tests validate (#2470)
by Heejin Ahn
· 6 years ago
6a384c1
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" (#2474)
by Alon Zakai
· 6 years ago
8a70121
Remove FunctionType from Event (#2466)
by Thomas Lively
· 6 years ago
d90583c
Upgrade Travis MacOS: take 2 (#2465)
by Thomas Lively
· 6 years ago
9a2cb23
Revert "Update MacOS version in CI"
by Thomas Lively
· 6 years ago
88f6c72
Update MacOS version in CI
by Thomas Lively
· 6 years ago
6600870
Use package name in imports (NFC) (#2462)
by Heejin Ahn
· 6 years ago
bf8f36c
Build libbinaryen as a monolithic statically/shared library (#2463)
by Immanuel Haffner
· 6 years ago
e2587f3
Multivalue type creation and inspection (#2459)
by Thomas Lively
· 6 years ago
a0c423e
Add a pass to inline __original_main() into main() (#2461)
by Alon Zakai
· 6 years ago
77b3743
Fix syntax errors from #2457 (#2460)
by Heejin Ahn
· 6 years ago
21888c2
Simplify test scripts (NFC) (#2457)
by Heejin Ahn
· 6 years ago
f17f8f9
Add config.h to .gitignore (#2455)
by Thomas Lively
· 6 years ago
cfa647c
Add a --strip-dwarf pass (#2454)
by Alon Zakai
· 6 years ago
00bbde0
Add PostAssemblyScript pass (#2407)
by Daniel Wirtz
· 6 years ago
365e6f2
Optimize away invoke_ calls where possible (#2442)
by Alon Zakai
· 6 years ago
9d21a95
Refactor a CallGraphPropertyAnalysis helper [NFC] (#2441)
by Alon Zakai
· 6 years ago
ee3022f
Fix #2430 properly (#2449)
by Alon Zakai
· 6 years ago
af5ebec
Document wasm-reduce in the readme (#2445)
by Alon Zakai
· 6 years ago
28dfa0e
Warning improvements (#2438)
by Alon Zakai
· 6 years ago
89530ff
Add a few more things to the instruction checklist (#2437)
by Heejin Ahn
· 6 years ago
1bb8862
Reuse BINARYEN_API for Emscripten builds (#2435)
by Daniel Wirtz
· 6 years ago
24bb5d8
[NFC] Make Type a class instead of enum (#2433)
by Thomas Lively
· 6 years ago
284e394
uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2432)
by COFFEETALES
· 6 years ago
5ee9e0a
Cast to bool after bitwise operations, to avoid an MSVC warning (#2431)
by Alon Zakai
· 6 years ago
485de15
Support --pass-arg in ToolOptions. (#2429)
by Alon Zakai
· 6 years ago
e83a9e2
When legalizing, optionally export the original function too with orig$X (#2427)
by Alon Zakai
· 6 years ago
63ddbc0
Fix catch parsing (#2428)
by Heejin Ahn
· 6 years ago
4ad7a2c
Add Stack IR optimization support for EH (#2425)
by Heejin Ahn
· 6 years ago
42f70a7
Improve type selection in fuzzer (#2424)
by Heejin Ahn
· 6 years ago
3cd309f
Don't attempt to de-duplicate asm consts (#2422)
by Sam Clegg
· 6 years ago
368f8a7
Add i32x4.dot_i16x8_s (#2420)
by Thomas Lively
· 6 years ago
74526f3
OptimizeInstructions: Eq64 of 0 => Eqz64 (#2421)
by Alon Zakai
· 6 years ago
7fa8c78
Fix PostWalker traversal of push instruction (#2419)
by Heejin Ahn
· 6 years ago
0a5925a
Add SIMD integer min and max instructions (#2416)
by Thomas Lively
· 6 years ago
90297e8
Add EH support for DCE pass (#2415)
by Heejin Ahn
· 6 years ago
e53d4bd
Don't remove events used in instructions (#2412)
by Heejin Ahn
· 6 years ago
fb78a12
Use absolute memory addresses for emasm string indexes. (#2408)
by Sam Clegg
· 6 years ago
2a787cd
Do not precompute SIMDLoad (#2409)
by Thomas Lively
· 6 years ago
74d438e
Fix BinaryenModuleAllocateAndWriteText parameter type (#2406)
by Irmen de Jong
· 6 years ago
1.39.1
4f9151d
When renaming functions ensure the corresponding GOT.func entry is also renamed (#2382)
by Sam Clegg
· 6 years ago
8d19d00
Upgrade the build container for linux releases (#2405)
by Alex Crichton
· 6 years ago
bb41564
Add ModAsyncify* passes (#2404)
by Alon Zakai
· 6 years ago
760904a
Convert usage of Pointer_stringify to UTF8ToString (#2403)
by Brad Morris
· 6 years ago
8a149bb
Fix incorrect assert in BinaryenHostGetOperand (#2393)
by Brad Morris
· 6 years ago
29da5c9
Ability to list each item on Exports/Data Segments/Functions (#2386)
by COFFEETALES
· 6 years ago
87d12c2
Move WASM_DEPRECATED so that binaryen-c.h is selfcontained. Fixes #2054 (#2399)
by Irmen de Jong
· 6 years ago
d255089
Fix autoreducing when not in the binaryen directory (#2390)
by Alon Zakai
· 6 years ago
83f6145
Add --out-dir to allow setting the test output dir. (#2389)
by Alon Zakai
· 6 years ago
1abfe59
Use early return in wasm-opt.cpp. NFC (#2387)
by Sam Clegg
· 6 years ago
d63b8a4
Don't add __wasm_call_ctors to startup function list in wasm standalone mode (#2384)
by Sam Clegg
· 6 years ago
66cb7b3
Add BinaryenAddCustomSection API (#2381)
by Daniel Wirtz
· 6 years ago
4e80fde
Add offset parameter to BinaryenSetFunctionTable (#2380)
by Daniel Wirtz
· 6 years ago
c6cd444
Enable exnref instrumentation when EH is enabled (#2379)
by Heejin Ahn
· 6 years ago
1.38.48
4507ee5
Don't instrument pops in InstrumentLocals (#2378)
by Heejin Ahn
· 6 years ago
f841dd1
Only add instrumentation to reftypes when the featureset supports it (#2377)
by Jacob Gravelle
· 6 years ago
9fe79b8
Add support for reftypes in InstrumentLocals pass (#2375)
by Heejin Ahn
· 6 years ago
1582c52
Add push/pop support for anyref (#2376)
by Heejin Ahn
· 6 years ago
13725e5
Make try body with multiple instructions roundtrip (#2374)
by Heejin Ahn
· 6 years ago
d0f538e
Fix case of `windows.h` include (#2372)
by Mike J Innes
· 6 years ago
8e78dbc
MAIN_THREAD_EM_ASM support (#2367)
by Jacob Gravelle
· 6 years ago
3c78269
v8x16.swizzle (#2368)
by Thomas Lively
· 6 years ago
fc6d2df
Apply the sbrk/brk value at compile time (#2366)
by Alon Zakai
· 6 years ago
1.38.47
3c27bc8
Add feature flags and validation to wasm-metadce (#2364)
by Thomas Lively
· 6 years ago
3bba195
Only create `_start` if it doesn't already exist (#2363)
by Sam Clegg
· 6 years ago
6459eff
Revert to C++14 in build-js.sh (#2360)
by Thomas Lively
· 6 years ago
dc31b46
Move back to C++14 (#2358)
by Thomas Lively
· 6 years ago
Next »