Historique des commits

Auteur SHA1 Message Date
  Farzana Ahmed Siddique 0594a1aac7 Integrates tuple to semantic analysis (#2992) il y a 2 ans
  Jon Ross-Perkins bc84f109fe Rename semantics InvalidType to Error (#2975) il y a 2 ans
  Jon Ross-Perkins 918c089e03 Add namespace support. (#2940) il y a 2 ans
  Richard Smith 4b69264cb1 Add implied `return;` at end of non-value-returning functions. (#2942) 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 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 1497e1333d Switch types to a SemanticsTypeId. (#2854) il y a 2 ans
  Jon Ross-Perkins 1d56e165ef Start refactoring type handling to track which types are in-use. (#2848) il y a 2 ans
  Jon Ross-Perkins e73207429f Adjust handling of values in calls and structs (#2824) il y a 3 ans
  Jon Ross-Perkins 706e611b6d Support designator expressions on structs. (#2716) il y a 3 ans
  Jon Ross-Perkins 2eef8c751b Add semantics for struct type and value literals. (#2709) il y a 3 ans
  Jon Ross-Perkins 7fc203c536 Refactor SemanticsNode factory functions into factory templates. (#2711) il y a 3 ans
  Jon Ross-Perkins 4ca2e81877 Modify SemanticsIR printing to produce stable output on builtin changes. (#2702) il y a 3 ans
  Jon Ross-Perkins 32e8fee4ad Add initial lowering of a trivial function (#2640) il y a 3 ans
  Jon Ross-Perkins e4487505dd Update clang-tidy details for the toolchain (#2623) il y a 3 ans
  Jon Ross-Perkins f7924aa93f Implement calls in the toolchain. (#2582) il y a 3 ans
  Jon Ross-Perkins 22d7cd19ed Polish out support for reals and strings. (#2593) il y a 3 ans
  Jon Ross-Perkins b76bc875c4 Remove default constructor from IndexBase (#2598) il y a 3 ans
  Jon Ross-Perkins aa307b1144 Fix CrossReference to use NodeId instead of NodeBlockId. (#2597) il y a 3 ans
  Jon Ross-Perkins b2c60b4f53 Change the builtin enum approach to enforce addition. (#2584) il y a 3 ans
  Jon Ross-Perkins 5a0613283b Switch constexpr factory functions to constexpr values. (#2581) il y a 3 ans
  Jon Ross-Perkins 6feed2ae33 Add tracking of function parameters (#2552) il y a 3 ans
  Jon Ross-Perkins 2a163ca6cd Refactor the node stack into its own class. (#2505) il y a 3 ans
  Chandler Carruth a1ad39fa29 Introduce helpers to build enum-wrapping classes. (#2504) il y a 3 ans
  Jon Ross-Perkins e5d49f5989 Store SemanticsNode in a single list instead of per-block (#2475) il y a 3 ans
  Jon Ross-Perkins 9d234aa7e7 Start doing name lookup for references (#2472) il y a 3 ans