index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the fuzzer on wasm2c2wasm: emcc must request d8 support now (#3975)
Alon Zakai
2021-07-09
1
-0
/
+1
*
Port test/passes/O* to lit (#3969)
Thomas Lively
2021-07-07
1
-0
/
+3
*
Filter more passes tests in porting script (#3968)
Thomas Lively
2021-07-07
1
-8
/
+9
*
Add a script for porting passes tests to lit (#3963)
Thomas Lively
2021-07-03
1
-0
/
+110
*
Support generating checks for multiple modules (#3962)
Thomas Lively
2021-07-02
1
-52
/
+94
*
[NFC] Refactor update_lit_checks.py (#3964)
Thomas Lively
2021-07-02
1
-111
/
+120
*
Add option to add checks for all items (#3961)
Thomas Lively
2021-07-02
1
-14
/
+44
*
Generate FileCheck checks for all module items (#3957)
Thomas Lively
2021-06-28
1
-31
/
+78
*
Add a `foreach` script for use in lit tests
Thomas Lively
2021-06-17
1
-0
/
+46
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-0
/
+1
*
Properly handle comparisons of 64-bit ints in wasm2c in the fuzzer. (#3918)
Alon Zakai
2021-06-08
1
-0
/
+16
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-0
/
+5
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+1
*
Heap2Local: Use escape analysis to turn heap allocations into local data (#3866)
Alon Zakai
2021-05-12
1
-0
/
+2
*
Fuzz with maximal inlining some of the time (#3871)
Alon Zakai
2021-05-10
1
-0
/
+8
*
Fuzzer: Ignore things we should ignore even if the process succeeded (#3864)
Alon Zakai
2021-05-06
1
-16
/
+22
*
Run spec test all at once after binary transform (#3817)
Abbas Mashayekh
2021-04-20
2
-2
/
+1
*
Fuzzer: Do not fuzz multivalue testcases in initial contents (#3809)
Alon Zakai
2021-04-15
1
-0
/
+21
*
Fuzzer: Distinguish traps from host limitations (#3801)
Alon Zakai
2021-04-12
1
-1
/
+7
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
[Wasm GC] Enable more GC fuzzing (#3788)
Alon Zakai
2021-04-08
1
-6
/
+7
*
Fuzz --converge (#3789)
Alon Zakai
2021-04-08
1
-0
/
+3
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
Fuzzer: Ignore our current bug with the type of br_if (#3775)
Alon Zakai
2021-04-06
1
-1
/
+6
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-55
/
+42
*
Disallow flatten + GC in the fuzzer due to RTTs (#3768)
Alon Zakai
2021-04-01
1
-0
/
+3
*
Avoid flatten + multivalue + reference types in the fuzzer (#3760)
Alon Zakai
2021-03-31
1
-0
/
+3
*
Allow clang-format-diff/clang-tidy-diff to take branch as argument (#3711)
Sam Clegg
2021-03-22
2
-11
/
+8
*
Add `-o pipefail` to shell scripts (#3706)
Sam Clegg
2021-03-19
3
-1
/
+4
*
Regenerate lld tests (#3684)
Sam Clegg
2021-03-12
1
-0
/
+2
*
Stop emitting features section in fuzzer (#3652)
Alon Zakai
2021-03-04
1
-1
/
+1
*
Make the reduction script more robust, and document text reduction (#3640)
Alon Zakai
2021-03-03
1
-5
/
+17
*
Update clang-tidy-diff.sh for GH Actions (#3619)
Thomas Lively
2021-02-26
1
-10
/
+3
*
Update V8 feature flags for the fuzzer (#3569)
Heejin Ahn
2021-02-18
1
-3
/
+3
*
Add feature options to wasm-dis (#3548)
Abbas Mashayekh
2021-02-08
2
-2
/
+2
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+2
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-0
/
+1
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+1
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+4
*
Remove test suite's assumption of minify_check roundtripping perfectly (#3524)
Alon Zakai
2021-01-27
1
-13
/
+2
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+3
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-2
/
+5
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-1
/
+1
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-1
/
+2
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
2
-9
/
+0
*
Introduce a script for updating lit tests (#3503)
Thomas Lively
2021-01-21
3
-5
/
+186
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+7
*
Replace "master" with "main" in scripts and docs (#3502)
Thomas Lively
2021-01-19
2
-2
/
+2
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+3
[next]