Historique des commits

Auteur SHA1 Message Date
  josh11b e9fc07feee Abbreviate "representation" -> "repr" (#3464) il y a 2 ans
  Richard Smith 22dff46ed2 Remove support for disambiguating a stringified type as being a type. (#3456) 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 239f8030a4 Pass imports to SemIR. (#3415) il y a 2 ans
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) il y a 2 ans
  Jon Ross-Perkins 5522e4f613 Switch cross references to a ValueStore. (#3414) il y a 2 ans
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) il y a 2 ans
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) il y a 2 ans
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) il y a 2 ans
  Richard Smith 6d5e62974c Add SemIR instruction to track that a conversion was performed. (#3363) il y a 2 ans
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) il y a 2 ans
  Richard Smith 545a5b3679 Support initializing a class from a struct. (#3358) il y a 2 ans
  josh11b 737162cc8f Rename sem_ir files node->inst, follow up to #3355 (#3361) il y a 2 ans
  Jon Ross-Perkins 3401eed8d8 Split IdentifierId and StringLiteralId from StringId (#3352) il y a 2 ans
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) il y a 2 ans
  Richard Smith 428d11323a Directly convert from an initializer to a value where possible. (#3306) il y a 2 ans
  Richard Smith 57f3c553b8 Support for type-checking and lowering method calls. (#3343) il y a 2 ans
  Richard Smith 04ae5a0531 Support for functions with a `self` parameter. (#3338) il y a 2 ans
  Jon Ross-Perkins 3af7eb2672 Refactor YAML handling to use the llvm::yaml API. (#3337) il y a 2 ans
  Richard Smith ab575cf32a Support for member access into classes. (#3335) il y a 2 ans
  Richard Smith 7f2f4bec4f Add a `Field` node for fields in a class. (#3332) il y a 2 ans
  Jon Ross-Perkins 74c3c665fa Refactor SemIR YAML printing to use dashed lists. (#3330) il y a 2 ans
  Jon Ross-Perkins 1d6298290f Add more value store types to File. (#3317) il y a 2 ans
  Richard Smith 7d9340880e Separate `ClassType` from `ClassDeclaration`. (#3329) il y a 2 ans
  Jon Ross-Perkins 7e9d644e1f Switch File functions, classes, and types to ValueStores (#3316) il y a 2 ans
  Richard Smith a46e7dd967 Remove most of the metaprogramming in node.h in favor of listing all the members in the typed node structs. (#3310) il y a 2 ans
  Jon Ross-Perkins 1b55ad86dd Extend SharedValueStores to SemIR (#3313) il y a 2 ans