Commit History

Author SHA1 Message Date
  Chandler Carruth 72cb9d0d06 Refactor testing exe path and benchmark main handling. (#4216) 1 year ago
  Richard Smith 3c4c234d01 Treat the empty inst block as being canonical. (#4199) 1 year ago
  Richard Smith 3cb769a053 Rename "generic instance" to "specific" throughout the toolchain. (#4165) 1 year ago
  Geoff Romer 326609857d Rename BindNameInfo to EntityName (#4090) 1 year ago
  Richard Smith dde0bd0ffe Change TypeId to be a thin wrapper around ConstantId. (#4140) 1 year ago
  Jon Ross-Perkins 9581a1867d Move import refs to their own block. (#4103) 1 year ago
  Jon Ross-Perkins 8218769e5e Fix quirks in debug printing (#4088) 1 year ago
  Richard Smith a0d767246f Add `GenericInstance` type to represent instances of generics. (#4085) 1 year ago
  Richard Smith e7b0529957 Create a `Generic` object to represent a generic. (#4081) 1 year ago
  Chandler Carruth e34e240263 Move the core standard library to the installation. (#3995) 1 year ago
  Chandler Carruth d3a5b0eee7 Add utilities for managing a toolchain install, and install and use LLD. (#3993) 1 year ago
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 years ago
  Jon Ross-Perkins 594f6d781e Fix prelude finding for direct driver execution. (#3894) 2 years ago
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) 2 years ago
  Jon Ross-Perkins 2361830592 Special-case api/impl implicit imports and verify relevant redeclarations. (#3843) 2 years ago
  Gıyaseddin Tanrıkulu bdff7ccf28 Add GlobalInit to blocks to emit initialization instructions for globals (#3687) 2 years ago
  Jon Ross-Perkins 7f11012f58 CrossRefIRId -> ImportIRId (#3662) 2 years ago
  Jon Ross-Perkins 8167c44a03 Merging CrossRef into ImportRefUsed, shifting builtins over. (#3659) 2 years ago
  Richard Smith 439a644960 Propagate the phase of a type from its constituent types. (#3645) 2 years ago
  Richard Smith a3154356f0 Distinguish between template constants and symbolic constants. (#3595) 2 years ago
  Richard Smith 7553d864e1 Very basic support for constant evaluation of expressions. (#3581) 2 years ago
  Jon Ross-Perkins cad4605dad Add imports of enclosing scopes. (#3575) 2 years ago
  Jon Ross-Perkins 0205645e7d Refactor BindName to support tracking the enclosing scope. (#3566) 2 years ago
  Jon Ross-Perkins 62973f26d7 Make ID formatting consistently use *this for special cases (#3554) 2 years ago
  Jon Ross-Perkins b6ffe0197b Implement a list of exported names for imports. (#3552) 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 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 1b55ad86dd Extend SharedValueStores to SemIR (#3313) 2 years ago