Jon Ross-Perkins
|
c5eba90317
Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512)
|
4 месяцев назад |
Burak Emir
|
992d435023
Replace unused bindings with anonymous binding in lower/testdata. (#6479)
|
4 месяцев назад |
Jon Ross-Perkins
|
47e551141f
Change the package namespace to use the package name (#6495)
|
4 месяцев назад |
Richard Smith
|
154e4012c4
Include the parent scope when fingerprinting an entity name. (#6473)
|
5 месяцев назад |
David Blaikie
|
a179bd461b
Start plumbing through debug info type information with function parameters/return value (#6410)
|
5 месяцев назад |
David Blaikie
|
bb9942823f
DebugInfo: Emit as "C++" rather than "C" (#6361)
|
5 месяцев назад |
Richard Smith
|
aa69a484eb
Add support for running LLVM optimizer. (#6225)
|
6 месяцев назад |
Geoff Romer
|
0811d996e1
Finish renaming BindName and related insts. (#6281)
|
6 месяцев назад |
Dana Jansens
|
e682a6660d
Avoid adding extraneous local instructions while importing witness table entries (#6180)
|
7 месяцев назад |
Dana Jansens
|
fe020ee08b
Make FacetAccessType evaluate to SymbolicBindingType for type-of a BindSymbolicName (#6115)
|
7 месяцев назад |
Jon Ross-Perkins
|
49ba8cf3e1
Switch class to use a blanket impl for `Destroy` (#6125)
|
7 месяцев назад |
Jon Ross-Perkins
|
9704dc670e
Change the Destroy blanket impls to be more specific (#6098)
|
7 месяцев назад |
Elliott Kalt
|
f4bd6e42f9
Replace `impl fn` with `override fn` (#6008)
|
7 месяцев назад |
David Blaikie
|
3f9fc633fe
Add a vtableDecl inst and use that in classes instead of VtablePtr (#5945)
|
8 месяцев назад |
Chandler Carruth
|
0a679504a5
Update LLVM again to 2025-08-09 (#5958)
|
8 месяцев назад |
Jon Ross-Perkins
|
7ccc1e0144
Expand naming for impls and functions (#5808)
|
9 месяцев назад |
David Blaikie
|
aeba878335
Clean up some TODO and other comments (#5813)
|
9 месяцев назад |
David Blaikie
|
27be0973e7
Vtable support for generics (#5793)
|
10 месяцев назад |
Jon Ross-Perkins
|
4aa62bf5cd
Switch Destroy to addr self (#5748)
|
10 месяцев назад |
Jon Ross-Perkins
|
0722dab0ef
Reimplement destroy as an interface (#5678)
|
10 месяцев назад |
David Blaikie
|
124313269a
Represent vtables as a top level SemIR construct (#5472)
|
10 месяцев назад |
Dana Jansens
|
bff601e417
Add min-preludes to most of lowering and a few more slow tests (#5680)
|
10 месяцев назад |
Richard Smith
|
5b884ae14d
Improve lowering for global variables. (#5492)
|
11 месяцев назад |
Jon Ross-Perkins
|
ebc26dfad9
Update LLVM (#5487)
|
11 месяцев назад |
Richard Smith
|
32e68cfb5b
Fix debug location for variable allocas and lifetime markers. (#5432)
|
1 год назад |
David Blaikie
|
77c5f63be7
Skip upfront emission of vtables for generic classes (#5349)
|
1 год назад |
David Blaikie
|
f45a632d77
Implement virtual call dispatch (#5308)
|
1 год назад |
Alina Sbirlea
|
694a329bdd
Reuse LLVM global constants. (#5273)
|
1 год назад |
David Blaikie
|
8e7bb2f953
Initialize vptrs to point to vtables (#5244)
|
1 год назад |
David Blaikie
|
8847178242
Emit (relative) vtables (#5231)
|
1 год назад |