index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version 92 (#2778)
Sam Clegg
2020-04-20
2
-1
/
+14
*
Remove non-x86_64 architectures build from our travis config (#2777)
Sam Clegg
2020-04-17
1
-17
/
+0
*
Fix issues with Types and Features (#2773)
Thomas Lively
2020-04-16
3
-4
/
+8
*
Report errors in scripts/clang-tidy-diff.sh if clang-tidy is not found (#2775)
Sam Clegg
2020-04-16
1
-3
/
+12
*
Dummy interpreter support for EH (#2774)
Heejin Ahn
2020-04-16
2
-21
/
+76
*
Disable multivalue in fuzzer in a clearer way (#2771)
Alon Zakai
2020-04-16
1
-7
/
+3
*
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
*
Emit tuples in the fuzzer (#2695)
Thomas Lively
2020-04-15
5
-860
/
+1540
*
Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)
Alon Zakai
2020-04-15
4
-109
/
+329
*
Fix reuse of constant nodes in Precompute (#2764)
Heejin Ahn
2020-04-14
3
-28
/
+156
*
Note removal of catch body in Vacuum (#2765)
Heejin Ahn
2020-04-14
3
-0
/
+19
*
Fix build with a sprinkling of braces (#2766)
Thomas Lively
2020-04-14
1
-11
/
+11
*
Fix auto updater on spec tests after #2755 (#2763)
Alon Zakai
2020-04-13
1
-0
/
+4
*
Fix Atomics fuzz bugs in interpreter (#2760)
Alon Zakai
2020-04-13
5
-114
/
+423
*
Use direct pointers as Type IDs (#2745)
Thomas Lively
2020-04-13
12
-375
/
+427
*
Update v8 flags (#2754)
Alon Zakai
2020-04-13
1
-5
/
+3
*
Add --deterministic flag to wasm2js, for fuzzing (#2757)
Alon Zakai
2020-04-13
6
-4
/
+136
*
Fix invalid index checking in readImports (#2758)
Heejin Ahn
2020-04-13
1
-1
/
+1
*
Speed up wasm-reduce test (#2756)
Alon Zakai
2020-04-13
1
-2
/
+2
*
Use std::cout for interpreter trap logging (#2755)
Alon Zakai
2020-04-13
3
-2
/
+10
*
Fuzz fix for SimplifyGlobals nopping (#2750)
Alon Zakai
2020-04-12
5
-9
/
+48
*
Remove duplicate Type:: prefixes (NFC) (#2753)
Heejin Ahn
2020-04-12
3
-11
/
+11
*
Legalize return_calls properly (#2752)
Alon Zakai
2020-04-12
1
-2
/
+4
*
Fix multivalue event fuzzing (#2748)
Thomas Lively
2020-04-10
3
-988
/
+859
*
Remove redundant vacume pass. Followup on #2741 (#2747)
Sam Clegg
2020-04-10
3
-5
/
+20
*
Remove writes to globals that are never written to (#2741)
Sam Clegg
2020-04-09
17
-130
/
+80
*
Optimize uint32_t Type constructor (#2744)
Thomas Lively
2020-04-09
1
-2
/
+5
*
Handle tuples in Asyncify call support (#2743)
Thomas Lively
2020-04-09
5
-9
/
+239
*
[NFC] Update readme to discuss tuples rather than push/pop (#2722)
Thomas Lively
2020-04-09
1
-3
/
+5
*
Remove old setup.cfg (#2736)
Sam Clegg
2020-04-09
1
-4
/
+0
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
454
-6109
/
+6099
*
Performance optimizations for Type (#2733)
Thomas Lively
2020-04-09
3
-30
/
+57
*
Move scripts in the `scripts` directory (#2735)
Sam Clegg
2020-04-09
4
-3
/
+3
*
Remove executable bit from test scripts (#2734)
Sam Clegg
2020-04-09
4
-35
/
+0
*
Enable color diagnostics with ninja+gcc (#2739)
Sam Clegg
2020-04-09
1
-4
/
+6
*
Factor out wasm_opt testing. NFC. (#2737)
Sam Clegg
2020-04-09
4
-215
/
+238
*
Fix an old misleading comment (#2738) [ci skip]
Alon Zakai
2020-04-09
1
-2
/
+2
*
Remove references to vanilla emcc (#2731)
Sam Clegg
2020-04-08
1
-26
/
+0
*
Remove .gitmodules file (#2732)
Sam Clegg
2020-04-08
1
-6
/
+0
*
Avoid g$ in main modules where possible (#2721)
Alon Zakai
2020-04-08
3
-1
/
+167
*
Run reorder-locals more in wasm2js (#2729)
Alon Zakai
2020-04-08
2
-0
/
+6
*
Fix ReorderLocals handling of local names (#2728)
Alon Zakai
2020-04-08
1
-2
/
+3
*
Work around a compiler issue on MacOS (#2730)
Alon Zakai
2020-04-08
1
-7
/
+8
*
Optimize ReorderLocals maps to vectors (#2727)
Alon Zakai
2020-04-07
1
-8
/
+21
*
Only do fp$ optimization in the main module (#2720)
Alon Zakai
2020-04-07
5
-58
/
+264
*
JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)
Alon Zakai
2020-04-07
4
-2
/
+110
*
Do not emit multivalue events in fuzzer (#2723)
Thomas Lively
2020-04-03
3
-1130
/
+924
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
17
-93
/
+240
*
Revert to using globals in Asyncify call support (#2719)
Thomas Lively
2020-04-01
1
-71
/
+53
[next]