aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
AgeCommit message (Expand)Author
2021-03-09Merging 15 commit(s) from Chromium's toolchain-utilsPirama Arumuga Nainar
2020-11-26compiler_wrapper: move llvm-next options to clang optionsinglorion
2020-10-23compiler_wrapper: report parent processes' info in warnings tarballsGeorge Burgess IV
2020-10-21Merging 84 commit(s) from Chromium's toolchain-utilsPirama Arumuga Nainar
2020-10-21Handle clangPostFlags for AndroidPirama Arumuga Nainar
2020-10-13Revert "compiler_wrapper: enable -mharden-sls=all on aarch64"Jian Cai
2020-10-05toolchain-utils: Sync compiler wrapper changes with llvm changes.Caroline Tice
2020-10-02compiler_wrapper: enable -mharden-sls=all on aarch64Jian Cai
2020-09-22toolchain-utils: Update compiler wrapper to disable warning.Caroline Tice
2020-09-18compiler_wrapper: search compiler executable in $PATHJian Cai
2020-08-13compiler_wrapper: remove some flags from unsupport clang flagsJian Cai
2020-08-10compiler_wrapper: use crashArtifactsDir to apply clang optsGeorge Burgess IV
2020-08-10compiler_wrapper: dump tricium clang-tidy crash informationGeorge Burgess IV
2020-07-30compiler_wrapper: add -fexperimental-new-pass-managerJian Cai
2020-07-24compiler_wrapper: Updated instructions for updating the wrapperinglorion
2020-07-22compiler_wrapper: add -clang-tidy-flag supportGeorge Burgess IV
2020-07-18compiler_wrapper: rename update_compiler_wrapper.shJian Cai
2020-07-14compiler_wrapper: remove -grecord-gcc-switchesBob Haarman
2020-06-26compiler_wrapper: redirect clang crash dignosesJian Cai
2020-06-24wrapper: add support for Tricium clang-tidyGeorge Burgess IV
2020-06-20wrapper: fork() before exec()ingGeorge Burgess IV
2020-06-19Merging 2 commit(s) from Chromium's toolchain-utilsandroid-r-beta-3android-r-beta-2George Burgess IV
2020-06-19wrapper: print android-llvm@ when using the Android wrapper.George Burgess IV
2020-06-19wrapper: tweak "toolchain doesn't exist" checks in the updaterGeorge Burgess IV
2020-06-16Symlink to android_llvm_next_flags.go in toolchain/llvm_androidPirama Arumuga Nainar
2020-06-15wrapper: allow Android to specify their own llvm-flagsGeorge Burgess IV
2020-06-11[android wrapper] Write warning report to stdout on AndroidPirama Arumuga Nainar
2020-06-11[compiler-wrapper] Handle double build for clang-tidyPirama Arumuga Nainar
2020-06-02compiler_wrapper: add a `static` optionGeorge Burgess IV
2020-05-04Revert "wrapper: Temporarily disable -Wmax-tokens"Tiancong Wang
2020-04-22wrapper: Temporarily disable -Wmax-tokensTiancong Wang
2020-04-08compiler_wrapper: assume /dev/null is a configure testGeorge Burgess IV
2020-04-03compiler_wrapper: make the update script not die on missing packagesGeorge Burgess IV
2020-04-01compiler_wrapper: disable -Wno-error on conftest-y filesGeorge Burgess IV
2020-04-01compiler_wrapper: s/strings.Contains/bytes.Contains/George Burgess IV
2020-04-01compiler_wrapper: don't write -Werror files on still-failed buildsGeorge Burgess IV
2020-03-20gcc: Add tigerlake to corei7 mappingEd Baker
2020-03-13compiler_wrapper: Stop setting CCACHE_BASEDIRManoj Gupta
2020-03-13compiler_wrapper: Add "-fcommon" to clang invocationsManoj Gupta
2020-03-10wrapper: resolve /proc/self/cwd only when seen.George Burgess IV
2020-03-05wrapper: make a test consider the caller's umaskGeorge Burgess IV
2020-03-05wrapper: correctly Join() paths for AndroidGeorge Burgess IV
2020-03-04compiler-wrapper: Update clang-tidy flags to match Android.Caroline Tice
2020-03-04compiler_wrapper: Stop disabling two warnings.Manoj Gupta
2020-03-01compiler_wrapper: pre-buffer stdin properly.George Burgess IV
2020-02-28When double-build-with-Wno-error, add -Wno-error=foo for -Werror=fooPirama Arumuga Nainar
2020-02-28Change behavior of doubleBuildWithWNoError for AndroidPirama Arumuga Nainar
2020-02-25compiler_wrapper: fix write() racesGeorge Burgess IV
2020-02-14toolchain-utils: fix python3 errors in go scriptsZhizhou Yang
2020-02-13compiler_wrapper: Use syscall.exec on platforms other than Chrome OSTiancong Wang