index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[threads] Ignore shared-array.wast in fuzzer initial contents (#6706)
Thomas Lively
2024-06-26
1
-0
/
+1
*
[threads] Fuzz shared types in type fuzzer (#6704)
Thomas Lively
2024-06-26
5
-144
/
+182
*
[WasmGC] Heap2Local: Optimize RefEq (#6703)
Alon Zakai
2024-06-26
2
-10
/
+352
*
[threads] Validate shared-polymorphic instructions (#6702)
Thomas Lively
2024-06-25
6
-72
/
+150
*
[threads] Validate shared-to-unshared edges in heap types (#6698)
Thomas Lively
2024-06-25
5
-22
/
+195
*
Add missing struct/array type checks in binary reader (#6701)
Alon Zakai
2024-06-25
1
-0
/
+30
*
Add a missing binary reading check for BrOn's reference child's type (#6700)
Alon Zakai
2024-06-25
1
-0
/
+3
*
[NFC] Remove a minor compile-time optimization in Heap2Local (#6699)
Alon Zakai
2024-06-25
1
-43
/
+6
*
[WasmGC] Add missing ArrayNew variants to Properties::isGenerative (#6691)
Alon Zakai
2024-06-24
2
-5
/
+89
*
Add a proper error for bad select results (#6697)
Alon Zakai
2024-06-24
1
-1
/
+5
*
Add TraceCalls pass (#6619)
Marcin Kolny
2024-06-21
8
-0
/
+397
*
wasm2js: Fix the names of temp vars with named reference types (#6689)
Alon Zakai
2024-06-21
4
-2
/
+39
*
GlobalStructInference: Un-nest struct.news in globals when that is helpful (#...
Alon Zakai
2024-06-20
2
-67
/
+632
*
Re-enable spec tests requiring multivalue (#6684)
Thomas Lively
2024-06-20
3
-42
/
+18
*
Validate memarg offsets (#6683)
Thomas Lively
2024-06-20
3
-3
/
+15
*
[NFC] Add pragma to ignore maybe-uninitialized in strings.cpp (#6686)
Thomas Lively
2024-06-20
1
-0
/
+5
*
Validate that names are valid UTF-8 (#6682)
Thomas Lively
2024-06-19
6
-12
/
+36
*
Fix validation of unused LEB128 bits (#6680)
Thomas Lively
2024-06-19
2
-12
/
+16
*
Check malformed mutability on imported globals (#6679)
Thomas Lively
2024-06-18
2
-1
/
+3
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
5
-205
/
+26
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
20
-251
/
+623
*
[Parser] Fix bug in unreachable fallback logic (#6676)
Thomas Lively
2024-06-18
3
-17
/
+55
*
fix(#6671): fix possible stack buffer overflow in gen-s-parser.inc (#6678)
mtb
2024-06-18
2
-0
/
+14
*
Reject invalid section IDs (#6675)
Thomas Lively
2024-06-18
3
-8
/
+8
*
GlobalStructInference: Optimize globals too (#6674)
Alon Zakai
2024-06-17
2
-11
/
+61
*
Fix DataSegment name handling (#6673)
Alon Zakai
2024-06-17
3
-1
/
+26
*
wasm2js: Support arbitrary temp variable types (#6661)
Alon Zakai
2024-06-17
4
-22
/
+59
*
Enable more spec tests (#6669)
Thomas Lively
2024-06-17
4
-89
/
+83
*
[Parser] Fix error message on required reftype (#6666)
Thomas Lively
2024-06-14
2
-9
/
+20
*
[Parser] Update requirements for implicit type uses (#6665)
Thomas Lively
2024-06-14
4
-226
/
+228
*
[threads] Binary reading and writing of shared composite types (#6664)
Thomas Lively
2024-06-14
6
-4
/
+67
*
[Parser][NFC] Make typeidx and maybeTypeidx return consistent types (#6663)
Thomas Lively
2024-06-14
2
-13
/
+12
*
[NFC] Add constexpr HeapTypes for basic heap types (#6662)
Thomas Lively
2024-06-14
3
-42
/
+62
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
22
-8
/
+111
*
wasm2js: Generalize global initializer code to use the main codegen logic (#6...
Alon Zakai
2024-06-13
4
-50
/
+54
*
Add local.set/tee local type annotations to BINARYEN_PRINT_FULL (#6657)
Alon Zakai
2024-06-13
3
-47
/
+60
*
wasm2js: Fix null handling and RefAsNonNull (#6656)
Alon Zakai
2024-06-12
5
-29
/
+88
*
[threads] Parse, build, and print shared composite types (#6654)
Thomas Lively
2024-06-12
8
-13
/
+178
*
[DebugInfo] Copy debug info in call-utils.h (#6652)
Alon Zakai
2024-06-12
8
-54
/
+120
*
[Parser][NFC] Split parser into multiple compilation units (#6653)
Thomas Lively
2024-06-12
9
-167
/
+369
*
Fix wasm-split bug in absence of active element segments (#6651)
Thomas Lively
2024-06-11
2
-7
/
+54
*
wasm2js: Add Table operations (#6650)
Alon Zakai
2024-06-11
7
-17
/
+298
*
Fix scratch local optimizations when emitting string slice (#6649)
Thomas Lively
2024-06-11
3
-53
/
+105
*
[Strings] Keep public and private types separate in StringLowering (#6642)
Alon Zakai
2024-06-10
3
-41
/
+141
*
wasm2js: Add basic reference operations (#6648)
Alon Zakai
2024-06-10
7
-17
/
+148
*
Fix stack-use-after-scope on Windows in Precompute (#6643)
mtb
2024-06-05
1
-1
/
+2
*
Effects: Add missing combining logic for MayNotReturn (#6635)
Alon Zakai
2024-06-03
2
-81
/
+296
*
Fix binary parser of declarative element segments (#6618)
Rikito Taniguchi
2024-06-03
3
-1
/
+33
*
Make Emscripten CMake build more configurable (#6638)
Derek Schuff
2024-05-31
1
-3
/
+16
*
Optimize ReorderGlobals ordering with a new algorithm (#6625)
Alon Zakai
2024-05-31
6
-112
/
+1774
[next]