Commit History

Author SHA1 Message Date
  Richard Smith 14e4f219b1 Support lowering specifics for an imported generic function. (#5475) 11 months ago
  Dana Jansens 02fc484f23 Make pointers in ValueStore stable across insertions (#5576) 11 months ago
  Richard Smith e91840e1b6 Split a cross-file `Lower::Context` out of `Lower::FileContext`. (#5583) 11 months ago
  Alina Sbirlea 77afd0678b Prototype for coalescing equivalent specifics of the same generic. (#5314) 11 months ago
  Richard Smith 42c783defa Use `linkonce_odr` linkage for specific functions. (#5575) 11 months ago
  Richard Smith a23631f360 Support for lowering references to imported `var`s. (#5513) 11 months ago
  Richard Smith 6e7c035bef Stop emitting `llvm.ident` metadata saying the compiler was Clang. (#5520) 11 months ago
  Boaz Brickner 852d0191a9 Add support for importing C++ inline functions (#5427) 11 months ago
  Richard Smith 5b884ae14d Improve lowering for global variables. (#5492) 11 months ago
  Boaz Brickner 2aa5fbfa4a Move the logic in `TryConvertClangDiagnosticLoc()` to `ConvertLocInFile()` (#5391) 1 year ago
  Dana Jansens 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 year ago
  Geoff Romer fafb655d39 Separate pattern types from expression types (#5360) 1 year ago
  David Blaikie 77c5f63be7 Skip upfront emission of vtables for generic classes (#5349) 1 year ago
  Chandler Carruth 55705aaef8 Update LLVM, picking up new `-disable-free` flag logic (#5333) 1 year ago
  Thomas Köppe bf32da8dad Add missing standard library header inclusions (#5316) 1 year ago
  Dana Jansens c34a8d0a3a Convert remaining type-value InstId fields to TypeInstId (#5294) 1 year ago
  Jon Ross-Perkins fe29224016 Refactor LocId to merge in SemIRLoc (#5284) 1 year ago
  Richard Smith a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 year ago
  Alina Sbirlea 694a329bdd Reuse LLVM global constants. (#5273) 1 year ago
  Dana Jansens d07f70cfb3 Add insts for witness table entries that are unset or associated constants (#5255) 1 year ago
  David Blaikie 8e7bb2f953 Initialize vptrs to point to vtables (#5244) 1 year ago
  Richard Smith bba32900c3 Preserve type sugar in ArrayType, ConstType, and PointerType. (#5235) 1 year ago
  Richard Smith c33adfafd3 Replace `GetTypeInSpecific` with `GetTypeOfInstInSpecific`. (#5232) 1 year ago
  David Blaikie 8847178242 Emit (relative) vtables (#5231) 1 year ago
  David Blaikie d317c56916 Minor refactor to reduce indentation (#5183) 1 year ago
  Richard Smith 584426dfa2 Initial work on support for templates (#5081) 1 year ago
  Boaz Brickner a4a229b637 Initialize `cpp_mangle_context_` in `Mangler`'s constructor (#5095) 1 year ago
  Geoff Romer 6d4f2567a7 Add support for `var` patterns (#5069) 1 year ago
  Alina Sbirlea d3869a529b Continue: emit function definitions for specifics. (#5068) 1 year ago
  David Blaikie e71d5942bc Function decl lowering for incomplete parameter/return types (#5038) (#5066) 1 year ago