index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle atomics in GTO (#7160)
Thomas Lively
2024-12-18
1
-0
/
+63
*
Handle atomic accesses in ConstantFieldPropagation (#7159)
Thomas Lively
2024-12-18
1
-0
/
+123
*
Handle atomic accesses in Heap2Local (#7158)
Thomas Lively
2024-12-18
1
-0
/
+103
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
5
-0
/
+507
*
RemoveUnusedBrs: Avoid an error on loops with unreachable ifs (#7156)
Alon Zakai
2024-12-17
1
-16
/
+50
*
[wasm-reduce] Add an option to save all interim working files as we reduce (#...
Alon Zakai
2024-12-16
1
-0
/
+3
*
Fuzz JSPI (#7148)
Alon Zakai
2024-12-16
1
-1
/
+18
*
Support control flow inputs in IRBuilder (#7149)
Thomas Lively
2024-12-13
7
-50
/
+623
*
Execution results: JS traps on exnref on the boundary (#7147)
Alon Zakai
2024-12-12
1
-0
/
+22
*
[GC] Fix TypeRefining on StructGets without content but with a reachable ref ...
Alon Zakai
2024-12-09
1
-0
/
+130
*
Fuzzer: Add call-ref, call-ref-catch imports (#7137)
Alon Zakai
2024-12-09
2
-4
/
+201
*
Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)
Derek Schuff
2024-12-06
10
-0
/
+132
*
Remove separate Table64Lowering pass (#7131)
Sam Clegg
2024-12-04
5
-87
/
+87
*
Fix GUFA on calls to function refs in open world (#7135)
Alon Zakai
2024-12-04
3
-2
/
+76
*
Fixup block-nested pops even when EH is not enabled (#7130)
Thomas Lively
2024-12-03
2
-2
/
+2
*
Do not sink blocks into ifs with unreachable conditions (#7129)
Thomas Lively
2024-12-02
1
-0
/
+30
*
[GC] Fix trapping on array.new_data of dropped segments of offset > 0 (#7124)
Alon Zakai
2024-12-02
1
-0
/
+21
*
Use IRBuilder in the binary parser (#6963)
Thomas Lively
2024-11-26
36
-1602
/
+1458
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
6
-47
/
+146
*
[NFC] Add a node test for fuzz_shell.js running on two input wasms (#7123)
Alon Zakai
2024-11-26
2
-0
/
+40
*
Handle concrete values in CodeFolding (#7117)
Thomas Lively
2024-11-26
2
-49
/
+460
*
ReFinalize after merging siblings in TypeMerging (#7121)
Thomas Lively
2024-11-26
1
-1
/
+61
*
Fix memory.grow bounds and overflow checks for mem64 (#7112)
Thomas Lively
2024-11-25
1
-0
/
+12
*
Handle unoptimized branches in CodeFolding (#7111)
Thomas Lively
2024-11-25
1
-12
/
+51
*
[GC] Refinalize after selectify in RemoveUnusedBrs (#7104)
Alon Zakai
2024-11-25
1
-0
/
+29
*
Print castType for unreachable br_on_cast{_fail} (#7107)
Thomas Lively
2024-11-22
1
-2
/
+2
*
Print unreachable loads with valid types (#7108)
Thomas Lively
2024-11-22
1
-1
/
+18
*
Propagate public visibility through all types (#7105)
Thomas Lively
2024-11-21
1
-0
/
+55
*
Fix printing of unreachable br_on_cast{_fail} (#7102)
Thomas Lively
2024-11-21
1
-0
/
+50
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
8
-62
/
+103
*
Fuzzing: Append more JS operations in run.py (#7098)
Alon Zakai
2024-11-21
1
-0
/
+135
*
[NFC] Refactor nice methods in fuzz_shell.js (#7096)
Alon Zakai
2024-11-20
1
-0
/
+20
*
Improve fuzzing of both closed and open world styles of modules (#7090)
Alon Zakai
2024-11-19
4
-0
/
+246
*
Add nontrapping-fptoint lowering pass (#7016)
Derek Schuff
2024-11-19
5
-0
/
+484
*
Fuzzing: ClusterFuzz integration (#7079)
Alon Zakai
2024-11-19
1
-4
/
+4
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
3
-30
/
+30
*
Rename memory-copy-fill-lowering pass (#7082)
Derek Schuff
2024-11-16
6
-15
/
+15
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
96
-455
/
+45
*
Update lit test output (#7077)
Thomas Lively
2024-11-14
1
-0
/
+23
*
[SignExt] OptimizeInstructions: Remove signexts of already-extended values (#...
Alon Zakai
2024-11-13
1
-0
/
+367
*
Fixup pops when necessary in IRBuilder (#7075)
Thomas Lively
2024-11-13
1
-0
/
+209
*
Read the names section first (#7074)
Thomas Lively
2024-11-13
1
-4
/
+5
*
Consolidate printing of function signatures (#7073)
Thomas Lively
2024-11-12
1
-0
/
+22
*
Introduce pass to lower memory.copy and memory.fill (#7021)
Derek Schuff
2024-11-13
6
-0
/
+631
*
HeapStoreOptimization: Fix a bug with jumping from the later value (v2) (#7070)
Alon Zakai
2024-11-12
1
-16
/
+797
*
Fix PickLoadSigns on SignExt feature instructions (#7069)
Alon Zakai
2024-11-11
1
-0
/
+80
*
[EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)
Alon Zakai
2024-11-08
1
-1
/
+55
*
[wasm64] Fix 32-bit address computation in execution of SIMDLoadExtend (#7068)
Alon Zakai
2024-11-08
1
-0
/
+13
*
[wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)
Alon Zakai
2024-11-07
2
-0
/
+31
*
[wasm64] Fix Directize on indexes > 32 bits (#7063)
Alon Zakai
2024-11-07
1
-0
/
+14
[next]