David Blaikie
|
4c9021cbc8
Change branch-to-fatal to check condition (#4256)
|
1 год назад |
David Blaikie
|
0ae2a3907e
Add line-level debug info (#4247)
|
1 год назад |
David Blaikie
|
c5ada29ba9
Add filename and line number to function debug info metadata (#4243)
|
1 год назад |
David Blaikie
|
ea8ad22a17
Add function debug info descriptions (#4233)
|
1 год назад |
David Blaikie
|
d57aa57215
Add rudimentry debug info metadata emission (#4225)
|
1 год назад |
R B
|
61e87c3a88
Lower global variables (#4228)
|
1 год назад |
Richard Smith
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
1 год назад |
Richard Smith
|
a9e835f3dc
Remove caching of return slot usage. (#4163)
|
1 год назад |
Richard Smith
|
07bad72d86
Support for calling non-generic methods in a specific class. (#4156)
|
1 год назад |
Richard Smith
|
dde0bd0ffe
Change TypeId to be a thin wrapper around ConstantId. (#4140)
|
1 год назад |
Jon Ross-Perkins
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
1 год назад |
Jon Ross-Perkins
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
1 год назад |
Richard Smith
|
9029cac727
Remove `inst_id` from the public interface of `ConstantId`. (#4053)
|
1 год назад |
Richard Smith
|
e3c15edb92
Remove return_type_id from Function. (#4051)
|
1 год назад |
Richard Smith
|
f772c1f5f3
More support for generic interfaces, aiming for parity with support for generic classes. (#4034)
|
1 год назад |
Jon Ross-Perkins
|
d9c62b106d
Rename enclosing scope to parent scope (#4020)
|
1 год назад |
Richard Smith
|
28cefe98df
Factor out pushing / popping of names plus parameters. (#4005)
|
1 год назад |
Richard Smith
|
9783d44fed
Add a GenericClassType as the type of the name of a generic class. (#3935)
|
2 лет назад |
Jon Ross-Perkins
|
76ed3c73cb
Promote FunctionType to a standard instruction. (#3931)
|
2 лет назад |
Richard Smith
|
02827ca26a
Rename `CARBON_SEM_IR_INST_KIND_*_TYPE` macros to `CARBON_SEM_IR_INST_KIND_TYPE_*` for consistency and namespacing. (#3920)
|
2 лет назад |
Richard Smith
|
008d41d7f3
Move instruction names for struct and tuple values from lower to `InstNamer`. (#3918)
|
2 лет назад |
Richard Smith
|
79c0b65288
Separate constant emission from function emission. (#3916)
|
2 лет назад |
Richard Smith
|
ce2aed652f
Use `CARBON_KIND_SWITCH` in type lowering. (#3914)
|
2 лет назад |
Jon Ross-Perkins
|
377262d358
Remove ExternDecl and ExternType (#3909)
|
2 лет назад |
Richard Smith
|
8f8277b450
Use def file to avoid listing all non-type insts in type switches. (#3911)
|
2 лет назад |
Richard Smith
|
ccf87f0a38
Use computed constants in lowering rather than lowering instructions (#3905)
|
2 лет назад |
Richard Smith
|
3776c068de
Unify instruction naming between SemIR and LLVM IR (#3898)
|
2 лет назад |
Richard Smith
|
1b335402d1
Allow incomplete return types in function declarations. (#3875)
|
2 лет назад |
Richard Smith
|
bb117aea3a
Add support for `iN` and `uN` for all suitable `N`. (#3868)
|
2 лет назад |
Richard Smith
|
1792c8f522
Fix lowering of a call to an imported function. (#3863)
|
2 лет назад |