Jon Ross-Perkins
|
032c0e017b
Start adding lazy import references to name lookup. (#3475)
|
2 年之前 |
Richard Smith
|
cef7eb5522
Simplify interface for getting an instruction from a type. (#3455)
|
2 年之前 |
josh11b
|
3b0923c81d
Add interface support to check (#3474)
|
2 年之前 |
Jon Ross-Perkins
|
8ace1dcb78
Remove BinaryOperatorAdd (#3469)
|
2 年之前 |
josh11b
|
e9fc07feee
Abbreviate "representation" -> "repr" (#3464)
|
2 年之前 |
Jon Ross-Perkins
|
0db63ff17a
Abbreviate Integer and FloatingPoint (#3435)
|
2 年之前 |
Jon Ross-Perkins
|
239f8030a4
Pass imports to SemIR. (#3415)
|
2 年之前 |
josh11b
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 年之前 |
josh11b
|
7d8afed6f7
Abbreviate "Initialization" -> "Init" (#3398)
|
2 年之前 |
josh11b
|
c53b248800
Abbreviate "parameter" -> "param" (#3392)
|
2 年之前 |
josh11b
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 年之前 |
josh11b
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 年之前 |
Richard Smith
|
6d5e62974c
Add SemIR instruction to track that a conversion was performed. (#3363)
|
2 年之前 |
Richard Smith
|
71aa4a45be
Distinguish between name IDs and string IDs in the type system. (#3341)
|
2 年之前 |
josh11b
|
f9fb27bdfc
Split handlers for aggregates out of `lower/handle.cpp` into its own file (#3368)
|
2 年之前 |
Richard Smith
|
545a5b3679
Support initializing a class from a struct. (#3358)
|
2 年之前 |
josh11b
|
737162cc8f
Rename sem_ir files node->inst, follow up to #3355 (#3361)
|
2 年之前 |
Jon Ross-Perkins
|
3401eed8d8
Split IdentifierId and StringLiteralId from StringId (#3352)
|
2 年之前 |
josh11b
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
2 年之前 |
Richard Smith
|
57f3c553b8
Support for type-checking and lowering method calls. (#3343)
|
2 年之前 |
Richard Smith
|
04ae5a0531
Support for functions with a `self` parameter. (#3338)
|
2 年之前 |
Richard Smith
|
ab575cf32a
Support for member access into classes. (#3335)
|
2 年之前 |
Richard Smith
|
620408b999
Basic lowering support for classes. (#3334)
|
2 年之前 |
Richard Smith
|
7f2f4bec4f
Add a `Field` node for fields in a class. (#3332)
|
2 年之前 |
Jon Ross-Perkins
|
e6634d240f
Make SemIR::File access more terse. (#3331)
|
2 年之前 |
Jon Ross-Perkins
|
1d6298290f
Add more value store types to File. (#3317)
|
2 年之前 |
Richard Smith
|
85e9642d18
Lower types in the order they were completed. (#3324)
|
2 年之前 |
Jon Ross-Perkins
|
7e9d644e1f
Switch File functions, classes, and types to ValueStores (#3316)
|
2 年之前 |
Jon Ross-Perkins
|
1b55ad86dd
Extend SharedValueStores to SemIR (#3313)
|
2 年之前 |
Richard Smith
|
e4caf7d604
Compute and cache the value representation of a type when it becomes complete. (#3271)
|
2 年之前 |