aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
AgeCommit message (Expand)Author
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
2020-02-13toolchain-utils: migrate all in-use projects to python 3Zhizhou Yang
2020-02-13compiler_wrapper: update the presubmit tests.Jian Cai
2020-02-06compiler_wrapper: add update_compiler_wrapper.shJian Cai
2020-01-24compiler_wrapper: strip newline char from resource dir.Manoj Gupta
2020-01-22compiler_wrapper: add python search pathJian Cai
2020-01-13compiler_wrapper: strip march=tremont for gccJustin TerAvest
2019-11-01toolchain_utils: Remove comparison to old wrapper from compiler_wrapper.Tobias Bosch
2019-10-31toolchain_utils: Upgrade compiler wrapper for llvm r370808.Caroline Tice
2019-10-29toolchain_utils: Add post-user flags to compiler_wrapper.Caroline Tice
2019-10-17compiler_wrapper: remove WITH_TIDY support for android.Tobias Bosch
2019-10-11compiler_wrapper: Disable new pass manager with sanitizers+coverage.Manoj Gupta
2019-10-11compiler_wrapper: Replace UserHomeDir uses.Tobias Bosch
2019-10-11Android wrapper: Support wrapping clang-tidyTobias Bosch
2019-10-10toolchain-utils: Enable poison system warning in llvm-nextDenis Nikitin
2019-10-08Android wrapper: Support build.py without bundle.pyTobias Bosch
2019-10-02Android wrapper: Support compile with fallback.Tobias Bosch
2019-09-30Android wrapper: Support @param files for bisection.Tobias Bosch
2019-09-30Android wrapper: Add support for --gomacc-path.Tobias Bosch
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-09-26Support extra args for llvm next.Tobias Bosch
2019-09-17Allow to pass in argv0 from ld.so via an env variable.Tobias Bosch
2019-09-16clang wrappers: Use LLD as the default linker.Manoj Gupta
2019-09-13Use execve with properly merged env variables.Tobias Bosch
2019-09-13Allow to remove env variables.Tobias Bosch
2019-09-09Modify hostenv and use execv instead of execve.Tobias Bosch
2019-09-09wrapper: add chmods/umasks to double-build bitsGeorge Burgess IV
2019-09-06Use libc execve instead of syscall.ExecveTobias Bosch
2019-08-26Only resolve cmd path against $PATH if path does not contain a folder.Tobias Bosch
2019-08-23Add docs how to update the ChromeOS wrappers.Tobias Bosch
2019-08-22Capture spaces in arguments to the old shell wrapper.Tobias Bosch