Historique des commits

Auteur SHA1 Message Date
  Jon Ross-Perkins 2425e28e3a Collapse names into VarStorage (#3116) il y a 2 ans
  Farzana Ahmed Siddique bc5edc9992 Lowering for array index. (#3111) il y a 2 ans
  Farzana Ahmed Siddique 14f489dff1 Lowering bug fix for tuple indexing. (#3110) il y a 2 ans
  Farzana Ahmed Siddique 6af1c435e0 Lowering for array (#3095) il y a 2 ans
  Farzana Ahmed Siddique a6ba7827cd Semantics for array index. (#3099) il y a 2 ans
  Farzana Ahmed Siddique 9228487d46 Semantics for array type (#3087) il y a 2 ans
  Richard Smith 6e01b90394 Rename some semantics nodes and some IR names to make them match better. (#3085) il y a 2 ans
  Richard Smith 927375f9c6 Make LLVM IR emission a bit more concise and readable. (#3078) il y a 2 ans
  Richard Smith 2947877518 Add support for dereference operator. (#3066) il y a 2 ans
  Richard Smith 62205763a5 Add support for `&` operator. (#3055) il y a 2 ans
  Farzana Ahmed Siddique 3a093980a6 Lowering for tuple indexing. (#3059) il y a 2 ans
  Farzana Ahmed Siddique 64051910c8 Toolchain: Semantics for indexing (#3044) il y a 2 ans
  Richard Smith 0c33dead70 Remove the type field from semantics nodes that don't produce values of that type. (#3049) il y a 2 ans
  Farzana Ahmed Siddique db5e269097 Removed builtin empty tuple type (#3021) il y a 2 ans
  Richard Smith 35ccac5125 Semantics and lowering for `type` keyword and type values. (#3022) il y a 2 ans
  Farzana Ahmed Siddique 545688e9d4 Lowering for tuple (#3016) il y a 2 ans
  Farzana Ahmed Siddique 0594a1aac7 Integrates tuple to semantic analysis (#2992) il y a 2 ans
  Jon Ross-Perkins 918c089e03 Add namespace support. (#2940) il y a 2 ans
  Richard Smith 1ea123cd94 Semantics IR building for `if` statements. (#2920) il y a 2 ans
  Richard Smith 0d4d392d12 Lowering of `Branch` / `BranchIf` / `BranchWithArg` / `BlockArg`. (#2904) il y a 2 ans
  Richard Smith f7f73d42ca Split out a per-function lowering context from `LoweringContext`. (#2901) il y a 2 ans
  Richard Smith 06ce3b0161 Parsing, semantic analysis, and lowering for `and`, `or`, `not`. (#2897) il y a 2 ans
  Richard Smith aa40e2b8a9 `true` and `false` support, and lowering for `bool` type. (#2896) il y a 2 ans
  Richard Smith 202d3f5993 Semantic analysis for `if` expressions (#2893) il y a 2 ans
  Jon Ross-Perkins 39f7aae98d Sorting out how bindings are added to name lookup. (#2869) il y a 2 ans
  Jon Ross-Perkins c83eea3ce2 Switch nodes to a map, and relabel as locals. (#2861) il y a 2 ans
  Jon Ross-Perkins 4152cf720a Add loads for data. (#2860) il y a 2 ans
  Jon Ross-Perkins db5629024e Drop "Lowered" from various LoweringContext APIs. (#2859) il y a 2 ans
  Jon Ross-Perkins 1497e1333d Switch types to a SemanticsTypeId. (#2854) il y a 2 ans
  Jon Ross-Perkins 76151d1fff Stop special-casing empty structs. (#2849) il y a 2 ans