История коммитов

Автор SHA1 Сообщение Дата
  Jon Ross-Perkins 92fa0ac1ac Remove ImportRefUsed (#3934) 2 лет назад
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) 2 лет назад
  Jon Ross-Perkins 6483044597 Switch import logic to rely on constants. (#3917) 2 лет назад
  Richard Smith 008d41d7f3 Move instruction names for struct and tuple values from lower to `InstNamer`. (#3918) 2 лет назад
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 лет назад
  Richard Smith 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
  Richard Smith 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
  Richard Smith 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
  Jon Ross-Perkins 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 лет назад
  Jon Ross-Perkins 5c567b892d Address invalid redeclaration and definitions across imports. (#3842) 2 лет назад
  Jon Ross-Perkins dffe4a36de When merging functions, detect uses of imports prior to a redecl. (#3836) 2 лет назад
  Jon Ross-Perkins f8c8861e5f Change ImportRef to a triple state: Unloaded, Loaded, Used (#3831) 2 лет назад
  Jon Ross-Perkins 0001f53ec1 Implement merging of conflicts found during import. (#3819) 2 лет назад
  Jon Ross-Perkins a79027120a Start adding extern logic for functions. (#3809) 2 лет назад
  Jon Ross-Perkins 15932ac990 Start filling in `extern` support on functions. (#3795) 2 лет назад
  Richard Smith 064123d93f If a SemIR instruction has a braced block and a constant value, print the constant value first. (#3734) 2 лет назад
  Richard Smith 5543602a50 Make namespace formatting more consistent with other declaration block instructions. (#3732) 2 лет назад
  Richard Smith 5f4e6c768a Format the decl block for a declaration as a trailing block. (#3731) 2 лет назад
  Jon Ross-Perkins 8ad0c70f9f Add ClassDecl/Type import functionality. (#3709) 2 лет назад
  Jon Ross-Perkins bd0f761842 Add import handling for FunctionDecl (#3703) 2 лет назад
  Jon Ross-Perkins 8167c44a03 Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659) 2 лет назад
  Jon Ross-Perkins adad286b74 Refactor LazyImportRef into ImportRefUnused. (#3656) 2 лет назад
  Jon Ross-Perkins f4a741903f Add import support for remaining decl types. (#3651) 2 лет назад