aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper
AgeCommit message (Expand)Author
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
2019-08-22Always use /proc/self/cwd to get current directory.Tobias Bosch
2019-08-22Only resolve symlinks for wd for /proc/self/cwdTobias Bosch
2019-08-21Support \ while capturing stdout / stderr.Tobias Bosch
2019-08-21Support symlinks as value of os.Getwd()Tobias Bosch
2019-08-21Use a fixed tempdir for executing the old wrapper.Tobias Bosch
2019-08-21Only tee stdin if a "-" was passed the compiler.Tobias Bosch
2019-08-21Support "gcc", "clang" as compiler namesTobias Bosch
2019-08-20Fix old wrapper path for goden tests of gcc host config.Tobias Bosch
2019-08-20Match old wrapper for ordering of -mthumb and -fno-stack-protectorTobias Bosch
2019-08-20Forward os.Stdin to child processes.Tobias Bosch
2019-08-20Correctly parse eabi compiler names.Tobias Bosch
2019-08-19Support calling old wrapper with utf8 in stdout/stderr.Tobias Bosch
2019-08-19Store change id as version in the config.Tobias Bosch
2019-08-16Allow arguments with spaces when comparing to the old wrapper.Tobias Bosch
2019-08-16Fix build: Update goldensTobias Bosch
2019-08-16Resolve wrapper path against path envTobias Bosch
2019-08-15Pass the old wrapper path as a linker argumentTobias Bosch
2019-08-15Only evaluate one level of links for the linkerTobias Bosch
2019-08-15Properly escape stdout / stderr of nested commandsTobias Bosch