コミット履歴

作者 SHA1 メッセージ 日付
  Chandler Carruth b51dc7f8e2 Introduce version and build info stamping. (#4054) 1 年間 前
  Chandler Carruth e34e240263 Move the core standard library to the installation. (#3995) 1 年間 前
  Chandler Carruth d3a5b0eee7 Add utilities for managing a toolchain install, and install and use LLD. (#3993) 1 年間 前
  Chandler Carruth 36d8d2960a Introduce basic linking with the Clang driver. (#3922) 2 年 前
  Prabhat Sachdeva 0199ac3411 Remove unused include statement in driver.cpp (#3921) 2 年 前
  Richard Smith 62fe0cd385 Remove the builtin IR, and instead define builtin types locally. (#3910) 2 年 前
  Richard Smith f5e386a12b Make driver find all prelude files. Add build rule for //examples:sieve. (#3895) 2 年 前
  Richard Smith 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 年 前
  Jon Ross-Perkins 594f6d781e Fix prelude finding for direct driver execution. (#3894) 2 年 前
  Chandler Carruth e8430dda81 Move the injection of the prelude compile to the driver. (#3877) 2 年 前
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) 2 年 前
  Jon Ross-Perkins 72564a08d4 Explicitly flush stream_consumer (#3828) 2 年 前
  Jon Ross-Perkins c236ef400c Fix order of declarations in Driver, for destruction order. (#3823) 2 年 前
  Jon Ross-Perkins b8ceb8dd8b Print a blank line after a diagnostic. (#3806) 2 年 前
  Jon Ross-Perkins 4421a75c36 file_name -> filename (#3791) 2 年 前
  Jon Ross-Perkins 551a6d385e Augment the file_test framework to allow per-file fail checks. (#3747) 2 年 前
  Jon Ross-Perkins 1974e44fd9 Rename factory functions from 'Create' to 'Make' (#3706) 2 年 前
  Jon Ross-Perkins 7083b267d4 Switch clang::fallthrough to fallthrough (#3593) 2 年 前
  Jon Ross-Perkins c8b30d3eec Split Parse out to its own target. (#3556) 2 年 前
  Richard Smith 790a5f93c7 Fix minor typos / grammar errors in the driver. (#3420) 2 年 前
  Richard Smith 9154c6410e Support for reading source code from stdin and other unusual places. (#3416) 2 年 前
  Jon Ross-Perkins d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) 2 年 前
  Jon Ross-Perkins cafcd88882 Split lexing logic and storage to separate files. (#3365) 2 年 前
  Jon Ross-Perkins d096655cc6 Split out the SharedValueStores to be per-compilation unit. (#3353) 2 年 前
  Jon Ross-Perkins 843dd40f22 Adding ValueStore printing and --dump-shared-values (#3320) 2 年 前
  Jon Ross-Perkins 1b55ad86dd Extend SharedValueStores to SemIR (#3313) 2 年 前
  Jon Ross-Perkins d13f76e001 Add value store to be shared across compile stages. (#3311) 2 年 前
  Jon Ross-Perkins a05018a6ba Fix handling of missing files. (#3226) 2 年 前
  Jon Ross-Perkins 377e9a0968 In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218) 2 年 前
  Jon Ross-Perkins bc63e6ae0a Switch SourceBuffer to diagnostics. (#3197) 2 年 前