Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/unassert
d09fdbc
use Fatal(), avoid abort()
by Alon Zakai
· 5 years ago
unassert
ccf21c1
fix
by Alon Zakai
· 5 years ago
9db3598
add debug CI job
by Alon Zakai
· 5 years ago
d4f263c
Fix validation check in wasm-shell
by Alon Zakai
· 5 years ago
42dcc93
fix #3058
by Alon Zakai
· 5 years ago
a18d30f
Replace Type::expand() with an iterator-based approach (#3061)
by Daniel Wirtz
· 5 years ago
b43807a
wasm-emscripten-finalize: Make EM_ASM modifications optional (#3044)
by Alon Zakai
· 5 years ago
11ec7c5
DWARF: Optimize abbreviation index/offset computation (#3033)
by Alon Zakai
· 5 years ago
89c1b79
Remove test code from CMakeLists.txt (#3056)
by Alon Zakai
· 5 years ago
7703caf
Support fuzzing of out-of-tree builds (#3050)
by Daniel Wirtz
· 5 years ago
77fe6de
Remove asm2wasm (#3042)
by Alon Zakai
· 5 years ago
f5a8bfd
Make wasm-emscripten-finalize's output optional (#3055)
by Alon Zakai
· 5 years ago
8139c9d
Add a C source for for test/lld/em_asm_O0 (#3045)
by Alon Zakai
· 5 years ago
825c6a8
Checkout python scripts with LF to keep shebangs intact (#3051)
by Daniel Wirtz
· 5 years ago
0fdbb1d
Prepare for compound types that are single but not basic (#3046)
by Daniel Wirtz
· 5 years ago
5f99201
Fix installation phase in build_release.yml (#3054)
by Sam Clegg
· 5 years ago
d198941
Include full `install` in releases (#3052)
by Sam Clegg
· 5 years ago
85154a1
Add 64-bit hash_combine (#3041)
by Daniel Wirtz
· 5 years ago
72f07db
Release 96 (#3040)
by Alon Zakai
· 5 years ago
version_96
9024697
Refactor hashing (#3023)
by Daniel Wirtz
· 5 years ago
f067a45
Skip tests that fail on windows and enable all the rest (#3035)
by Alon Zakai
· 5 years ago
454a1cb
Remove unneeded old binary validation in test suite (#3034)
by Alon Zakai
· 5 years ago
e80fc80
Added headers to CMake files (#3037)
by Wouter van Oortmerssen
· 5 years ago
e7d9111
Fix typo in Asyncify comment (#3031)
by Nikita Baksalyar
· 5 years ago
a355a7e
DWARF: Fix debug_info references to the abbreviations section (#2997)
by Alon Zakai
· 5 years ago
cdc38d3
Fuzzing: Compare wasm2js to the interpreter (#3026)
by Alon Zakai
· 5 years ago
1b102f2
StubUnsupportedJSOps: Remove CallIndirects (#3027)
by Alon Zakai
· 5 years ago
449e7a4
Fix CountLeadingZeroes on MSVC (#3028)
by Alon Zakai
· 5 years ago
e89b401
Asyncify verbose option (#3022)
by Alon Zakai
· 5 years ago
550b36a
Refactor wasm-emscripten-finalize to use a single pass runner (#2987)
by Sam Clegg
· 5 years ago
e93fbc0
Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)
by Alon Zakai
· 5 years ago
9c84d90
Adjust fuzzing frequencies (#3021)
by Alon Zakai
· 5 years ago
a82ad5d
Move generateDynCallThunks into its own pass. NFC. (#3000)
by Sam Clegg
· 5 years ago
d78c794
Refactor getMaxBits() out of OptimizeInstructions and add beginnings of unit testing for it (#3019)
by Alon Zakai
· 5 years ago
b44c1af
Modernize binaryen.js glue code (#3005)
by Max Graey
· 5 years ago
daa442b
Implement prototype v128.load{32,64}_zero instructions (#3011)
by Thomas Lively
· 5 years ago
79f2fe4
Use consistent backquotes instead ordinal quotes for Grain in README (#3017)
by Max Graey
· 5 years ago
ae56f99
AlignmentLowering: Handle all possible cases for i64, f32, f64 (#3008)
by Alon Zakai
· 5 years ago
d09c607
New Dealign pass: reduce load/store alignment to 1 (#3010)
by Alon Zakai
· 5 years ago
26060b2
Specify UTF-8 encoding instead of relying on locale default (#3009)
by rathann
· 5 years ago
6733a05
Better const fuzzing (#2972)
by Alon Zakai
· 5 years ago
f8cd0ad
wasm2js: Add an "Export" scope for name resolution (#2998)
by Alon Zakai
· 5 years ago
4253dae
Fix build for win32 (#3001)
by Max Graey
· 5 years ago
95a33d7
wasm2js: Remove an incorrect optimization (#3004)
by Alon Zakai
· 5 years ago
74f0eef
binaryen.js: use ECMASCRIPT6 for Closure Compiler (#2990)
by Max Graey
· 5 years ago
0fa3b82
Remove dynCall generated from fpcast-emu (#2995)
by Sam Clegg
· 5 years ago
fceb216
AvoidReinterprets should not remove code around a reinterpret's value's fallthrough (#2989)
by Alon Zakai
· 5 years ago
63d60fe
Fix the side effects of data.drop (#2996)
by Alon Zakai
· 5 years ago
26f240c
wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)
by Alon Zakai
· 5 years ago
32ab8ba
Move stack-check into its own pass (#2994)
by Sam Clegg
· 5 years ago
85e45a4
Some minor improvements for binaryen.js epilogue (#2947)
by Max Graey
· 5 years ago
7ee1440
wasm-emscripten-finalize: remove exportWasiStart (#2986)
by Sam Clegg
· 5 years ago
109f9fe
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
by Sam Clegg
· 5 years ago
dad719e
Move ReplaceStackPoint into a pass (#2984)
by Sam Clegg
· 5 years ago
c0cbee7
Update flags used in generate_lld_tests (#2981)
by Sam Clegg
· 5 years ago
1f231c3
Wasm2c fuzz support: only emit a call to the hang limit function if present (#2977)
by Alon Zakai
· 5 years ago
0efd168
wasm2js fuzzing: properly ignore trapping code (#2980)
by Alon Zakai
· 5 years ago
d25b492
DWARF: Do not reorder locals in binary writing (#2959)
by Alon Zakai
· 5 years ago
9bfade1
wasm2js: coerce function pointer indexes (#2979)
by Alon Zakai
· 5 years ago
3ac8493
Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)
by Alon Zakai
· 5 years ago
d406654
Extend the C- and JS-APIs (#2586)
by Daniel Wirtz
· 5 years ago
c9ef776
Disable nodejs warnings in test suite (#2973)
by rathann
· 5 years ago
a097820
Optimize select with const arms (#2869)
by Max Graey
· 5 years ago
86362be
Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)
by Alon Zakai
· 5 years ago
481e3ee
Add a builder.makeConst helper template (#2971)
by Alon Zakai
· 5 years ago
71c9572
Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)
by Alon Zakai
· 5 years ago
8da3c51
Version 95 (#2967)
by Sam Clegg
· 5 years ago
version_95
2e18aff
wasm2js: Fix a bug with adjacent reinterprets (#2964)
by Alon Zakai
· 5 years ago
4b60d34
Fix github actions for releases (#2965)
by Sam Clegg
· 5 years ago
224d1a1
Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compilers (#2961)
by Alon Zakai
· 5 years ago
e2a1f74
Add v128 support to instrument locals (#2960)
by Ng Zhi An
· 5 years ago
1c75f7d
Interpreter: Don't change NaN bits when dividing by 1 (#2958)
by Alon Zakai
· 5 years ago
78e1e5f
wasm2c signal handler fixes (#2957)
by Alon Zakai
· 5 years ago
8dc843d
Fuzzer cleanup: use shared.V8 instead of hardcoding the string "d8" (#2954)
by Alon Zakai
· 5 years ago
c243e28
NoExitRuntime pass: Don't assume arguments have no side effects (#2953)
by Alon Zakai
· 5 years ago
bc4bb83
wasm2js: Sign-extend support (#2949)
by Alon Zakai
· 5 years ago
8092b11
Update readme to include Grain [ci skip] (#2950)
by Alon Zakai
· 5 years ago
ec5a88c
Optimize booleans when argument is negative integer (#2930)
by Max Graey
· 5 years ago
18095a6
Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)
by Max Graey
· 5 years ago
49421e4
More efficient isInteger util (#2945)
by Max Graey
· 5 years ago
cd0cc95
DWARF: Ignore debug_loc spans that are invalid (#2939)
by Alon Zakai
· 5 years ago
de9f46e
DWARF: Never emit (0, 0) to mean an empty span in debug_loc (#2940)
by Alon Zakai
· 5 years ago
ca89a9f
DWARF: Always update .debug_loc base offsets (#2936)
by Alon Zakai
· 5 years ago
0d5eca6
DWARF: Track sequences so that we can handle reordering within one (#2932)
by Alon Zakai
· 5 years ago
eae2ee3
DWARF: Fix sequence_end emitting (#2929)
by Alon Zakai
· 5 years ago
df660c2
Wasm2js Atomics support (#2924)
by Alon Zakai
· 5 years ago
8540db8
wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)
by Alon Zakai
· 5 years ago
baec7c0
Fix breakage on master from colliding landings (#2927)
by Alon Zakai
· 5 years ago
92423be
Asyncify liveness analysis (#2890)
by Alon Zakai
· 5 years ago
63e580f
wasm2js: start function support (#2920)
by Alon Zakai
· 5 years ago
a3acdae
More optimizations for pow of two and pos/neg one const on the right (#2870)
by Max Graey
· 5 years ago
721f158
wasm2js: Bulk memory support (#2923)
by Alon Zakai
· 5 years ago
711f8cb
wasm2js testing improvements before bulk-memory (#2918)
by Alon Zakai
· 5 years ago
dd4c07c
Fuzzer: Ignore V8 warnings on removed flags when comparing VMs (#2916)
by Alon Zakai
· 5 years ago
f6eb790
Optimize bit count polyfills (#2914)
by Max Graey
· 5 years ago
251a68b
Asyncify: Instrument indirect calls from functions in add-list or only-list (#2913)
by Alon Zakai
· 5 years ago
139d020
Add Expression::dump for use while debugging (#2912)
by Thomas Lively
· 5 years ago
d26f90b
Asyncify: Add an "add list", rename old lists (#2910)
by Alon Zakai
· 5 years ago
49f2443
Move optional metadata field so its not last (#2909)
by Sam Clegg
· 5 years ago
version_94
f813ac9
Version 94 (#2907)
by Sam Clegg
· 5 years ago
Next »