Historique des commits

Auteur SHA1 Message Date
  Richard Smith b44ba47cf3 Don't treat dependent types as having a copy value representation. (#6055) il y a 7 mois
  Richard Smith 742017c475 Widen integer loads and stores to a multiple of 8 bits. (#5986) il y a 8 mois
  Richard Smith 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) il y a 9 mois
  Richard Smith 866794b82a Check and lowering support for `for` loops. (#5698) il y a 10 mois
  Richard Smith 7215302a27 Clean up and extend support for cross-file lowering of specific functions. (#5688) il y a 10 mois
  David Blaikie 4739828cca Generalize non-const ClassInit lowering beyond only InitializeFrom insts (#5199) il y a 1 an
  Richard Smith b54a27e9e7 Fix incorrect lowering of mixed constant / non-constant aggregate initialization. (#4704) il y a 1 an
  Richard Smith d6ec885eb3 Track the type as written in `BaseDecl` and `AdaptDecl`. (#4564) il y a 1 an
  Jon Ross-Perkins be56ff87c6 Convert StructTypeField to a specific type. (#4492) il y a 1 an
  Richard Smith 2044366652 Support initialization of specific classes from struct literals (#4320) il y a 1 an
  Brymer Meneses 7f930d0f58 Use `TupleAccess` instead of `TupleIndex` (#4318) il y a 1 an
  Chandler Carruth 4845f40dff Switch `CARBON_CHECK` to a format string API (#4285) il y a 1 an
  Richard Smith 37a8bfa488 Refactor `ReturnTypeInfo` and `InitRepr`. (#4169) il y a 1 an
  Jon Ross-Perkins 6d2d1cf7ca Refactor lower handlers to use overloads. (#4120) il y a 1 an
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) il y a 2 ans
  Richard Smith 008d41d7f3 Move instruction names for struct and tuple values from lower to `InstNamer`. (#3918) il y a 2 ans
  Richard Smith 79c0b65288 Separate constant emission from function emission. (#3916) il y a 2 ans
  Jon Ross-Perkins 377262d358 Remove ExternDecl and ExternType (#3909) il y a 2 ans
  Richard Smith ccf87f0a38 Use computed constants in lowering rather than lowering instructions (#3905) il y a 2 ans
  Jon Ross-Perkins 5694dd152e Add ExternDecl and ExternType for extern classes. (#3893) il y a 2 ans
  Richard Smith cef7eb5522 Simplify interface for getting an instruction from a type. (#3455) il y a 2 ans
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) il y a 2 ans
  Richard Smith 433d626b04 Rename SemIR::{Base,Field} -> SemIR::{Base,Field}Decl. (#3452) il y a 2 ans
  Richard Smith 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) il y a 2 ans
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) il y a 2 ans
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) il y a 2 ans
  Jon Ross-Perkins 0d618b1278 Tidy up lint issues. (#3429) il y a 2 ans
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) il y a 2 ans
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) il y a 2 ans