Jon Ross-Perkins
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
před 1 rokem |
Jon Ross-Perkins
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
před 1 rokem |
Jon Ross-Perkins
|
f3a4178083
Remove SemIR::RealLiteral (#4113)
|
před 1 rokem |
Jon Ross-Perkins
|
5ebcbae2e8
Add a location to indirect imports. (#4098)
|
před 1 rokem |
Jon Ross-Perkins
|
8218769e5e
Fix quirks in debug printing (#4088)
|
před 1 rokem |
Jon Ross-Perkins
|
3f78e1d068
Change implicit import handling to be namespace-oriented. (#4089)
|
před 1 rokem |
Richard Smith
|
a0d767246f
Add `GenericInstance` type to represent instances of generics. (#4085)
|
před 1 rokem |
Richard Smith
|
e7b0529957
Create a `Generic` object to represent a generic. (#4081)
|
před 1 rokem |
Richard Smith
|
9029cac727
Remove `inst_id` from the public interface of `ConstantId`. (#4053)
|
před 1 rokem |
Richard Smith
|
f772c1f5f3
More support for generic interfaces, aiming for parity with support for generic classes. (#4034)
|
před 1 rokem |
Richard Smith
|
9a11e977b3
Improve formatting of the type of a function or generic class name. (#4033)
|
před 1 rokem |
Jon Ross-Perkins
|
517a416852
Clean up some misc toolchain braced inits. (#4013)
|
před 1 rokem |
Jon Ross-Perkins
|
7e81c1710e
Refactor modifier fetching of enclosing scopes to avoid duplicate calls. (#4010)
|
před 1 rokem |
Jon Ross-Perkins
|
03e3a72628
Rename Directive->Decl in general, BindExport->ExportDecl (#3957)
|
před 1 rokem |
Jon Ross-Perkins
|
40b2217421
Initial 'export name' handling. (#3949)
|
před 1 rokem |
Richard Smith
|
9783d44fed
Add a GenericClassType as the type of the name of a generic class. (#3935)
|
před 2 roky |
Jon Ross-Perkins
|
92fa0ac1ac
Remove ImportRefUsed (#3934)
|
před 2 roky |
Jon Ross-Perkins
|
76ed3c73cb
Promote FunctionType to a standard instruction. (#3931)
|
před 2 roky |
Jon Ross-Perkins
|
c82ce8faae
Start adding tracking of the complete list of IRs under check. (#3915)
|
před 2 roky |
Richard Smith
|
02827ca26a
Rename `CARBON_SEM_IR_INST_KIND_*_TYPE` macros to `CARBON_SEM_IR_INST_KIND_TYPE_*` for consistency and namespacing. (#3920)
|
před 2 roky |
Richard Smith
|
79c0b65288
Separate constant emission from function emission. (#3916)
|
před 2 roky |
Jon Ross-Perkins
|
5627f88c22
Switch ImportRefs to provide a LocId. (#3913)
|
před 2 roky |
Jon Ross-Perkins
|
377262d358
Remove ExternDecl and ExternType (#3909)
|
před 2 roky |
Richard Smith
|
8f8277b450
Use def file to avoid listing all non-type insts in type switches. (#3911)
|
před 2 roky |
Richard Smith
|
62fe0cd385
Remove the builtin IR, and instead define builtin types locally. (#3910)
|
před 2 roky |
Jon Ross-Perkins
|
5694dd152e
Add ExternDecl and ExternType for extern classes. (#3893)
|
před 2 roky |
Pablo Paglilla
|
cae62765af
Add builtins for basic float operations (#3897)
|
před 2 roky |
Richard Smith
|
462bcd9f6e
Support explicit conversion between adapters and their adapted types. (#3889)
|
před 2 roky |
Richard Smith
|
28ceb4dd4e
Basic check support for adapters. (#3874)
|
před 2 roky |
Jon Ross-Perkins
|
6c5cb5bcf6
Switch sem_ir code to use CARBON_KIND_SWITCH (#3870)
|
před 2 roky |