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