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
*
Validate memarg offsets (#6683)
Thomas Lively
2024-06-20
1
-1
/
+1
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
1
-191
/
+0
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
7
-42
/
+301
*
[Parser] Fix bug in unreachable fallback logic (#6676)
Thomas Lively
2024-06-18
1
-1
/
+37
*
GlobalStructInference: Optimize globals too (#6674)
Alon Zakai
2024-06-17
1
-0
/
+51
*
Fix DataSegment name handling (#6673)
Alon Zakai
2024-06-17
2
-0
/
+25
*
wasm2js: Support arbitrary temp variable types (#6661)
Alon Zakai
2024-06-17
3
-2
/
+41
*
Enable more spec tests (#6669)
Thomas Lively
2024-06-17
1
-18
/
+33
*
[Parser] Fix error message on required reftype (#6666)
Thomas Lively
2024-06-14
1
-0
/
+5
*
[Parser] Update requirements for implicit type uses (#6665)
Thomas Lively
2024-06-14
3
-225
/
+227
*
[threads] Binary reading and writing of shared composite types (#6664)
Thomas Lively
2024-06-14
2
-3
/
+53
*
[NFC] Add constexpr HeapTypes for basic heap types (#6662)
Thomas Lively
2024-06-14
2
-42
/
+42
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
15
-2
/
+58
*
wasm2js: Generalize global initializer code to use the main codegen logic (#6...
Alon Zakai
2024-06-13
3
-2
/
+35
*
Add local.set/tee local type annotations to BINARYEN_PRINT_FULL (#6657)
Alon Zakai
2024-06-13
2
-35
/
+35
*
wasm2js: Fix null handling and RefAsNonNull (#6656)
Alon Zakai
2024-06-12
3
-2
/
+57
*
[threads] Parse, build, and print shared composite types (#6654)
Thomas Lively
2024-06-12
2
-0
/
+108
*
[DebugInfo] Copy debug info in call-utils.h (#6652)
Alon Zakai
2024-06-12
1
-2
/
+23
*
Fix wasm-split bug in absence of active element segments (#6651)
Thomas Lively
2024-06-11
1
-0
/
+41
*
wasm2js: Add Table operations (#6650)
Alon Zakai
2024-06-11
3
-0
/
+224
*
Fix scratch local optimizations when emitting string slice (#6649)
Thomas Lively
2024-06-11
2
-22
/
+83
*
[Strings] Keep public and private types separate in StringLowering (#6642)
Alon Zakai
2024-06-10
2
-28
/
+102
*
wasm2js: Add basic reference operations (#6648)
Alon Zakai
2024-06-10
3
-0
/
+119
*
Effects: Add missing combining logic for MayNotReturn (#6635)
Alon Zakai
2024-06-03
1
-81
/
+295
*
Fix binary parser of declarative element segments (#6618)
Rikito Taniguchi
2024-06-03
2
-0
/
+28
*
Optimize ReorderGlobals ordering with a new algorithm (#6625)
Alon Zakai
2024-05-31
5
-41
/
+1448
*
LogExecution: Optionally take a module name for the logger function (#6629)
YAMAMOTO Takashi
2024-05-31
1
-0
/
+24
*
Avoid duplicate type names (#6633)
Alon Zakai
2024-05-30
1
-1
/
+2
*
[NFC] Port LogExecution test to lit (#6634)
Alon Zakai
2024-05-30
3
-140
/
+146
*
Fix Vacuuming of code leading up to an infinite loop (#6632)
Alon Zakai
2024-05-29
1
-22
/
+41
*
SignaturePruning: Properly handle public types (#6630)
Alon Zakai
2024-05-29
1
-0
/
+49
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
8
-37
/
+2
*
Use new wast parser in wasm2js (#6606)
Thomas Lively
2024-05-29
41
-2445
/
+2445
*
OptimizeInstructions: Push StructNew down to help it fold away StructSets (#6...
Roberto Lublinerman
2024-05-28
1
-12
/
+54
*
[EH] Rename old EH tests from -old to -legacy (#6627)
Heejin Ahn
2024-05-28
25
-0
/
+0
*
Fix TableFill bounds checking (#6621)
Alon Zakai
2024-05-21
1
-0
/
+32
*
Fuzzer: Better fuzzing of globals (#6611)
Alon Zakai
2024-05-21
2
-63
/
+75
*
[table64] Preserve 64-bit table flag when writing binaries (#6610)
Sam Clegg
2024-05-20
1
-0
/
+11
*
SimplifyGlobals: Do not switch a get to use a global of another type (#6605)
Alon Zakai
2024-05-20
1
-0
/
+24
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
7
-46
/
+33
*
Fix generate-dyncalls and directize passed under table64 (#6604)
Sam Clegg
2024-05-18
2
-0
/
+85
*
Fix GlobalRefining's handling of gets in module code and add missing validati...
Alon Zakai
2024-05-17
2
-1
/
+29
*
[Table64Lowering] Don't assume that all segments are from 64-bit tables (#6599)
Sam Clegg
2024-05-16
1
-11
/
+17
*
Fix FlatTable for table64 (#6598)
Sam Clegg
2024-05-15
1
-4
/
+12
*
Fix binary emitting of br_if with a refined value by emitting a cast (#6510)
Alon Zakai
2024-05-16
4
-64
/
+749
*
Add table64 lowering pass (#6595)
Sam Clegg
2024-05-15
4
-2
/
+70
*
OptimizeInstructions: Add missing invalidation check in consecutive equality ...
Alon Zakai
2024-05-15
1
-17
/
+245
*
[EH] Rename option/pass names for new EH (exnref) (#6592)
Heejin Ahn
2024-05-15
5
-35
/
+46
*
Debug location parser: accept arbitrary paths (#6594)
Jérôme Vouillon
2024-05-15
1
-2
/
+24
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
5
-1089
/
+162
[next]