Chandler Carruth
|
b70cfd0be9
Remove another hashtable iteraiton order dependency. (#4070)
|
1 年之前 |
Richard Smith
|
1c07f959a8
Format types in SemIR using the formatting for their instruction. (#4035)
|
1 年之前 |
Richard Smith
|
9a11e977b3
Improve formatting of the type of a function or generic class name. (#4033)
|
1 年之前 |
Jon Ross-Perkins
|
83413479d7
Move some of the test information to TIP lines (#4007)
|
1 年之前 |
Jon Ross-Perkins
|
55300d1ebb
Switch type literals to use builtin functions. (#3978)
|
1 年之前 |
Richard Smith
|
23f9065949
Implement proposal #3927. (#3963)
|
1 年之前 |
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 年之前 |
Richard Smith
|
008d41d7f3
Move instruction names for struct and tuple values from lower to `InstNamer`. (#3918)
|
2 年之前 |
Richard Smith
|
62fe0cd385
Remove the builtin IR, and instead define builtin types locally. (#3910)
|
2 年之前 |
Richard Smith
|
3776c068de
Unify instruction naming between SemIR and LLVM IR (#3898)
|
2 年之前 |
Richard Smith
|
015c7c780c
Fix location of `converted` inst for explicit `as` conversion. (#3887)
|
2 年之前 |
Richard Smith
|
1b335402d1
Allow incomplete return types in function declarations. (#3875)
|
2 年之前 |
Jon Ross-Perkins
|
895e90e791
Start including the prelude for testing. (#3861)
|
2 年之前 |
Jon Ross-Perkins
|
2361830592
Special-case api/impl implicit imports and verify relevant redeclarations. (#3843)
|
2 年之前 |
Jon Ross-Perkins
|
5c567b892d
Address invalid redeclaration and definitions across imports. (#3842)
|
2 年之前 |
Jon Ross-Perkins
|
dffe4a36de
When merging functions, detect uses of imports prior to a redecl. (#3836)
|
2 年之前 |
Jon Ross-Perkins
|
f8c8861e5f
Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831)
|
2 年之前 |
Jon Ross-Perkins
|
0001f53ec1
Implement merging of conflicts found during import. (#3819)
|
2 年之前 |
Jon Ross-Perkins
|
a79027120a
Start adding extern logic for functions. (#3809)
|
2 年之前 |
Jon Ross-Perkins
|
15932ac990
Start filling in `extern` support on functions. (#3795)
|
2 年之前 |
Richard Smith
|
064123d93f
If a SemIR instruction has a braced block and a constant value, print the constant value first. (#3734)
|
2 年之前 |
Richard Smith
|
5543602a50
Make namespace formatting more consistent with other declaration block instructions. (#3732)
|
2 年之前 |
Richard Smith
|
5f4e6c768a
Format the decl block for a declaration as a trailing block. (#3731)
|
2 年之前 |
Jon Ross-Perkins
|
8ad0c70f9f
Add ClassDecl/Type import functionality. (#3709)
|
2 年之前 |
Jon Ross-Perkins
|
bd0f761842
Add import handling for FunctionDecl (#3703)
|
2 年之前 |
Jon Ross-Perkins
|
8167c44a03
Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659)
|
2 年之前 |
Jon Ross-Perkins
|
adad286b74
Refactor LazyImportRef into ImportRefUnused. (#3656)
|
2 年之前 |
Jon Ross-Perkins
|
f4a741903f
Add import support for remaining decl types. (#3651)
|
2 年之前 |