Historique des commits

Auteur SHA1 Message Date
  Jon Ross-Perkins 8ace1dcb78 Remove BinaryOperatorAdd (#3469) il y a 2 ans
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) 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
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 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 184eafd521 Add a separate store for computed constant values. (#3362) 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
  Jon Ross-Perkins 3af7eb2672 Refactor YAML handling to use the llvm::yaml API. (#3337) 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 1b55ad86dd Extend SharedValueStores to SemIR (#3313) il y a 2 ans
  Richard Smith 69353ed271 Basic support for incomplete types. (#3302) il y a 2 ans
  Richard Smith e4caf7d604 Compute and cache the value representation of a type when it becomes complete. (#3271) il y a 2 ans
  Richard Smith 4e64b1948d Bare-bones support for forward-declared classes. (#3294) il y a 2 ans
  josh11b 8d0831f431 Made function and namespace nodes typed to remove a crash (#3285) il y a 2 ans
  Richard Smith c7a9e29a89 Add typed nodes to SemIR. (#3280) il y a 2 ans
  Richard Smith 5ccee62918 Add `name_reference` SemIR node for references to names. (#3260) il y a 2 ans
  Richard Smith 31d55da403 Stop creating fake integer literals as indexes for tuple initialization. (#3248) il y a 2 ans
  Richard Smith f389844893 Remove nearly all uses of StubReferences. (#3249) il y a 2 ans
  Richard Smith 842b471e67 Perform in-place initialization for tuples and structs (#3246) il y a 2 ans
  Richard Smith a66f35e92c Store contents of incomplete node blocks on the node block stack. (#3223) il y a 2 ans
  Jon Ross-Perkins 377e9a0968 In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218) il y a 2 ans
  Jon Ross-Perkins 9ae41b2965 Update SemIR yaml and text for multi-file. (#3217) il y a 2 ans
  Richard Smith 7d0f7b5e8f Rename {Tuple,Struct}Value -> {Tuple,Struct}Literal. (#3213) il y a 2 ans
  Richard Smith 71e9fb7511 Disable raw IR printing in tests by default. (#3204) il y a 2 ans