index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip tests that fail on windows and enable all the rest (#3035)
Alon Zakai
2020-08-11
32
-14
/
+47
*
Remove unneeded old binary validation in test suite (#3034)
Alon Zakai
2020-08-10
2
-19
/
+0
*
Added headers to CMake files (#3037)
Wouter van Oortmerssen
2020-08-10
7
-0
/
+14
*
Fix typo in Asyncify comment (#3031)
Nikita Baksalyar
2020-08-10
1
-1
/
+1
*
DWARF: Fix debug_info references to the abbreviations section (#2997)
Alon Zakai
2020-08-07
6
-7
/
+29
*
Fuzzing: Compare wasm2js to the interpreter (#3026)
Alon Zakai
2020-08-06
1
-14
/
+76
*
StubUnsupportedJSOps: Remove CallIndirects (#3027)
Alon Zakai
2020-08-06
3
-6
/
+70
*
Fix CountLeadingZeroes on MSVC (#3028)
Alon Zakai
2020-08-06
1
-2
/
+5
*
Asyncify verbose option (#3022)
Alon Zakai
2020-08-06
5
-11
/
+430
*
Refactor wasm-emscripten-finalize to use a single pass runner (#2987)
Sam Clegg
2020-08-05
11
-124
/
+118
*
Add StubUnsupportedJSOps to remove operations that JS does not support (#3024)
Alon Zakai
2020-08-05
6
-1
/
+120
*
Adjust fuzzing frequencies (#3021)
Alon Zakai
2020-08-04
1
-3
/
+9
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
9
-18
/
+99
*
Refactor getMaxBits() out of OptimizeInstructions and add beginnings of unit ...
Alon Zakai
2020-08-04
3
-223
/
+265
*
Modernize binaryen.js glue code (#3005)
Max Graey
2020-08-04
1
-1142
/
+1032
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
18
-11
/
+126
*
Use consistent backquotes instead ordinal quotes for Grain in README (#3017)
Max Graey
2020-08-03
1
-1
/
+1
*
AlignmentLowering: Handle all possible cases for i64, f32, f64 (#3008)
Alon Zakai
2020-07-31
3
-27
/
+1613
*
New Dealign pass: reduce load/store alignment to 1 (#3010)
Alon Zakai
2020-07-31
6
-0
/
+90
*
Specify UTF-8 encoding instead of relying on locale default (#3009)
rathann
2020-07-31
1
-1
/
+1
*
Better const fuzzing (#2972)
Alon Zakai
2020-07-30
3
-419
/
+376
*
wasm2js: Add an "Export" scope for name resolution (#2998)
Alon Zakai
2020-07-30
3
-67
/
+78
*
Fix build for win32 (#3001)
Max Graey
2020-07-29
1
-2
/
+2
*
wasm2js: Remove an incorrect optimization (#3004)
Alon Zakai
2020-07-29
2
-8
/
+3
*
binaryen.js: use ECMASCRIPT6 for Closure Compiler (#2990)
Max Graey
2020-07-29
1
-1
/
+3
*
Remove dynCall generated from fpcast-emu (#2995)
Sam Clegg
2020-07-28
2
-190
/
+1
*
AvoidReinterprets should not remove code around a reinterpret's value's fallt...
Alon Zakai
2020-07-28
3
-3
/
+36
*
Fix the side effects of data.drop (#2996)
Alon Zakai
2020-07-28
4
-8
/
+51
*
wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)
Alon Zakai
2020-07-28
3
-24
/
+34
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
8
-119
/
+172
*
Some minor improvements for binaryen.js epilogue (#2947)
Max Graey
2020-07-27
1
-45
/
+35
*
wasm-emscripten-finalize: remove exportWasiStart (#2986)
Sam Clegg
2020-07-27
6
-66
/
+4
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
20
-228
/
+290
*
Move ReplaceStackPoint into a pass (#2984)
Sam Clegg
2020-07-24
7
-62
/
+112
*
Update flags used in generate_lld_tests (#2981)
Sam Clegg
2020-07-24
1
-1
/
+1
*
Wasm2c fuzz support: only emit a call to the hang limit function if present (...
Alon Zakai
2020-07-24
3
-2
/
+28
*
wasm2js fuzzing: properly ignore trapping code (#2980)
Alon Zakai
2020-07-24
1
-12
/
+31
*
DWARF: Do not reorder locals in binary writing (#2959)
Alon Zakai
2020-07-23
14
-6143
/
+6892
*
wasm2js: coerce function pointer indexes (#2979)
Alon Zakai
2020-07-22
10
-18
/
+135
*
Fix i32.trunc_f64_u of values that round down to UINT32_MAX (#2976)
Alon Zakai
2020-07-22
2
-5
/
+18
*
Extend the C- and JS-APIs (#2586)
Daniel Wirtz
2020-07-22
9
-54
/
+4972
*
Disable nodejs warnings in test suite (#2973)
rathann
2020-07-22
1
-1
/
+1
*
Optimize select with const arms (#2869)
Max Graey
2020-07-22
6
-155
/
+539
*
Fix i32.trunc_f64_s of values that round up to INT32_MIN (#2975)
Alon Zakai
2020-07-22
2
-4
/
+5
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
20
-173
/
+147
*
Fix i32.trunc_f64_s of values near the limit of f64 representation (#2968)
Alon Zakai
2020-07-21
2
-2
/
+4
*
Version 95 (#2967)
Sam Clegg
2020-07-20
2
-1
/
+4
*
wasm2js: Fix a bug with adjacent reinterprets (#2964)
Alon Zakai
2020-07-20
20
-86
/
+284
*
Fix github actions for releases (#2965)
Sam Clegg
2020-07-19
2
-14
/
+17
*
Randomize v8 JIT in fuzz_opt.py, to test both baseline and optimizing compile...
Alon Zakai
2020-07-17
1
-1
/
+18
[next]