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
*
[wasm-reduce] Reduce struct.new arguments away when possible (#7118)
HEAD
main
Alon Zakai
2024-12-30
1
-1
/
+20
*
[NFC] Make MemoryOrder parameters non-optional (#7171)
Thomas Lively
2024-12-21
2
-3
/
+5
*
Fix UBSan on CI (#7173)
Thomas Lively
2024-12-20
1
-7
/
+7
*
[wasm-reduce] Add an option to save all interim working files as we reduce (#...
Alon Zakai
2024-12-16
1
-2
/
+29
*
Fuzz JSPI (#7148)
Alon Zakai
2024-12-16
3
-0
/
+35
*
Execution results: JS traps on exnref on the boundary (#7147)
Alon Zakai
2024-12-12
1
-5
/
+5
*
Fuzzer: Add call-ref, call-ref-catch imports (#7137)
Alon Zakai
2024-12-09
3
-40
/
+143
*
Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)
Derek Schuff
2024-12-06
1
-8
/
+19
*
[NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)
Alon Zakai
2024-12-05
3
-9
/
+23
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
1
-0
/
+1
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
2
-5
/
+4
*
Fuzzer: Legalize and prune the JS interface in pickPasses (#7092)
Alon Zakai
2024-11-20
1
-0
/
+7
*
Improve fuzzing of both closed and open world styles of modules (#7090)
Alon Zakai
2024-11-19
2
-21
/
+17
*
Fuzzing: ClusterFuzz integration (#7079)
Alon Zakai
2024-11-19
2
-14
/
+123
*
[wasm64] Fuzzer: Fix type of unimported offsets (#7071)
Alon Zakai
2024-11-11
1
-2
/
+2
*
[EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)
Alon Zakai
2024-11-08
3
-5
/
+136
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
3
-17
/
+17
*
[wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)
Alon Zakai
2024-11-07
1
-2
/
+20
*
[wasm64] Fuzz wasm64 memories (#7064)
Alon Zakai
2024-11-07
2
-8
/
+27
*
[wasm64] Make interpreter table methods operate on Address, not Index (#7062)
Alon Zakai
2024-11-07
2
-5
/
+6
*
[wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)
Alon Zakai
2024-11-06
1
-3
/
+5
*
[NFC] Use RAII to manage call depth tracking in the interpreter (#7049)
Alon Zakai
2024-11-01
1
-1
/
+1
*
Fuzz the Table from JS (#7042)
Alon Zakai
2024-10-31
3
-6
/
+117
*
Don't strip target features in wasm-emscripten-finalize (#7043)
Derek Schuff
2024-10-30
1
-2
/
+0
*
[EH] Fuzz throws from JS (#7027)
Alon Zakai
2024-10-23
3
-38
/
+85
*
[Wasm GC] Fuzz BrOn (#7006)
Alon Zakai
2024-10-16
2
-6
/
+119
*
Fuzzer: Generate TryTables (#6987)
Alon Zakai
2024-10-07
2
-0
/
+69
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-1
/
+5
*
[wasm-split] Configure split functions rather than kept functions (#6949)
Thomas Lively
2024-09-17
1
-8
/
+3
*
[wasm-split] Simplify handling of --keep-funcs and --split-funcs (#6948)
Thomas Lively
2024-09-17
3
-67
/
+67
*
[wasm-split] Run RemoveUnusedElements on secondary modules (#6945)
Thomas Lively
2024-09-17
1
-5
/
+6
*
[wasm-split] Add a multi-split mode (#6943)
Thomas Lively
2024-09-16
3
-3
/
+121
*
[wasm-split] Add an option to skip importing placeholders (#6942)
Thomas Lively
2024-09-16
3
-0
/
+11
*
Replace the old topological sort everywhere (#6902)
Thomas Lively
2024-09-10
1
-27
/
+9
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
11
-14
/
+55
*
[NFC] Rename the old topological sort utility (#6914)
Thomas Lively
2024-09-06
1
-2
/
+2
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-2
/
+2
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-25
/
+36
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
2
-117
/
+131
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+6
*
Support `ref.extern n` in spec tests (#6858)
Thomas Lively
2024-08-21
1
-1
/
+2
*
Add the upstream spec testsuite as a submodule (#6853)
Thomas Lively
2024-08-20
1
-0
/
+3
*
[NFC] Use HeapType::getKind more broadly (#6846)
Thomas Lively
2024-08-19
3
-117
/
+157
*
Fix direct comparisons with unshared basic heap types (#6845)
Thomas Lively
2024-08-16
1
-3
/
+5
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-9
/
+15
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+7
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+1
*
Add a utility for comparing and hashing rec group shapes (#6808)
Thomas Lively
2024-08-07
1
-0
/
+94
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
3
-8
/
+4
*
Fix sharedness bug in inhabitable type fuzzer (#6807)
Thomas Lively
2024-08-06
1
-1
/
+2
[next]