Chandler Carruth
|
bf02d1f4b0
Remove headers marked as unused by ClangD. (#3661)
|
2 年之前 |
Richard Smith
|
a1f1c7438f
Improve source locations for some diagnostics. (#3644)
|
2 年之前 |
Richard Smith
|
099bd5ce26
Produce a more descriptive error if an array type's bound is too large. (#3638)
|
2 年之前 |
Richard Smith
|
aba3c47467
Constant evaluation for aggregate access. (#3625)
|
2 年之前 |
Jon Ross-Perkins
|
f197219c10
Split parse nodes out from instructions because they're rarely used. (#3590)
|
2 年之前 |
josh11b
|
48c986f52d
Start using typed parse node ids in the check stage (#3547)
|
2 年之前 |
Richard Smith
|
0a1abe9f64
Clean up some uses of the node stack. (#3512)
|
2 年之前 |
Jon Ross-Perkins
|
0db63ff17a
Abbreviate Integer and FloatingPoint (#3435)
|
2 年之前 |
Jon Ross-Perkins
|
0d618b1278
Tidy up lint issues. (#3429)
|
2 年之前 |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
2 年之前 |
josh11b
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 年之前 |
josh11b
|
737162cc8f
Rename sem_ir files node->inst, follow up to #3355 (#3361)
|
2 年之前 |
josh11b
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
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
|
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
|
c7a9e29a89
Add typed nodes to SemIR. (#3280)
|
2 年之前 |
Richard Smith
|
fea6cf88fc
Unify initialization and conversion logic (#3255)
|
2 年之前 |
Jon Ross-Perkins
|
87d4c2dfc6
Improve testing and handling of unsigned APInt values (#3202)
|
2 年之前 |
Richard Smith
|
76576c1387
Fix rejection of arrays with eight or nine elements. (#3199)
|
2 年之前 |
Geoff Romer
|
6f02efe1d3
Add overflow check for array size (#3194)
|
2 年之前 |
Jon Ross-Perkins
|
c555b39a2c
Rename parser dir to parse (#3178)
|
2 年之前 |
Jon Ross-Perkins
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 年之前 |