Geoff Romer
|
0811d996e1
Finish renaming BindName and related insts. (#6281)
|
6 mesiacov pred |
Geoff Romer
|
09710d102f
Separate binding insts for refs and values (#6235)
|
6 mesiacov pred |
David Blaikie
|
79dd1e362c
Add unit tagging to InstBlockId (#6259)
|
6 mesiacov pred |
Dana Jansens
|
22580a47d3
Initial support for empty named constraints (#6245)
|
6 mesiacov pred |
David Blaikie
|
1df0d4566e
Add unit tagging to GenericId (#6248)
|
6 mesiacov pred |
Dana Jansens
|
fe020ee08b
Make FacetAccessType evaluate to SymbolicBindingType for type-of a BindSymbolicName (#6115)
|
7 mesiacov pred |
Boaz Brickner
|
b1c0854948
Add blank lines to group case with the above offset increment in `InstNamer::GetScopeIdOffset()` (#6165)
|
7 mesiacov pred |
Boaz Brickner
|
5f561282eb
Properly set the name for C++ overload set instructions in SemIR (#6156)
|
7 mesiacov pred |
David Blaikie
|
12fa65e53c
Check for use of `InstId`s from the wrong `SemIR::File` (#5997)
|
7 mesiacov pred |
Boaz Brickner
|
16999a79cc
Fix a crash caused by a bug introduced in C++ overloads support in `GetScopeIdOffset()` (#6151)
|
7 mesiacov pred |
Jon Ross-Perkins
|
8004c2d5f6
CalleeFunction -> Callee name adjustments (#6117)
|
7 mesiacov pred |
Jon Ross-Perkins
|
0f7df4ed7e
Switch CalleeFunction to a variant (#6104)
|
7 mesiacov pred |
Jon Ross-Perkins
|
ef1e47cd07
Remove redundant SemIR:: uses in SemIR (#6106)
|
7 mesiacov pred |
Richard Smith
|
bac828d244
Add support for `char` keyword per #5903. (#6078)
|
7 mesiacov pred |
Jon Ross-Perkins
|
5e3bb523f8
Add builtin functions for destroy, with special requirements in facet types (#6035)
|
7 mesiacov pred |
Ivana Ivanovska
|
12ddfb9c7c
[Carbon/C++ interop] Add support for C++ overloaded functions (#5891)
|
7 mesiacov pred |
Dana Jansens
|
64139e5d65
Stop using Map for the cache in InstFingerprinter (#6019)
|
8 mesiacov pred |
David Blaikie
|
3f9fc633fe
Add a vtableDecl inst and use that in classes instead of VtablePtr (#5945)
|
8 mesiacov pred |
Richard Smith
|
629f77eb61
Switch to representing FloatLiteralType as a RealId. (#5944)
|
8 mesiacov pred |
Dana Jansens
|
3d77c4441b
Compare ImplWitnessAccess into Self as canonical constants (#5883)
|
9 mesiacov pred |
Richard Smith
|
4685890d63
Rename FloatLiteral to FloatValue. (#5911)
|
9 mesiacov pred |
Jon Ross-Perkins
|
7ccc1e0144
Expand naming for impls and functions (#5808)
|
9 mesiacov pred |
Jon Ross-Perkins
|
eae3491129
Switch inst namer to queue entities when reached (#5806)
|
9 mesiacov pred |
David Blaikie
|
c2a0ee98c5
Remove outdated comment about generic vtable inst naming (#5814)
|
9 mesiacov pred |
Jon Ross-Perkins
|
be487bbeda
Use declaration locations for formatting entities (#5799)
|
9 mesiacov pred |
Jon Ross-Perkins
|
8cd1307711
Include the interface name in impl names (#5798)
|
9 mesiacov pred |
David Blaikie
|
124313269a
Represent vtables as a top level SemIR construct (#5472)
|
10 mesiacov pred |
Richard Smith
|
866794b82a
Check and lowering support for `for` loops. (#5698)
|
10 mesiacov pred |
Jon Ross-Perkins
|
72cd8717e3
Helper to flag unexpected instructions on branches (#5721)
|
10 mesiacov pred |
Richard Smith
|
4e5dccdbf7
When making a direct call to a thunk, inline the call in SemIR. (#5642)
|
10 mesiacov pred |