Geoff Romer 4c9049346d Replace form insts with actions (#7100) há 3 dias atrás
..
fuzzer_corpus f790a27ace Fix out-of-bounds array access for option characters >= 128 (#3151) há 2 anos atrás
testdata 4c9049346d Replace form insts with actions (#7100) há 3 dias atrás
BUILD 2787089247 Switch to a Bazel-based runtimes build, and add bootstrapping (#6989) há 1 mês atrás
build_runtimes_subcommand.cpp 65f35ad98e Add support for forcing a rebuild of runtimes (#6537) há 4 meses atrás
build_runtimes_subcommand.h 65f35ad98e Add support for forcing a rebuild of runtimes (#6537) há 4 meses atrás
clang_runner.cpp b16cde9c53 Add a hack to support `-cc1as`. (#7083) há 1 semana atrás
clang_runner.h b16cde9c53 Add a hack to support `-cc1as`. (#7083) há 1 semana atrás
clang_runner_test.cpp b16cde9c53 Add a hack to support `-cc1as`. (#7083) há 1 semana atrás
clang_runtimes.cpp 2787089247 Switch to a Bazel-based runtimes build, and add bootstrapping (#6989) há 1 mês atrás
clang_runtimes.h 2787089247 Switch to a Bazel-based runtimes build, and add bootstrapping (#6989) há 1 mês atrás
clang_runtimes_test.cpp 26ddada3ae Switch from Bazel platforms to build settings (#7052) há 2 semanas atrás
clang_subcommand.cpp 8b967943d3 Move the `build-runtimes` option up to the top-level driver (#6720) há 2 meses atrás
clang_subcommand.h 8b967943d3 Move the `build-runtimes` option up to the top-level driver (#6720) há 2 meses atrás
codegen_options.cpp 2fef1cb713 Switch to trailing returns in toolchain and related code. (#4919) há 1 ano atrás
codegen_options.h 1b956e68fe Extract subcommand options from the driver file. (#4300) há 1 ano atrás
compile_benchmark.cpp 67163096b6 Replace OwningArrayRef with SmallVector (#6633) há 3 meses atrás
compile_subcommand.cpp a8c6a7f88d Remove uses of `-Oz` flag (#7128) há 4 dias atrás
compile_subcommand.h 6706162582 Error when passing multiple input files with --output (#6896) há 1 mês atrás
config_subcommand.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) há 2 meses atrás
config_subcommand.h 08669493b5 Add a config subcommand for exposing build system info (#6637) há 3 meses atrás
driver.cpp 8b967943d3 Move the `build-runtimes` option up to the top-level driver (#6720) há 2 meses atrás
driver.h 8b967943d3 Move the `build-runtimes` option up to the top-level driver (#6720) há 2 meses atrás
driver_env.h 8b967943d3 Move the `build-runtimes` option up to the top-level driver (#6720) há 2 meses atrás
driver_fuzzer.cpp 5d0d443c98 Move the `:install_paths` library to `//toolchain/base` (#6457) há 5 meses atrás
driver_subcommand.cpp 046fbbcb29 Tweak the name for the function that diagnoses when fuzzing external libraries (#5974) há 8 meses atrás
driver_subcommand.h 5d0d443c98 Move the `:install_paths` library to `//toolchain/base` (#6457) há 5 meses atrás
driver_test.cpp e00394ea92 Teach the `link` subcommand to accept Clang-style `LDFLAGS` (#6741) há 2 meses atrás
flags.def 80570e1a5b Modify the driver to support using for semantics IR testing (#2222) há 3 anos atrás
format_subcommand.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) há 2 meses atrás
format_subcommand.h 26e58b4587 Refactor subcommand addition for sharing. (#4474) há 1 ano atrás
language_server_subcommand.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) há 2 meses atrás
language_server_subcommand.h 26e58b4587 Refactor subcommand addition for sharing. (#4474) há 1 ano atrás
link_subcommand.cpp 6a650941d2 Don't run clang to link when fuzzing. (#6835) há 1 mês atrás
link_subcommand.h e00394ea92 Teach the `link` subcommand to accept Clang-style `LDFLAGS` (#6741) há 2 meses atrás
lld_runner.cpp eecbb7e508 Switch to BumpPtrAllocator for C-string storage (#6550) há 3 meses atrás
lld_runner.h 5d0d443c98 Move the `:install_paths` library to `//toolchain/base` (#6457) há 5 meses atrás
lld_runner_test.cpp be884a8be0 Teach the Clang runner to expand response files (#6555) há 3 meses atrás
lld_subcommand.cpp 046fbbcb29 Tweak the name for the function that diagnoses when fuzzing external libraries (#5974) há 8 meses atrás
lld_subcommand.h 8d1d491ad0 Add LLD subcommand and busybox support (#4973) há 1 ano atrás
llvm_runner.cpp eecbb7e508 Switch to BumpPtrAllocator for C-string storage (#6550) há 3 meses atrás
llvm_runner.h 1459332031 Add subcommands and busybox entry points for LLVM tools (#5049) há 1 ano atrás
llvm_runner_test.cpp 13bb660f7f Update LLVM and update APIs (#6147) há 5 meses atrás
llvm_subcommand.cpp 046fbbcb29 Tweak the name for the function that diagnoses when fuzzing external libraries (#5974) há 8 meses atrás
llvm_subcommand.h 1459332031 Add subcommands and busybox entry points for LLVM tools (#5049) há 1 ano atrás
prebuilt_runtimes.bzl 86d05b598b Move the logic for preparing the installed runtimes files to its own (#6946) há 1 mês atrás
runtimes_cache.cpp e545929386 Pivot towards relative paths for installs and runtimes (#6547) há 4 meses atrás
runtimes_cache.h e545929386 Pivot towards relative paths for installs and runtimes (#6547) há 4 meses atrás
runtimes_cache_test.cpp 9861c31476 Update LLVM to a recent commit (#6599) há 3 meses atrás
tool_runner_base.cpp ff8ce31e1b Factor out C-string argv building and simplify vlogs (#6478) há 4 meses atrás
tool_runner_base.h ff8ce31e1b Factor out C-string argv building and simplify vlogs (#6478) há 4 meses atrás