Geoff Romer
|
326609857d
Rename BindNameInfo to EntityName (#4090)
|
před 1 rokem |
Richard Smith
|
fe359b1a08
Substitute into generic class and interface definitions when we require them to be fully defined. (#4139)
|
před 1 rokem |
Richard Smith
|
cd7c10b8e2
Rebuild the type of constants during evaluation. (#4138)
|
před 1 rokem |
Richard Smith
|
efea072be3
Compute specific constant values. (#4128)
|
před 1 rokem |
Richard Smith
|
50d56aa7c9
Add an instruction to represent a use of a dependent value from a generic instance. (#4122)
|
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 |
Richard Smith
|
7322a1e220
Build a list of dependent constants to recompute in each instance of a generic. (#4110)
|
před 1 rokem |
Jon Ross-Perkins
|
5ebcbae2e8
Add a location to indirect imports. (#4098)
|
před 1 rokem |
Richard Smith
|
10a198a9e6
Use the correct type for `Self` in generic classes and generic interfaces (#4087)
|
před 1 rokem |
Richard Smith
|
19c5596fd8
Build Generic objects for generic classes and interfaces. (#4086)
|
před 1 rokem |
Richard Smith
|
a699480dc9
Treat constants with symbolic type as being symbolic. (#4082)
|
před 1 rokem |
Jon Ross-Perkins
|
8bb80d8271
Add a basic Core.Print function for ints. (#4078)
|
před 1 rokem |
Richard Smith
|
9029cac727
Remove `inst_id` from the public interface of `ConstantId`. (#4053)
|
před 1 rokem |
Richard Smith
|
d18584c6c2
Make representation of call to a generic class / interface more uniform. (#4050)
|
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 |
Chandler Carruth
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
před 1 rokem |
Jon Ross-Perkins
|
6e9d0b15c8
Switch eval.cpp struct init style. (#4011)
|
před 1 rokem |
Richard Smith
|
5c8fa6ad5c
Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979)
|
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
|
377262d358
Remove ExternDecl and ExternType (#3909)
|
před 2 roky |
Richard Smith
|
e0b8728263
Allocate de Bruijn levels to symbolic bindings. (#3906)
|
před 2 roky |
Jon Ross-Perkins
|
5694dd152e
Add ExternDecl and ExternType for extern classes. (#3893)
|
před 2 roky |
Pablo Paglilla
|
d28c63df01
Add support for builtin float comparison operations (#3899)
|
před 2 roky |
Pablo Paglilla
|
cae62765af
Add builtins for basic float operations (#3897)
|
před 2 roky |
Richard Smith
|
5964795f34
Use separate builtins for signed / unsigned arithmetic. (#3892)
|
před 2 roky |