summaryrefslogtreecommitdiff
path: root/test/lit/binary
Commit message (Expand)AuthorAgeFilesLines
* Fixup block-nested pops even when EH is not enabled (#7130)Thomas Lively2024-12-032-2/+2
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-267-146/+169
* Read the names section first (#7074)Thomas Lively2024-11-131-4/+5
* [NFC] Eagerly create segments when parsing datacount (#6958)Thomas Lively2024-09-192-0/+9
* Save build ID in a source map (#6799)Marcin Kolny2024-08-152-0/+7
* Heap type `none` requires GC (#6840)Thomas Lively2024-08-141-3/+0
* Use Names::getValidNameGivenExisting in binary reading (#6793)Alon Zakai2024-07-315-2/+45
* Error more clearly on wasm components (#6751)Alon Zakai2024-07-172-0/+6
* Fix DataSegment name handling (#6673)Alon Zakai2024-06-172-0/+25
* Fix binary parser of declarative element segments (#6618)Rikito Taniguchi2024-06-032-0/+28
* [EH] Rename old EH tests from -old to -legacy (#6627)Heejin Ahn2024-05-282-0/+0
* Simplify scratch local calculation (#6583)Thomas Lively2024-05-131-7/+4
* Allow DWARF and multivalue together (#6570)Heejin Ahn2024-05-062-0/+106
* [EH] Rename -eh lit test names to -eh-old (#6227)Heejin Ahn2024-01-222-1/+1
* Error on multivalue inputs that we do not handle (#5962)Alon Zakai2023-09-204-0/+38
* Fix stacky-nn-tuple.test.wasm (#5934)Thomas Lively2023-09-131-0/+0
* Use standard GC encodings by default (#5873)Thomas Lively2023-09-121-0/+0
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-2/+1
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-094-23/+0
* Fix binary writing of strings without GC enabled (#5836)Alon Zakai2023-07-311-0/+12
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-122-41/+0
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-232-0/+41
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-192-41/+0
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-2/+2
* Fix name deduplication with partial names sections (#5689)Alon Zakai2023-04-282-0/+22
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-142-27/+0
* Convert some tests off of --nominal (#5660)Thomas Lively2023-04-131-1/+1
* [Exceptions] Fix error on bad delegate index (#5587)Alon Zakai2023-03-172-0/+17
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-3/+2
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-0/+0
* In --debug mode, print partial wasm data that was read (#5356)Alon Zakai2022-12-153-63/+105
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-0/+1
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-072-0/+40
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-232-10/+10
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-182-0/+18
* Fix binary parsing of the prototype nominal format (#4679)Thomas Lively2022-05-191-13/+13
* Parse the prototype nominal binary format (#4644)Thomas Lively2022-05-042-0/+27
* [Wasm GC] Fix stacky non-nullable tuples (#4561)Alon Zakai2022-03-312-0/+112
* Warn about and ignore empty local/param names in name section (#4426)Alon Zakai2022-01-072-0/+14
* [GC] Move heap-types.wast out of lit/test/binary/ (#4424)Heejin Ahn2022-01-041-150/+0
* [EH] Fixup nested pops after reading stacky binary (#4420)Heejin Ahn2022-01-042-0/+66
* Add binary format parse checking for ref.as input type (#4389)Alon Zakai2021-12-162-0/+6
* Print heap types in text format in nominal mode (#4316)Alon Zakai2021-11-081-5/+5
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-7/+7
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+150
* Support new dylink.0 custom section format (#4141)Sam Clegg2021-09-112-3/+3
* Handle extra info in dylink section (#4112)Sam Clegg2021-08-312-0/+15