index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
RedundantSetElimination: Look at fallthrough values (#5213)
Alon Zakai
2022-11-03
2
-5
/
+6
*
[C API] Add APIs to inspect compound heap types (#5195)
dcode
2022-11-03
4
-3
/
+106
*
Fuzzer: Skip fuzzing VMs when multi-memories are enabled (#5207)
Alon Zakai
2022-11-03
1
-3
/
+3
*
SimplifyLocals: Fix handling of subtyping (#5210)
Alon Zakai
2022-11-02
2
-21
/
+118
*
ReorderGlobals pass (#4904)
Alon Zakai
2022-11-02
7
-1
/
+477
*
[Wasm GC] SimplifyLocals: Switch local.get to use a more refined type when po...
Alon Zakai
2022-11-01
7
-69
/
+238
*
[NFC] Mention relevant flags in validator errors (#5203)
Alon Zakai
2022-11-01
3
-106
/
+126
*
Multi-Memories Lowering Pass (#5107)
Ashley Nelson
2022-11-01
8
-0
/
+681
*
CodePushing: Push into If arms (#5191)
Alon Zakai
2022-11-01
3
-99
/
+923
*
Fix a fuzz issue with scanning heap read types (#5184)
Alon Zakai
2022-11-01
2
-1
/
+58
*
[Wasm GC] Enable various passes in hybrid mode, not just nominal (#5202)
Alon Zakai
2022-10-31
6
-11
/
+18
*
Fix br_if fallthrough value (#5200)
Alon Zakai
2022-10-31
2
-1
/
+62
*
Work around some gcc 10.x issues (#5199)
Alon Zakai
2022-10-31
1
-5
/
+5
*
fix trivial typo (extra close paren) (#5197)
William Stein
2022-10-31
1
-1
/
+1
*
Fix comment in Asyncify.cpp (#5196)
William Stein
2022-10-31
1
-1
/
+1
*
[NFC] Rewrite PossibleContents::combine to be static (#5192)
Alon Zakai
2022-10-28
3
-57
/
+62
*
[Wasm GC] Fix the depth of the new array heap type (#5186)
Alon Zakai
2022-10-28
3
-3
/
+74
*
[C API] Add essential heap type utilities (#5160)
dcode
2022-10-26
3
-21
/
+75
*
Move removable code in CodePushing (#5187)
Alon Zakai
2022-10-25
2
-3
/
+66
*
[Parser] Parse `return` (#5181)
Thomas Lively
2022-10-25
2
-22
/
+113
*
[NFC] Remove an ancient hack in ReFinalize (#5183)
Alon Zakai
2022-10-24
2
-11
/
+0
*
[NFC] Inherit from Visitor in OverriddenVisitor (#5182)
Alon Zakai
2022-10-24
1
-17
/
+1
*
[Parser][NFC] Combine InstrParserCtx into ParseDefsCtx (#5179)
Thomas Lively
2022-10-21
1
-302
/
+312
*
[Parser] Parse `memory.copy` and `memory.fill` (#5178)
Thomas Lively
2022-10-21
2
-2
/
+108
*
[Wasm GC] Support BrOn* in CodePushing (#5177)
Alon Zakai
2022-10-21
2
-2
/
+82
*
Fix fuzzer to ignore externalize/internalize (#5176)
Alon Zakai
2022-10-21
3
-54
/
+61
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
7
-122
/
+575
*
[Wasm GC] Externalize/Internalize allow nulls (#5175)
Alon Zakai
2022-10-21
2
-0
/
+60
*
[Parser] Parse shared memory declarations (#5173)
Thomas Lively
2022-10-21
3
-18
/
+24
*
[NFC] Avoid re-parsing instruction names (#5171)
Thomas Lively
2022-10-20
5
-411
/
+325
*
Traverse data segments in walkModuleCode (#5169)
Alon Zakai
2022-10-20
1
-0
/
+5
*
Remove excessive validation that is not in the wasm spec (#5167)
Alon Zakai
2022-10-20
1
-28
/
+1
*
[NFC] Add nullptr init for ElementSegment offset (#5168)
Alon Zakai
2022-10-20
1
-1
/
+1
*
[Parser] Parse `memory.size` and `memory.grow` (#5165)
Thomas Lively
2022-10-20
3
-8
/
+131
*
[Parser] Parse memories (#5164)
Thomas Lively
2022-10-19
2
-23
/
+224
*
[NFC] Add a generic hash implementation for tuples (#5162)
Thomas Lively
2022-10-19
2
-5
/
+22
*
[NFC] Remove obsolete `makePush` functions (#5159)
Thomas Lively
2022-10-19
2
-7
/
+0
*
[Parser] Parse SIMD ternary expressions and shifts (#5158)
Thomas Lively
2022-10-19
2
-4
/
+52
*
[Wasm GC] Use Cones in GUFA data reads and writes (#5157)
Alon Zakai
2022-10-19
3
-92
/
+92
*
[C API] Align I31ref and Dataref to be nullable (#5153)
dcode
2022-10-19
4
-8
/
+9
*
[Parser] Parse SIMD lane manipulation instructions (#5156)
Thomas Lively
2022-10-19
2
-5
/
+98
*
[Parser] Parse global.get and global.set (#5155)
Thomas Lively
2022-10-19
2
-17
/
+87
*
[Wasm GC] [NFC] Remove .type checks from GUFA that are not needed with modern...
Alon Zakai
2022-10-18
1
-10
/
+4
*
[Wasm GC] Filter GUFA expression locations by their type (#5149)
Alon Zakai
2022-10-18
3
-19
/
+239
*
[C API] Add bottom heap types and array heap type (#5150)
dcode
2022-10-18
4
-0
/
+73
*
[NFC] Add namespacing to wasm-features.h (#5152)
Alon Zakai
2022-10-18
1
-0
/
+4
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
15
-36
/
+68
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
17
-89
/
+261
*
Exhaustively test basic heap type relationships (#5147)
Thomas Lively
2022-10-17
2
-4
/
+202
*
[GUFA] Add some tests for #5142 (#5146)
Alon Zakai
2022-10-17
1
-0
/
+130
[next]