Cronologia Commit

Autore SHA1 Messaggio Data
  Richard Smith 2352e93bb5 Remove now-unused StringType instruction. (#5964) 8 mesi fa
  Richard Smith b851e8c423 Add support for f16, f64, f128. (#5952) 8 mesi fa
  Richard Smith 28103b8f2e Convert LegacyFloatType into FloatLiteralType. (#5939) 8 mesi fa
  Boaz Brickner 9f108bad6e Rename `cpp_ast` to `clang_ast_unit` (#5926) 9 mesi fa
  Jon Ross-Perkins 37d5046ceb Support parse/check/lower for char (#5901) 9 mesi fa
  Boaz Brickner 1d314c7c4d Import C++ constructors of class `Type` `fn Type(...) -> Type` (#5879) 9 mesi fa
  Kazu Hirata 0bba03ce71 Migrate away from llvm::ArrayRef(std::nullopt_t) (#5867) 9 mesi fa
  David Blaikie 26ec78ec00 Ensure vtable entries for generics are attached constants (#5853) 9 mesi fa
  Richard Smith 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 mesi fa
  Jon Ross-Perkins bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 mesi fa
  David Blaikie 3bf98e9bc2 Implement correctly overriding dependent virtual functions (#5804) 9 mesi fa
  David Blaikie 27be0973e7 Vtable support for generics (#5793) 9 mesi fa
  David Blaikie 124313269a Represent vtables as a top level SemIR construct (#5472) 10 mesi fa
  David Blaikie b39a0f0c8c Basic SemIR `partial` support (#5736) 10 mesi fa
  Jon Ross-Perkins 9855818bb8 Move PrettyStackTraceFunction to common (#5739) 10 mesi fa
  Boaz Brickner b90d3b7751 Use `Decl::getAsFunction()` to cast `clang_decl` to `FunctionDecl` (#5737) 10 mesi fa
  Alina Sbirlea dd0905ccbb Refactor coalescing logic out of the file context. (#5723) 10 mesi fa
  Alina Sbirlea b0be6619ef Optimize specific function coalescing in lowering. (#5684) 10 mesi fa
  Richard Smith 7215302a27 Clean up and extend support for cross-file lowering of specific functions. (#5688) 10 mesi fa
  Boaz Brickner cc698d78f5 When using a C++ struct as a parameter, map its type to a Carbon class type (#5538) 10 mesi fa
  Richard Smith 519e633147 Improve backtrace for lowering crashes. (#5651) 10 mesi fa
  Geoff Romer 0b3edee177 Alphabetize typed_insts.h (#5401) 10 mesi fa
  Richard Smith 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 mesi fa
  Jon Ross-Perkins 81ca949ab8 Replacing lowering vectors with FixedSizeValueStore (#5636) 11 mesi fa
  Boaz Brickner e4c8150f2c Store Clang `Decl`s in a `CanonicalValueStore` (#5638) 11 mesi fa
  Richard Smith 14e4f219b1 Support lowering specifics for an imported generic function. (#5475) 11 mesi fa
  Dana Jansens 02fc484f23 Make pointers in ValueStore stable across insertions (#5576) 11 mesi fa
  Richard Smith e91840e1b6 Split a cross-file `Lower::Context` out of `Lower::FileContext`. (#5583) 11 mesi fa
  Alina Sbirlea 77afd0678b Prototype for coalescing equivalent specifics of the same generic. (#5314) 11 mesi fa
  Richard Smith 42c783defa Use `linkonce_odr` linkage for specific functions. (#5575) 11 mesi fa