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
|
620408b999
Basic lowering support for classes. (#3334)
|
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 年 前 |
Richard Smith
|
a46e7dd967
Remove most of the metaprogramming in node.h in favor of listing all the members in the typed node structs. (#3310)
|
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 年 前 |
josh11b
|
8d0831f431
Made function and namespace nodes typed to remove a crash (#3285)
|
2 年 前 |
Richard Smith
|
8779fcd77c
Switch from `SemIR::NodeKind::Foo` to `SemIR::Foo::Kind` wherever possible. (#3283)
|
2 年 前 |
Richard Smith
|
6e9d83e746
Support for `while` statements. (#3258)
|
2 年 前 |
Richard Smith
|
c7a9e29a89
Add typed nodes to SemIR. (#3280)
|
2 年 前 |
Richard Smith
|
bfa5463e5b
Add signature enforcement for `Main.Run` and give it the symbol name `main`. (#3266)
|
2 年 前 |
Richard Smith
|
491fa1bdd5
Place the computation of the destination of an initialization into the return slot. (#3252)
|
2 年 前 |
Richard Smith
|
d63fceff8e
Switch `GetNodeBlock` and `GetTypeBlock` to return an `ArrayRef` (#3220)
|
2 年 前 |
Jon Ross-Perkins
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 年 前 |
Jon Ross-Perkins
|
ec307b18d8
Rename the lowering dir to lower (#3172)
|
2 年 前 |