index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark Result and MaybeResult [[nodiscard]] (#7083)
Thomas Lively
2024-11-15
1
-8
/
+8
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
134
-517
/
+48
*
Record binary locations for nested blocks (#7078)
Thomas Lively
2024-11-14
5
-0
/
+21
*
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
2
-1
/
+23
*
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
*
LocalGraph::canMoveSet (#7039)
Alon Zakai
2024-11-11
2
-0
/
+348
*
[EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)
Alon Zakai
2024-11-08
3
-73
/
+119
*
[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
4
-63
/
+105
*
[wasm64] Fuzz wasm64 memories (#7064)
Alon Zakai
2024-11-07
2
-69
/
+63
*
[wasm64] Fix Directize on indexes > 32 bits (#7063)
Alon Zakai
2024-11-07
1
-0
/
+14
*
[wasm64] Make interpreter table methods operate on Address, not Index (#7062)
Alon Zakai
2024-11-07
1
-10
/
+45
*
[wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)
Alon Zakai
2024-11-06
1
-0
/
+42
*
[wasm64] Fix 64-bit memory/table operations in interpreter (#7058)
Alon Zakai
2024-11-06
3
-0
/
+113
*
[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
*
Fuzz the Table from JS (#7042)
Alon Zakai
2024-10-31
2
-48
/
+100
*
Don't strip target features in wasm-emscripten-finalize (#7043)
Derek Schuff
2024-10-30
1
-0
/
+1
*
[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
*
[EH] Fuzz throws from JS (#7027)
Alon Zakai
2024-10-23
8
-77
/
+123
*
[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
4
-125
/
+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
3
-71
/
+98
*
[EH][GC] Add missing subtyping constraints from TryTable (#7012)
Alon Zakai
2024-10-16
1
-0
/
+36
*
[Wasm GC] Fuzz BrOn (#7006)
Alon Zakai
2024-10-16
1
-41
/
+39
*
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
2
-11
/
+51
*
[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
*
[Wasm EH] Optimize values flowing out of TryTable (#6997)
Alon Zakai
2024-10-10
1
-21
/
+47
*
ReFinalize in MergeBlocks so we can optimize unreachable instructions too (#6...
Alon Zakai
2024-10-10
5
-153
/
+108
*
Fix BranchUtils::operateOnScopeNameUsesAndSentValues() on BrOn (#6995)
Alon Zakai
2024-10-10
1
-9
/
+54
*
Fix flow reset during throw => break opts in RemoveUnusedBrs (#6993)
Alon Zakai
2024-10-08
1
-0
/
+40
*
Fuzzer: Generate TryTables (#6987)
Alon Zakai
2024-10-07
1
-41
/
+41
*
Fix a misoptimization with mixed Try/TryTable in RemoveUnusedBrs (#6991)
Alon Zakai
2024-10-07
1
-0
/
+34
*
Fix a fuzz issue with #6984 (#6988)
Alon Zakai
2024-10-07
5
-38
/
+81
[prev]
[next]