summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [CrashReproducer] Collect PCH included via -include-pchBruno Cardoso Lopes2016-12-121-3/+2
* [Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny2016-12-122-45/+88
* [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld2016-12-121-34/+13
* [CUDA,Driver] Added --no-cuda-gpu-arch= option.Artem Belevich2016-12-091-8/+22
* [CrashReproducer] Provide a clean dir path for -fmodules-cache-pathBruno Cardoso Lopes2016-12-091-3/+6
* [CrashReproducer] Rewrite relative include pathsBruno Cardoso Lopes2016-12-091-24/+94
* [sanitizers] lsan+sancov doesn't need ubsanrt (multi def error)Mike Aizatsky2016-12-081-1/+2
* [Driver][Darwin] Disable default stack protector levels in freestanding mode.Bruno Cardoso Lopes2016-12-081-1/+8
* Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones2016-12-075-84/+93
* Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith2016-12-071-19/+0
* If clang was configured for a DEFAULT_SYSROOT and no --sysroot argumentJoerg Sonnenberger2016-12-061-0/+5
* Allow clang to write compilation database records.Joerg Sonnenberger2016-12-062-1/+67
* [clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-0/+18
* With LTO and profile-use, enable hotness info in opt remarksAdam Nemet2016-12-021-7/+19
* [CUDA] Forward sanitizer support to host toolchainJason Henline2016-12-021-6/+10
* [CUDA] "Support" ASAN arguments in CudaToolChainJason Henline2016-12-022-0/+11
* [clang] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+3
* Fix crash with unsupported architectures in Linux/Gnu target triples.Florian Hahn2016-12-011-3/+8
* [Driver] Fix recognizing newer OpenSUSE versionsMichal Gorny2016-11-281-2/+5
* [Driver] Refactor distro detection & classification as a separate APIMichal Gorny2016-11-283-176/+144
* darwin: Unconditionally pass -lto_library, remove -Wliblto warning.Nico Weber2016-11-221-8/+8
* Rename option to -lto-pass-remarks-outputAdam Nemet2016-11-221-1/+1
* [XRay] Support AArch64 in ClangDean Michael Berris2016-11-211-7/+13
* LTO support for -fsave-optimization-record on DarwinAdam Nemet2016-11-181-0/+13
* Fix a comment for -fsave-optimization-recordAdam Nemet2016-11-181-1/+1
* [CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar2016-11-184-111/+201
* [CrashReproducer][Darwin] Suggest attaching .crash diagnostic fileBruno Cardoso Lopes2016-11-171-0/+115
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-163-0/+18
* [Driver] Infer the correct option to ld64 for -fembed-bitcodeSteven Wu2016-11-162-25/+19
* Revert r286735 due to test failureBrad Smith2016-11-131-4/+0
* Link static PIE programs against rcrt0.o on OpenBSDBrad Smith2016-11-121-0/+4
* Add support of the next Ubuntu (17.04 - Zesty Zapus)Sylvestre Ledru2016-11-121-1/+3
* Tread TSan LLVM flags to driver: add TSan controlling flags to clang.Evgeniy Stepanov2016-11-111-0/+28
* [cfi] Enable cfi-icall on ARM and AArch64.Evgeniy Stepanov2016-11-111-0/+2
* clang-cl: Pass /Zc:threadSafeInit through to MSVC with /fallback (PR30948)Hans Wennborg2016-11-091-0/+8
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-034-16/+16
* [asan] Use the dynamic ASan runtime if -shared-libasan is passedReid Kleckner2016-11-021-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-023-11/+10
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+12
* Fix clang installed path to handle case where clang is invoked through a symlinkMehdi Amini2016-10-301-1/+1
* Factor finding of libc++ include path out of building -cc1 arguments.Richard Smith2016-10-292-204/+165
* Fix MSVC "not all control paths return a value" warningSimon Pilgrim2016-10-281-0/+2
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-275-42/+191
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-274-2/+103
* [Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao2016-10-274-1/+44
* [Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao2016-10-273-4/+77
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-275-21/+74
* [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...Samuel Antao2016-10-272-34/+210
* [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.Samuel Antao2016-10-271-6/+123
* [Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao2016-10-273-67/+101
OpenPOWER on IntegriCloud