summaryrefslogtreecommitdiff
path: root/test/lit/passes/string-lowering-instructions.wast
Commit message (Expand)AuthorAgeFilesLines
* Require string-style identifiers to be UTF-8 (#6941)Thomas Lively2024-09-161-4/+4
* Use --preserve-type-order in more tests (#6923)Thomas Lively2024-09-101-38/+38
* [Strings] Keep public and private types separate in StringLowering (#6642)Alon Zakai2024-06-101-28/+28
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+0
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-102/+32
* [Strings] Lower string.concat in StringLowering (#6453)Thomas Lively2024-03-291-17/+36
* [Parser] Do not require a memory for GC string ops (#6363)Thomas Lively2024-02-291-0/+1
* [StringLowering] Lower `stringview_wtf16.get_codeunit` to `charCodeAt` (#6353)Thomas Lively2024-02-261-2/+2
* [NFC] Use SubtypingDiscoverer in StringLowering (#6325)Alon Zakai2024-02-201-0/+4
* StringLowering: Lower nulls in call params (#6317)Alon Zakai2024-02-201-30/+44
* StringLowering: Properly handle nullable inputs to StringAs (#6307)Alon Zakai2024-02-141-5/+36
* StringLowering: Fix up nulls written to struct.new fields (#6306)Alon Zakai2024-02-141-30/+75
* StringLowering: Use an array16 type in its own rec group (#6302)Alon Zakai2024-02-131-43/+118
* StringLowering: Hack around if issue with bottom types (#6303)Alon Zakai2024-02-131-28/+77
* StringLowering: Modify string=>extern also in public types (#6301)Alon Zakai2024-02-131-31/+73
* StringLowering: Lower all remaining important string operations (#6283)Alon Zakai2024-02-081-21/+129
* StringLowering: Start to lower instructions (#6281)Alon Zakai2024-02-061-0/+95