index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
4
-8
/
+13
*
Fix SideEffect::Branches to only represent branches (#2886)
Heejin Ahn
2020-06-02
1
-1
/
+1
*
Prevent calls from escaping try in CodeFolding (#2883)
Heejin Ahn
2020-06-01
1
-7
/
+22
*
Refactor Effects (#2873)
Alon Zakai
2020-05-29
2
-33
/
+52
*
Flat IR: local.set's value should not be a control flow (#2589)
Alon Zakai
2020-05-27
1
-4
/
+10
*
DeNaN pass (#2877)
Alon Zakai
2020-05-27
6
-111
/
+156
*
Fix DWARF location list updating with nonzero compilation unit base addr (#2...
Paolo Severini
2020-05-27
1
-3
/
+32
*
Flatten fuzz fix with unreachable special-casing (#2876)
Alon Zakai
2020-05-27
1
-3
/
+2
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
20
-141
/
+5
*
Remove stackSave/stackAlloc/stackRestore code generation (#2852)
Sam Clegg
2020-05-20
3
-165
/
+43
*
Add EH support for SimplifyLocals (#2858)
Heejin Ahn
2020-05-19
2
-5
/
+15
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
14
-1
/
+31
*
[dwarf] Handle a bad mapped base in debug_loc updating (#2859)
Alon Zakai
2020-05-18
1
-3
/
+17
*
Don't warn 'skipping debug location info' (#2855)
Alon Zakai
2020-05-15
1
-4
/
+0
*
Fix br_on_exn handling in ReFinalize (#2854)
Heejin Ahn
2020-05-15
2
-24
/
+20
*
Skip generating emscripten stack functions if they already exist (#2853)
Sam Clegg
2020-05-14
1
-0
/
+9
*
Make 'do' clause mandatory in 'try' (#2851)
Heejin Ahn
2020-05-14
1
-8
/
+7
*
Add EH support in MergeBlocks (#2848)
Heejin Ahn
2020-05-13
1
-1
/
+22
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
14
-0
/
+156
*
Add C/JS APIs to copy expressions (#2840)
Daniel Wirtz
2020-05-11
3
-0
/
+10
*
Make try body start with 'do' (#2846)
Heejin Ahn
2020-05-11
3
-7
/
+22
*
Handle throw and rethrow in DCE (#2844)
Heejin Ahn
2020-05-11
1
-8
/
+12
*
Remove C API tracing (#2841)
Daniel Wirtz
2020-05-08
3
-2304
/
+194
*
Mimic MODULARIZE_INSTANCE (#2838)
Daniel Wirtz
2020-05-07
2
-0
/
+10
*
Move std::hash specializations into the std namespace (#2835)
Thomas Lively
2020-05-06
2
-10
/
+17
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
6
-19
/
+125
*
Remove `constexpr` that causes GCC build to fail (#2828)
Thomas Lively
2020-05-04
1
-1
/
+1
*
Final renumbering of SIMD opcodes (#2820)
Thomas Lively
2020-05-01
1
-188
/
+203
*
Add stack-pointer argument to post-emscripten pass. (#2823)
Sam Clegg
2020-05-01
3
-7
/
+29
*
Stop generating implementedFunctions in wasm-emscripten-finalize (#2819)
Sam Clegg
2020-04-28
1
-9
/
+0
*
Fix wasm2c loop (#2816)
Alon Zakai
2020-04-28
1
-5
/
+6
*
Use --detect-features in wasm-reduce. Fixes #2813 (#2815)
Alon Zakai
2020-04-28
1
-6
/
+2
*
Refactor ExpressionRunner (#2804)
Daniel Wirtz
2020-04-27
3
-138
/
+178
*
Emcc fuzzing followups (#2812)
Alon Zakai
2020-04-27
1
-4
/
+3
*
Fuzz frequency tuning (#2806)
Alon Zakai
2020-04-27
1
-97
/
+69
*
Remove --fuzz-binary and simplify round trip (#2799)
Thomas Lively
2020-04-24
3
-75
/
+20
*
Wasm2c2Wasm Fuzzer: wasm2c + emcc (#2791)
Alon Zakai
2020-04-24
1
-15
/
+30
*
Fix RemoveUnusedNames on a loop with no name and a child with a different typ...
Alon Zakai
2020-04-24
1
-1
/
+1
*
Emit section IDs as bytes (#2803)
Thomas Lively
2020-04-24
1
-4
/
+4
*
Fix ExpressionRunner issues found by the fuzzer (#2790)
Daniel Wirtz
2020-04-23
3
-17
/
+22
*
Add snake_case method names for returnCall/returnCallIndirect in JS API (#2795)
Shao Cheng
2020-04-23
1
-2
/
+5
*
Emit text in pass reduction when in text mode (#2792)
Alon Zakai
2020-04-22
1
-0
/
+3
*
[fuzzing] wasm2c integration (#2772)
Alon Zakai
2020-04-22
3
-2
/
+202
*
Add BinaryenCallIsReturn/BinaryenCallIndirectIsReturn to C/JS API (#2779)
Shao Cheng
2020-04-22
3
-0
/
+24
*
Also update internal name in fixEmJsFuncsAndReturnWalker (#2782)
Sam Clegg
2020-04-21
1
-17
/
+21
*
Refactor expression runner so it can be used via the C and JS APIs (#2702)
Daniel Wirtz
2020-04-20
6
-103
/
+493
*
Fix issues with Types and Features (#2773)
Thomas Lively
2020-04-16
2
-3
/
+7
*
Dummy interpreter support for EH (#2774)
Heejin Ahn
2020-04-16
1
-6
/
+51
*
Validate that tuples have multiple operands (#2768)
Thomas Lively
2020-04-16
1
-0
/
+2
*
Fix OOB fuzzing (#2769)
Alon Zakai
2020-04-16
1
-9
/
+15
[next]