summaryrefslogtreecommitdiff
path: root/test/lit/passes/roundtrip.wast
Commit message (Expand)AuthorAgeFilesLines
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-261-14/+13
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-66/+0
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-291-0/+66
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-1/+1
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-2/+2
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-1/+1
* Parse non-nullable tuple elements without special handling (#5910)Thomas Lively2023-08-301-5/+3
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-1/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-1/+1
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-1/+1
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-281-0/+1
* Fix binary reading of tuples containing non-nullable types (#3734)Alon Zakai2021-03-251-0/+46