index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update GlobalStructInference to handle atomics (#7168)
Thomas Lively
2024-12-20
1
-5
/
+223
*
Do not optimize atomic gets in GUFA (#7161)
Thomas Lively
2024-12-19
1
-0
/
+53
*
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
3
-0
/
+320
*
RemoveUnusedBrs: Avoid an error on loops with unreachable ifs (#7156)
Alon Zakai
2024-12-17
1
-16
/
+50
*
[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
1
-3
/
+3
*
Remove separate Table64Lowering pass (#7131)
Sam Clegg
2024-12-04
2
-84
/
+84
*
Fix GUFA on calls to function refs in open world (#7135)
Alon Zakai
2024-12-04
3
-2
/
+76
*
Do not sink blocks into ifs with unreachable conditions (#7129)
Thomas Lively
2024-12-02
1
-0
/
+30
*
Use IRBuilder in the binary parser (#6963)
Thomas Lively
2024-11-26
4
-21
/
+22
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
5
-45
/
+83
*
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
*
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
*
Propagate public visibility through all types (#7105)
Thomas Lively
2024-11-21
1
-0
/
+55
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
6
-33
/
+100
*
Improve fuzzing of both closed and open world styles of modules (#7090)
Alon Zakai
2024-11-19
1
-0
/
+237
*
Add nontrapping-fptoint lowering pass (#7016)
Derek Schuff
2024-11-19
1
-0
/
+208
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
1
-2
/
+2
*
Rename memory-copy-fill-lowering pass (#7082)
Derek Schuff
2024-11-16
1
-1
/
+1
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
74
-285
/
+44
*
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
*
Introduce pass to lower memory.copy and memory.fill (#7021)
Derek Schuff
2024-11-13
1
-0
/
+168
*
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
*
[wasm64] Fix Directize on indexes > 32 bits (#7063)
Alon Zakai
2024-11-07
1
-0
/
+14
*
[wasm64] Handle 64-bit overflow in optimizeMemoryAccess (#7057)
Alon Zakai
2024-11-06
1
-0
/
+31
*
[GC] Fix ConstantFieldPropagation on incompatible types (#7054)
Alon Zakai
2024-11-05
1
-0
/
+116
*
[GC] Fix GlobalTypeOptimization logic for public types handling (#7051)
Alon Zakai
2024-11-04
1
-0
/
+324
*
[GC] Fix handling of public types in TypeRefining (#7037)
Alon Zakai
2024-10-29
1
-0
/
+137
*
[GC] RemoveUnusedBrs: Ensure refining of BrOnCast's castType does not unrefin...
Alon Zakai
2024-10-29
1
-13
/
+71
*
Fix TypeMerging bug with indirectly reachable public types (#7031)
Thomas Lively
2024-10-24
1
-0
/
+19
*
[GC] Fix assertion in GlobalTypeOptimization about public super (#7026)
Alon Zakai
2024-10-22
1
-0
/
+77
*
Remove closed world validation checks (#7019)
Alon Zakai
2024-10-18
2
-0
/
+88
*
[GC] Ignore public types in SignaturePruning (#7018)
Alon Zakai
2024-10-18
1
-14
/
+72
*
[GC] Ignore public types in SignatureRefining (#7022)
Alon Zakai
2024-10-18
1
-0
/
+40
*
[EH] Add TryTable to StripEH (#7020)
Alon Zakai
2024-10-18
1
-0
/
+35
*
[GC] Ignore public types in GlobalTypeOptimization (#7017)
Alon Zakai
2024-10-17
1
-0
/
+90
*
[EH][GC] Send a non-nullable exnref from TryTable (#7013)
Alon Zakai
2024-10-17
2
-71
/
+71
*
[EH][GC] Add missing subtyping constraints from TryTable (#7012)
Alon Zakai
2024-10-16
1
-0
/
+36
*
GlobalRefining: Do not refine mutable exported globals (#7007)
Alon Zakai
2024-10-15
1
-25
/
+31
*
[Strings] StringGathering: Handle uses of strings before their definitions (#...
Alon Zakai
2024-10-15
1
-11
/
+76
*
[WasmGC] OptimizeInstructions: Cancel out internalize+externalize pairs (#7005)
Alon Zakai
2024-10-14
1
-0
/
+26
*
[Wasm EH] Optimize away _ref from try_table catches when unused (#6996)
Alon Zakai
2024-10-14
1
-0
/
+215
*
[WasmGC] OptimizeInstructions: Reorder externalize/internalize operations wit...
Alon Zakai
2024-10-14
1
-5
/
+34
[next]