Commit History

Author SHA1 Message Date
  Jon Ross-Perkins 8ace1dcb78 Remove BinaryOperatorAdd (#3469) 2 years ago
  Jon Ross-Perkins 30155dbb72 Add support for 'package' in expressions. (#3445) 2 years ago
  Richard Smith ca53c18ddc Rename MemberIndex -> ElementIndex, ClassFieldAccess -> ClassElementAccess, UnboundFieldType -> UnboundElementType. (#3446) 2 years ago
  Jon Ross-Perkins 0db63ff17a Abbreviate Integer and FloatingPoint (#3435) 2 years ago
  josh11b c89c452579 Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425) 2 years ago
  josh11b c53b248800 Abbreviate "parameter" -> "param" (#3392) 2 years ago
  josh11b 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 years ago
  josh11b 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 years ago
  Richard Smith 6d5e62974c Add SemIR instruction to track that a conversion was performed. (#3363) 2 years ago
  Richard Smith 71aa4a45be Distinguish between name IDs and string IDs in the type system. (#3341) 2 years ago
  Richard Smith 184eafd521 Add a separate store for computed constant values. (#3362) 2 years ago
  Jon Ross-Perkins 3401eed8d8 Split IdentifierId and StringLiteralId from StringId (#3352) 2 years ago
  josh11b 7edfd8e02a Rename `SemIR::Node` to `SemIR::Inst` (#3355) 2 years ago
  Jon Ross-Perkins 3af7eb2672 Refactor YAML handling to use the llvm::yaml API. (#3337) 2 years ago
  Jon Ross-Perkins 74c3c665fa Refactor SemIR YAML printing to use dashed lists. (#3330) 2 years ago
  Jon Ross-Perkins 1b55ad86dd Extend SharedValueStores to SemIR (#3313) 2 years ago
  Richard Smith 69353ed271 Basic support for incomplete types. (#3302) 2 years ago
  Richard Smith e4caf7d604 Compute and cache the value representation of a type when it becomes complete. (#3271) 2 years ago
  Richard Smith 4e64b1948d Bare-bones support for forward-declared classes. (#3294) 2 years ago
  josh11b 8d0831f431 Made function and namespace nodes typed to remove a crash (#3285) 2 years ago
  Richard Smith c7a9e29a89 Add typed nodes to SemIR. (#3280) 2 years ago
  Richard Smith 5ccee62918 Add `name_reference` SemIR node for references to names. (#3260) 2 years ago
  Richard Smith 31d55da403 Stop creating fake integer literals as indexes for tuple initialization. (#3248) 2 years ago
  Richard Smith f389844893 Remove nearly all uses of StubReferences. (#3249) 2 years ago
  Richard Smith 842b471e67 Perform in-place initialization for tuples and structs (#3246) 2 years ago
  Richard Smith a66f35e92c Store contents of incomplete node blocks on the node block stack. (#3223) 2 years ago
  Jon Ross-Perkins 377e9a0968 In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218) 2 years ago
  Jon Ross-Perkins 9ae41b2965 Update SemIR yaml and text for multi-file. (#3217) 2 years ago
  Richard Smith 7d0f7b5e8f Rename {Tuple,Struct}Value -> {Tuple,Struct}Literal. (#3213) 2 years ago
  Richard Smith 71e9fb7511 Disable raw IR printing in tests by default. (#3204) 2 years ago