aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/config.go
AgeCommit message (Expand)Author
2022-11-02compiler_wrapper: build with zero initializationAdrian Dole
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-09-01compiler_wrapper: redisable unused-but-set-varRyan Beltran
2022-06-23compiler_wrapper: Stop managing pie flagsManoj Gupta
2022-06-10compiler_wrapper: add a --version_suffix flag to build.pyGeorge 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-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
2021-12-06compiler_wrapper: add missing unused-but-set-varRyan Beltran
2021-10-20compiler_wrapper: ignore unused_but_set_variableRyan Beltran
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-06-08[compiler_wrapper] explicitly enables `libgcc` as the unwindlibChristopher Di Bella
2021-02-09toolchain-utils: Make DWARF v5 the default.Caroline Tice
2021-01-28compiler_wrapper: Add "-fcommon" to GCCManoj Gupta
2020-11-26compiler_wrapper: move llvm-next options to clang optionsinglorion
2020-09-22toolchain-utils: Update compiler wrapper to disable warning.Caroline Tice
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-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-19wrapper: print android-llvm@ when using the Android wrapper.George Burgess IV
2020-06-15wrapper: allow Android to specify their own llvm-flagsGeorge Burgess IV
2020-05-04Revert "wrapper: Temporarily disable -Wmax-tokens"Tiancong Wang
2020-04-22wrapper: Temporarily disable -Wmax-tokensTiancong Wang
2020-03-13compiler_wrapper: Add "-fcommon" to clang invocationsManoj Gupta
2020-03-04compiler_wrapper: Stop disabling two warnings.Manoj Gupta
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-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-10toolchain-utils: Enable poison system warning in llvm-nextDenis Nikitin
2019-09-30Initial support for the android wrapper.Tobias Bosch
2019-09-26Support extra args for llvm next.Tobias Bosch
2019-09-16clang wrappers: Use LLD as the default linker.Manoj Gupta
2019-08-19Store change id as version in the config.Tobias Bosch
2019-08-15Pass the old wrapper path as a linker argumentTobias Bosch
2019-07-22Support gcc host wrapper.Tobias Bosch
2019-07-22Support clang host wrapper.Tobias Bosch
2019-07-22Sync with recent changes to old wrapper.Tobias Bosch
2019-07-22Add license headers to all go files.Tobias Bosch