aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/compiler_wrapper.go
AgeCommit message (Expand)Author
2022-11-03Revert "Revert "compiler-wrapper: adds an IWYU component""Ryan Beltran
2022-11-01Revert "compiler-wrapper: adds an IWYU component"Manoj Gupta
2022-11-01compiler-wrapper: adds an IWYU componentChristopher Di Bella
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-06-29compiler_wrapper: add autocrash logicGeorge Burgess IV
2022-06-23compiler_wrapper: Stop managing pie flagsManoj Gupta
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
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-08-04compiler_wrapper: Fix static libgcc handlingManoj Gupta
2021-06-18compiler_wrapper: add --rewrapper-path supportGeorge Burgess IV
2021-06-18compiler_wrapper: refactor goma => "remote compile"George Burgess IV
2021-04-21compiler_wrapper: disable rusage when goma enabledRyan Beltran
2021-04-20compiler_wrapper: remove useless gomaEnabled varRyan Beltran
2021-03-29compiler_wrapper: reenable goma w/ rusageRyan Beltran
2021-02-24compiler_wrapper: disable goma, ccache w/ rusageRyan Beltran
2021-01-29compiler_wrapper: work around gcc failing due to a kernel bugGeorge Burgess IV
2021-01-29compiler_wrapper: disable force-disable-werror with GCCGeorge Burgess IV
2021-01-29compiler_wrapper: fix a bug where we won't log rusage on compilationGeorge Burgess IV
2021-01-29compiler_wrapper: Fix gcc host wrapper configManoj Gupta
2021-01-22compiler_wrapper: refactor rusage_flagRyan Beltran
2020-12-16compiler_wrapper: rename GETRUSAGE flagRyan Beltran
2020-10-21Handle clangPostFlags for AndroidPirama Arumuga Nainar
2020-10-13Revert "compiler_wrapper: enable -mharden-sls=all on aarch64"Jian Cai
2020-10-02compiler_wrapper: enable -mharden-sls=all on aarch64Jian 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-22compiler_wrapper: add -clang-tidy-flag supportGeorge Burgess IV
2020-06-24wrapper: add support for Tricium clang-tidyGeorge Burgess IV
2020-06-19wrapper: print android-llvm@ when using the Android wrapper.George Burgess IV
2020-06-11[android wrapper] Write warning report to stdout on AndroidPirama Arumuga Nainar
2020-03-13compiler_wrapper: Stop setting CCACHE_BASEDIRManoj Gupta
2020-03-05wrapper: correctly Join() paths for AndroidGeorge Burgess IV
2020-03-01compiler_wrapper: pre-buffer stdin properly.George Burgess IV
2020-02-28Change behavior of doubleBuildWithWNoError for AndroidPirama Arumuga Nainar
2019-11-01toolchain_utils: Remove comparison to old wrapper from compiler_wrapper.Tobias Bosch
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-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-08-26Only resolve cmd path against $PATH if path does not contain a folder.Tobias Bosch
2019-08-21Only tee stdin if a "-" was passed the compiler.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-16Resolve wrapper path against path envTobias Bosch
2019-07-22Support gcc host wrapper.Tobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch