Richard Smith
|
e7b0529957
Create a `Generic` object to represent a generic. (#4081)
|
1 سال پیش |
Chandler Carruth
|
b70cfd0be9
Remove another hashtable iteraiton order dependency. (#4070)
|
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
|
807a3f1370
Add namespace-scoped private keyword support. (#4026)
|
1 سال پیش |
Jon Ross-Perkins
|
d9c62b106d
Rename enclosing scope to parent scope (#4020)
|
1 سال پیش |
Chandler Carruth
|
dd0890619a
Enable a couple of boring warnings. (#4018)
|
1 سال پیش |
Jon Ross-Perkins
|
517a416852
Clean up some misc toolchain braced inits. (#4013)
|
1 سال پیش |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
1 سال پیش |
Richard Smith
|
28cefe98df
Factor out pushing / popping of names plus parameters. (#4005)
|
1 سال پیش |
Richard Smith
|
5c8fa6ad5c
Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979)
|
1 سال پیش |
Jon Ross-Perkins
|
d4025dc6c4
Handle merging of conflicting 'export name' cross-package imports. (#3973)
|
1 سال پیش |
Jon Ross-Perkins
|
03e3a72628
Rename Directive->Decl in general, BindExport->ExportDecl (#3957)
|
1 سال پیش |
Jon Ross-Perkins
|
3b32d390ac
Fix accidental name exposure on cross-package import use. (#3955)
|
1 سال پیش |
Jon Ross-Perkins
|
40b2217421
Initial 'export name' handling. (#3949)
|
1 سال پیش |
Richard Smith
|
9783d44fed
Add a GenericClassType as the type of the name of a generic class. (#3935)
|
2 سال پیش |
Jon Ross-Perkins
|
92fa0ac1ac
Remove ImportRefUsed (#3934)
|
2 سال پیش |
Jon Ross-Perkins
|
76ed3c73cb
Promote FunctionType to a standard instruction. (#3931)
|
2 سال پیش |
Jon Ross-Perkins
|
6483044597
Switch import logic to rely on constants. (#3917)
|
2 سال پیش |
Jon Ross-Perkins
|
c82ce8faae
Start adding tracking of the complete list of IRs under check. (#3915)
|
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
|
79c0b65288
Separate constant emission from function emission. (#3916)
|
2 سال پیش |
Jon Ross-Perkins
|
5627f88c22
Switch ImportRefs to provide a LocId. (#3913)
|
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
|
62fe0cd385
Remove the builtin IR, and instead define builtin types locally. (#3910)
|
2 سال پیش |
Jon Ross-Perkins
|
5694dd152e
Add ExternDecl and ExternType for extern classes. (#3893)
|
2 سال پیش |
Pablo Paglilla
|
cae62765af
Add builtins for basic float operations (#3897)
|
2 سال پیش |
Richard Smith
|
462bcd9f6e
Support explicit conversion between adapters and their adapted types. (#3889)
|
2 سال پیش |