summaryrefslogtreecommitdiff
path: root/src/passes/StringLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Strings] StringGathering: Handle uses of strings before their definitions (#...Alon Zakai2024-10-151-10/+8
* Require string-style identifiers to be UTF-8 (#6941)Thomas Lively2024-09-161-2/+5
* Only generate string.consts custom section if it is needed (#6893)Goktug Gokdogan2024-09-051-7/+10
* Add a string lowering mode disallowing non-UTF-8 strings (#6861)Thomas Lively2024-08-211-2/+19
* Fix direct comparisons with unshared basic heap types (#6845)Thomas Lively2024-08-161-4/+9
* [NFC] Add HeapType::getFeatures() (#6707)Alon Zakai2024-06-271-1/+1
* [Strings] Keep public and private types separate in StringLowering (#6642)Alon Zakai2024-06-101-13/+39
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-5/+6
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-34/+6
* [Strings] Do not reuse mutable globals in StringGathering (#6531)Alon Zakai2024-04-241-1/+2
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-151-11/+24
* [Strings] Lower string.concat in StringLowering (#6453)Thomas Lively2024-03-291-0/+9
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-1/+7
* SubtypingDiscoverer: Differentiate non-flow subtyping constraints (#6344)Alon Zakai2024-02-271-0/+4
* [StringLowering] Lower `stringview_wtf16.get_codeunit` to `charCodeAt` (#6353)Thomas Lively2024-02-261-4/+4
* [NFC] Use SubtypingDiscoverer in StringLowering (#6325)Alon Zakai2024-02-201-49/+49
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-201-8/+12
* StringLowering: Lower nulls in call params (#6317)Alon Zakai2024-02-201-0/+10
* StringLowering: Properly handle nullable inputs to StringAs (#6307)Alon Zakai2024-02-141-1/+11
* StringLowering: Fix up nulls written to struct.new fields (#6306)Alon Zakai2024-02-141-16/+36
* StringLowering: Use an array16 type in its own rec group (#6302)Alon Zakai2024-02-131-9/+25
* StringLowering: Hack around if issue with bottom types (#6303)Alon Zakai2024-02-131-0/+21
* StringLowering: Modify string=>extern also in public types (#6301)Alon Zakai2024-02-131-1/+15
* [NFC] Add links to specs in StringLowering (#6292)Alon Zakai2024-02-081-0/+4
* StringLowering: Lower all remaining important string operations (#6283)Alon Zakai2024-02-081-0/+84
* StringLowering: Start to lower instructions (#6281)Alon Zakai2024-02-061-0/+82
* StringLowering pass (#6271)Alon Zakai2024-02-051-4/+60
* StringGathering pass (#6257)Alon Zakai2024-01-311-0/+180