index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm-reduce] Reduce struct.new arguments away when possible (#7118)
HEAD
main
Alon Zakai
2024-12-30
3
-1
/
+64
*
[NFC] Make MemoryOrder parameters non-optional (#7171)
Thomas Lively
2024-12-21
11
-31
/
+36
*
Fix UBSan on CI (#7173)
Thomas Lively
2024-12-20
2
-7
/
+13
*
[NFC] Move more logic about unfuzzable tests to a shared location (#7175)
Alon Zakai
2024-12-20
2
-20
/
+20
*
[NFC] Remove unused `useNewWATParser` bool (#7170)
Thomas Lively
2024-12-20
1
-4
/
+0
*
Update flake8 and fix errors (#7172)
Thomas Lively
2024-12-20
10
-69
/
+17
*
[NFC] Fix spurious uninitialized variable warning (#7174)
Thomas Lively
2024-12-20
1
-1
/
+2
*
Update GlobalStructInference to handle atomics (#7168)
Thomas Lively
2024-12-20
2
-12
/
+251
*
Do not optimize atomic gets in GUFA (#7161)
Thomas Lively
2024-12-19
3
-14
/
+85
*
[NFC] Move code from fuzz_opt.py to a shared place (#7165)
Alon Zakai
2024-12-19
3
-73
/
+97
*
[Outlining] Sort sequences by order appeared in function (#7164)
Ashley Nelson
2024-12-19
1
-5
/
+14
*
Explicitly disable WASM_BIGINT in emcc build when the CMake flag is off (#7162)
Derek Schuff
2024-12-19
1
-0
/
+2
*
Handle atomics in GTO (#7160)
Thomas Lively
2024-12-18
2
-7
/
+80
*
Handle atomic accesses in ConstantFieldPropagation (#7159)
Thomas Lively
2024-12-18
2
-8
/
+150
*
[NFC] Improve ClusterFuzz testing (#7157)
Alon Zakai
2024-12-18
2
-15
/
+23
*
Handle atomic accesses in Heap2Local (#7158)
Thomas Lively
2024-12-18
2
-3
/
+122
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
22
-42
/
+813
*
RemoveUnusedBrs: Avoid an error on loops with unreachable ifs (#7156)
Alon Zakai
2024-12-17
2
-19
/
+57
*
[wasm-reduce] Add an option to save all interim working files as we reduce (#...
Alon Zakai
2024-12-16
2
-2
/
+32
*
Fuzz JSPI (#7148)
Alon Zakai
2024-12-16
11
-119
/
+279
*
Version 121 (#7153)
Thomas Lively
2024-12-16
2
-4
/
+11
*
Enable upstream spec tests requiring block parameters (#7151)
Thomas Lively
2024-12-16
3
-6
/
+3
*
Address comments from #7149 (#7152)
Thomas Lively
2024-12-13
2
-2
/
+3
*
[NFC] Move HeapType::isBottom() to header (#7150)
Thomas Lively
2024-12-13
2
-25
/
+27
*
Support control flow inputs in IRBuilder (#7149)
Thomas Lively
2024-12-13
13
-162
/
+825
*
Execution results: JS traps on exnref on the boundary (#7147)
Alon Zakai
2024-12-12
2
-5
/
+27
*
[NFC] Encode reference types with bit packing (#7142)
Thomas Lively
2024-12-10
4
-454
/
+150
*
Fuzz combinations of two modules (#7144)
Alon Zakai
2024-12-10
1
-2
/
+80
*
[NFC] Simplify TypeGraphWalker in wasm-type.cpp (#7143)
Thomas Lively
2024-12-10
1
-213
/
+139
*
[GC] Fix TypeRefining on StructGets without content but with a reachable ref ...
Alon Zakai
2024-12-09
2
-62
/
+172
*
Fuzzer: Add call-ref, call-ref-catch imports (#7137)
Alon Zakai
2024-12-09
9
-176
/
+493
*
Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)
Derek Schuff
2024-12-06
24
-25
/
+225
*
Remove incorrect warning when reading name section (#7140)
Thomas Lively
2024-12-06
1
-5
/
+0
*
[NFC] Send the closed-world flag to TranslateToFuzzReader (#7136)
Alon Zakai
2024-12-05
4
-13
/
+29
*
Remove separate Table64Lowering pass (#7131)
Sam Clegg
2024-12-04
9
-254
/
+206
*
Fix GUFA on calls to function refs in open world (#7135)
Alon Zakai
2024-12-04
4
-15
/
+106
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
19
-394
/
+383
*
Fixup block-nested pops even when EH is not enabled (#7130)
Thomas Lively
2024-12-03
5
-7
/
+17
*
Do not sink blocks into ifs with unreachable conditions (#7129)
Thomas Lively
2024-12-02
3
-13
/
+49
*
[GC] Fix trapping on array.new_data of dropped segments of offset > 0 (#7124)
Alon Zakai
2024-12-02
2
-3
/
+33
*
[NFC] Rename {F32,F64}NearestInt to {F32,F64}Nearest (#7089)
Thomas Lively
2024-11-27
3
-9
/
+5
*
Use IRBuilder in the binary parser (#6963)
Thomas Lively
2024-11-26
70
-7907
/
+4972
*
Make more Ifs unreachable (#7094)
Thomas Lively
2024-11-27
19
-108
/
+282
*
[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
5
-464
/
+831
*
[Fuzzing] Emit secondary wasm files in ClusterFuzz testcases (#7122)
Alon Zakai
2024-11-26
3
-27
/
+158
*
ReFinalize after merging siblings in TypeMerging (#7121)
Thomas Lively
2024-11-26
2
-1
/
+72
*
Error on missing wasm2js test expectations (#7119)
Alon Zakai
2024-11-26
1
-1
/
+9
*
[wasm2js] Run LLVM nontrapping fptoint lowering when running for emscripten (...
Derek Schuff
2024-11-26
5
-4
/
+428
*
Fix ArenaVector::swap (#7115)
Alon Zakai
2024-11-26
3
-6
/
+43
[next]