index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor wasm-emscripten-finalize to use a single pass runner (#2987)
Sam Clegg
2020-08-05
1
-47
/
+41
*
Move generateDynCallThunks into its own pass. NFC. (#3000)
Sam Clegg
2020-08-04
1
-1
/
+3
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+4
*
Better const fuzzing (#2972)
Alon Zakai
2020-07-30
1
-14
/
+35
*
wasm2js: Remove an incorrect optimization (#3004)
Alon Zakai
2020-07-29
1
-6
/
+1
*
wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)
Alon Zakai
2020-07-28
1
-16
/
+26
*
Move stack-check into its own pass (#2994)
Sam Clegg
2020-07-27
1
-3
/
+10
*
wasm-emscripten-finalize: remove exportWasiStart (#2986)
Sam Clegg
2020-07-27
1
-4
/
+1
*
Move emscripten PIC ABI conversion to a pass. NFC. (#2985)
Sam Clegg
2020-07-24
1
-1
/
+5
*
Move ReplaceStackPoint into a pass (#2984)
Sam Clegg
2020-07-24
1
-1
/
+3
*
Wasm2c fuzz support: only emit a call to the hang limit function if present (...
Alon Zakai
2020-07-24
1
-2
/
+7
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
4
-28
/
+22
*
wasm2c signal handler fixes (#2957)
Alon Zakai
2020-07-14
1
-1
/
+1
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-1
/
+1
*
wasm2js testing improvements before bulk-memory (#2918)
Alon Zakai
2020-06-20
1
-5
/
+44
*
Support new clang mangling of main (__main_argc_argv) (#2671)
Sam Clegg
2020-06-10
1
-0
/
+3
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
3
-21
/
+22
*
Reland "Link binaryen tools against the dylib" (#2892)
Derek Schuff
2020-06-03
1
-1
/
+0
*
Revert "Link binaryen tools against the dylib (#2864)" (#2891)
Derek Schuff
2020-06-02
1
-0
/
+1
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
1
-1
/
+0
*
DeNaN pass (#2877)
Alon Zakai
2020-05-27
2
-111
/
+55
*
Remove stackSave/stackAlloc/stackRestore code generation (#2852)
Sam Clegg
2020-05-20
1
-1
/
+0
*
Add interpreter support for EH (#2780)
Heejin Ahn
2020-05-06
2
-0
/
+9
*
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
*
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
1
-34
/
+5
*
Wasm2c2Wasm Fuzzer: wasm2c + emcc (#2791)
Alon Zakai
2020-04-24
1
-15
/
+30
*
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
*
Fix issues with Types and Features (#2773)
Thomas Lively
2020-04-16
1
-1
/
+3
*
Fix OOB fuzzing (#2769)
Alon Zakai
2020-04-16
1
-9
/
+15
*
Emit tuples in the fuzzer (#2695)
Thomas Lively
2020-04-15
1
-108
/
+170
*
Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)
Alon Zakai
2020-04-15
1
-6
/
+6
*
Add --deterministic flag to wasm2js, for fuzzing (#2757)
Alon Zakai
2020-04-13
1
-4
/
+29
*
Remove duplicate Type:: prefixes (NFC) (#2753)
Heejin Ahn
2020-04-12
1
-6
/
+6
*
Fix multivalue event fuzzing (#2748)
Thomas Lively
2020-04-10
1
-2
/
+0
*
JS/Wasm BigInt support for wasm-emscripten-finalize (#2726)
Alon Zakai
2020-04-07
1
-2
/
+10
*
Do not emit multivalue events in fuzzer (#2723)
Thomas Lively
2020-04-03
1
-2
/
+3
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
1
-10
/
+10
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-6
/
+7
*
makeConstExpression => makeConstantExpression (#2698)
Alon Zakai
2020-03-17
1
-1
/
+1
*
Handle tuples in wasm-reduce (#2689)
Thomas Lively
2020-03-16
1
-4
/
+9
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
2
-3
/
+3
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
3
-38
/
+35
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-0
/
+1
*
Concise error output (#2652)
Alon Zakai
2020-02-18
2
-12
/
+18
*
Avoid an infinite loop in `-ttf` generation (#2637)
Alex Crichton
2020-02-04
1
-1
/
+1
*
Trap when call_indirect's signatures mismatch (#2636)
Heejin Ahn
2020-02-03
1
-0
/
+5
[next]