Richard Smith
|
32e68cfb5b
Fix debug location for variable allocas and lifetime markers. (#5432)
|
před 1 rokem |
Richard Smith
|
b5ae988a08
Add builtins for compound assignment operators. (#5335)
|
před 1 rokem |
Alina Sbirlea
|
4e21c0c1fc
Basic lowering generic function definitions. (#5016)
|
před 1 rokem |
Richard Smith
|
0d2f364f39
Split evaluation up into one function per instruction kind (#5008)
|
před 1 rokem |
Jon Ross-Perkins
|
21252b5e94
Add missing trailing return types (#5006)
|
před 1 rokem |
Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
před 1 rokem |
Geoff Romer
|
ac5cc33da4
Model return slot as parameter in lowering (#4457)
|
před 1 rokem |
Chandler Carruth
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
před 1 rokem |
Chandler Carruth
|
0c8ab663c9
Migrate all CARBON_VLOG to the format string variant. (#4284)
|
před 1 rokem |
Jon Ross-Perkins
|
1412ecd3f4
Handle unknown lines in DebugInfo (#4252)
|
před 1 rokem |
David Blaikie
|
5177ebbe2a
Fix crash when disabling debug info (#4249)
|
před 1 rokem |
David Blaikie
|
0ae2a3907e
Add line-level debug info (#4247)
|
před 1 rokem |
Richard Smith
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
před 1 rokem |
Jon Ross-Perkins
|
6d2d1cf7ca
Refactor lower handlers to use overloads. (#4120)
|
před 1 rokem |
Jon Ross-Perkins
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
před 1 rokem |
Jon Ross-Perkins
|
6682241ea0
Refactor whether a function is lowered into InstKind::Define (#4117)
|
před 1 rokem |
Chandler Carruth
|
8992d22ab3
Port the toolchain to use the new Carbon hashtable (#4097)
|
před 1 rokem |
Danial Klimkin
|
7e4f2f2b49
Update FunctionContext::Inserter::InsertHelper for llvm changes (#4069)
|
před 1 rokem |
Richard Smith
|
0ff798ae90
Use `CARBON_KIND_SWITCH` for inst dispatch in `FunctionContext` and `ConstantContext`. (#3919)
|
před 2 roky |
Richard Smith
|
79c0b65288
Separate constant emission from function emission. (#3916)
|
před 2 roky |
Richard Smith
|
ccf87f0a38
Use computed constants in lowering rather than lowering instructions (#3905)
|
před 2 roky |
Richard Smith
|
3776c068de
Unify instruction naming between SemIR and LLVM IR (#3898)
|
před 2 roky |
Jon Ross-Perkins
|
1974e44fd9
Rename factory functions from 'Create' to 'Make' (#3706)
|
před 2 roky |
Chandler Carruth
|
13de9e9d06
Fix outstanding `clang-tidy` errors. (#3654)
|
před 2 roky |
josh11b
|
e9fc07feee
Abbreviate "representation" -> "repr" (#3464)
|
před 2 roky |
josh11b
|
7d8afed6f7
Abbreviate "Initialization" -> "Init" (#3398)
|
před 2 roky |
Richard Smith
|
6d5e62974c
Add SemIR instruction to track that a conversion was performed. (#3363)
|
před 2 roky |
josh11b
|
737162cc8f
Rename sem_ir files node->inst, follow up to #3355 (#3361)
|
před 2 roky |
josh11b
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
před 2 roky |
Richard Smith
|
57f3c553b8
Support for type-checking and lowering method calls. (#3343)
|
před 2 roky |