index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[tests] Fix wasm2js test command line generation (#7114)
Derek Schuff
2024-11-25
1
-2
/
+2
*
Fix memory.grow bounds and overflow checks for mem64 (#7112)
Thomas Lively
2024-11-25
2
-2
/
+19
*
[Fuzzing] Maximize fuzzing of CompareVMs (#7113)
Alon Zakai
2024-11-25
1
-1
/
+1
*
Handle unoptimized branches in CodeFolding (#7111)
Thomas Lively
2024-11-25
2
-20
/
+65
*
[GC] Refinalize after selectify in RemoveUnusedBrs (#7104)
Alon Zakai
2024-11-25
2
-2
/
+41
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
19
-2240
/
+41
*
Print castType for unreachable br_on_cast{_fail} (#7107)
Thomas Lively
2024-11-22
2
-8
/
+6
*
Print unreachable loads with valid types (#7108)
Thomas Lively
2024-11-22
2
-2
/
+27
*
Propagate public visibility through all types (#7105)
Thomas Lively
2024-11-21
2
-11
/
+63
*
Fix printing of unreachable br_on_cast{_fail} (#7102)
Thomas Lively
2024-11-21
2
-2
/
+65
*
[NFC] Refactor ClusterFuzz run.py (#7101)
Alon Zakai
2024-11-21
2
-49
/
+66
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
26
-129
/
+144
*
[wasm2js] Properly handle loops without labels (#7100)
Alon Zakai
2024-11-21
5
-22
/
+93
*
Fuzzing: Append more JS operations in run.py (#7098)
Alon Zakai
2024-11-21
3
-1
/
+215
*
[NFC] Refactor nice methods in fuzz_shell.js (#7096)
Alon Zakai
2024-11-20
2
-55
/
+90
*
Fuzzer: Remove --enclose-world from list of fuzz-exec passes (#7093)
Alon Zakai
2024-11-20
1
-1
/
+0
*
Fuzzer: Use V8's --future flag (#7091)
Alon Zakai
2024-11-20
1
-3
/
+13
*
Fuzzer: Legalize and prune the JS interface in pickPasses (#7092)
Alon Zakai
2024-11-20
3
-30
/
+49
*
Improve fuzzing of both closed and open world styles of modules (#7090)
Alon Zakai
2024-11-19
13
-83
/
+497
*
Add nontrapping-fptoint lowering pass (#7016)
Derek Schuff
2024-11-19
9
-0
/
+670
*
Fuzzing: ClusterFuzz integration (#7079)
Alon Zakai
2024-11-19
11
-22
/
+808
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
8
-82
/
+87
*
[NFC] Finalize blocks with explicit breakability in IRBuilder (#7085)
Thomas Lively
2024-11-18
2
-4
/
+16
*
Rename memory-copy-fill-lowering pass (#7082)
Derek Schuff
2024-11-16
10
-23
/
+23
*
[NFC] Remove redundant [[nodiscard]] attributes (#7084)
Thomas Lively
2024-11-15
2
-150
/
+140
*
Mark Result and MaybeResult [[nodiscard]] (#7083)
Thomas Lively
2024-11-15
3
-13
/
+13
*
Reset function context when ending a function in IRBuilder (#7081)
Thomas Lively
2024-11-15
4
-10
/
+20
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
136
-520
/
+53
*
Record binary locations for nested blocks (#7078)
Thomas Lively
2024-11-14
6
-0
/
+41
*
Update lit test output (#7077)
Thomas Lively
2024-11-14
1
-0
/
+23
*
[NFC] Eagerly set local names in binary reader (#7076)
Thomas Lively
2024-11-14
2
-19
/
+26
*
[SignExt] OptimizeInstructions: Remove signexts of already-extended values (#...
Alon Zakai
2024-11-13
2
-15
/
+404
*
Fixup pops when necessary in IRBuilder (#7075)
Thomas Lively
2024-11-13
3
-3
/
+247
*
Read the names section first (#7074)
Thomas Lively
2024-11-13
3
-359
/
+347
*
Consolidate printing of function signatures (#7073)
Thomas Lively
2024-11-12
4
-58
/
+67
*
Introduce pass to lower memory.copy and memory.fill (#7021)
Derek Schuff
2024-11-13
10
-0
/
+897
*
HeapStoreOptimization: Fix a bug with jumping from the later value (v2) (#7070)
Alon Zakai
2024-11-12
2
-19
/
+873
*
[wasm64] Fuzzer: Fix type of unimported offsets (#7071)
Alon Zakai
2024-11-11
1
-2
/
+2
*
Fix PickLoadSigns on SignExt feature instructions (#7069)
Alon Zakai
2024-11-11
2
-17
/
+102
*
LocalGraph::canMoveSet (#7039)
Alon Zakai
2024-11-11
4
-41
/
+551
*
[EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)
Alon Zakai
2024-11-08
8
-85
/
+351
*
[wasm64] Fix 32-bit address computation in execution of SIMDLoadExtend (#7068)
Alon Zakai
2024-11-08
2
-3
/
+19
*
[NFC] Refactor fuzzer's can_run_on_feature_opts() (#7066)
Alon Zakai
2024-11-07
1
-6
/
+7
*
Rename indexType -> addressType. NFC (#7060)
Sam Clegg
2024-11-07
29
-214
/
+223
*
[wasm64] Fix copying of 64-bit tables, and fuzz them (#7065)
Alon Zakai
2024-11-07
6
-65
/
+126
*
[wasm64] Fuzz wasm64 memories (#7064)
Alon Zakai
2024-11-07
5
-80
/
+93
*
[wasm64] Fix Directize on indexes > 32 bits (#7063)
Alon Zakai
2024-11-07
2
-1
/
+15
*
[wasm64] Make interpreter table methods operate on Address, not Index (#7062)
Alon Zakai
2024-11-07
5
-39
/
+68
*
[wasm64] Fuzzer: Fix table import operations on table64 (#7056)
Alon Zakai
2024-11-07
1
-2
/
+13
*
[wasm64] Fix wasm-ctor-eval + utils on 64-bit indexes for memory64 (#7059)
Alon Zakai
2024-11-06
3
-5
/
+54
[prev]
[next]