aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
AgeCommit message (Expand)Author
2022-10-03command: fix flaky testGeorge Burgess IV
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-09-07remove `from __future__ import ...` directivesGeorge Burgess IV
2022-09-07Autoformat all Python codeGeorge Burgess IV
2022-09-01compiler_wrapper: redisable unused-but-set-varRyan Beltran
2022-06-29compiler_wrapper: add autocrash logicGeorge Burgess IV
2022-06-23compiler_wrapper: Stop managing pie flagsManoj Gupta
2022-06-10compiler_wrapper: add a --version_suffix flag to build.pyGeorge Burgess IV
2022-06-07compiler_wrapper: include header lints for tidyRyan Beltran
2022-05-16compiler_wrapper: keep FORTIFY if sanitizer is trivialGeorge Burgess IV
2022-05-16compiler_wrapper: fix testGeorge Burgess IV
2022-05-12compiler_wrapper: handle split "-Wl,-z,defs"Adrian Ratiu
2022-05-11compiler_wrapper: `go fmt`George Burgess IV
2022-05-11compiler_wrapper: Disable warning implicit-intManoj Gupta
2022-05-10compiler_wrapper: move common clangFlags to a functionGeorge Burgess IV
2022-05-10compiler_wrapper: sort clangFlags; partition for dedupGeorge Burgess IV
2022-05-10compiler_wrapper: factor clangPostFlags into a function; sortGeorge Burgess IV
2022-05-10compiler_wrapper: un-pointer-ify all configsGeorge Burgess IV
2022-05-10compiler_wrapper: Disable warning implicit-function-declarationManoj Gupta
2022-05-10compiler_wrapper: remove -checks=* for tidyRyan Beltran
2022-05-02Sync unwindlib option with current llvmManoj Gupta
2022-05-02Remove "-Wno-unused-but-set-variable" from config.go.Michael Benfield
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2022-01-31compiler_wrapper: disable ccache during src_configureGeorge Burgess IV
2022-01-05compiler_wrapper: Use ld.bfd to detect binutils pathManoj Gupta
2021-12-14compiler_wrapper: Drop "-fno-experimental-pass-manager"Manoj Gupta
2021-12-07compiler_wrapper: adds ${sysroot}/usr/lib to linker pathChristopher Di Bella
2021-12-06compiler_wrapper: add missing unused-but-set-varRyan Beltran
2021-10-28Replace non-inclusive languageJordan R Abrahams
2021-10-20compiler_wrapper: ignore unused_but_set_variableRyan Beltran
2021-10-08compiler_wrapper: move llvmnext flag to post flagsRyan Beltran
2021-10-05compiler_wrapper: android clang-tidy warnings on used secondsChih-Hung Hsieh
2021-09-15compiler_wrapper: Handle TIDY_TIMEOUT for Android clang-tidyChih-Hung Hsieh
2021-09-15compiler_wrapper: fix use-llvm-next testGeorge Burgess IV
2021-09-15compiler_wrapper: update golden filesGeorge Burgess IV
2021-09-09compiler_wrapper: disable unused-but-set warningsRyan Beltran
2021-08-25compiler_wrapper: support -W[no-]unused-set-variableJian Cai
2021-08-07compiler_wrapper: Update install scriptManoj Gupta
2021-08-04compiler_wrapper: Fix static libgcc handlingManoj Gupta
2021-07-24compiler_wrapper: Update for gcc -> llvm ebuild migrationManoj Gupta
2021-07-21Temporarily disable -Wdeprecated-copy and -Wdeprecated-declarations.Luis Lozano
2021-07-09compiler_wrapper: bundle.py default output dirRyan Beltran
2021-06-18compiler_wrapper: add --rewrapper-path supportGeorge Burgess IV
2021-06-18compiler_wrapper: refactor goma => "remote compile"George Burgess IV
2021-06-18compiler_wrapper: refactor goma flag parsingGeorge Burgess IV
2021-06-18compiler_wrapper: make goma testing use its own functionGeorge Burgess IV
2021-06-18compiler_wrapper: fix flaky testsGeorge Burgess IV
2021-06-08[compiler_wrapper] explicitly enables `libgcc` as the unwindlibChristopher Di Bella
2021-06-08llvm-next: add nostart-stop-gc to the list of flags.Luis Lozano
2021-05-06compiler_wrapper: remove LD_ARGV0 flagRyan Beltran