summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-5360/+0
* Driver: Update devtoolset usage for RHELTom Stellard2017-02-281-2/+1
* [Driver] Enable SafeStack for Fuchsia targetsPetr Hosek2017-02-241-0/+6
* [AVR] Move definition of IsIntegratedAssemblerDefaultDylan McKay2017-02-181-0/+1
* Don't look for GCC versions in /usr/lib/<triple> except when <triple> is aRichard Smith2017-02-151-4/+5
* Refactor GCC lib directory detection to make it easier to add lib directoriesRichard Smith2017-02-151-34/+45
* [lsan] Enable LSan for x86 LinuxMaxim Ostapenko2017-01-311-1/+1
* ARM-Darwin: re-enable -momit-leaf-frame-pointer.Tim Northover2017-01-271-4/+0
* [mips] Add support for static model on N64Simon Dardis2017-01-271-0/+3
* [docs] Add help text and refine grouping for various options.Richard Smith2017-01-271-2/+1
* [Hexagon] Linux linker does not support .gnu-hashSumanth Gundapaneni2017-01-191-1/+3
* [Driver] Add openSuse AArch64 TripleKostya Kortchinsky2017-01-101-1/+1
* Extend NetBSD/AArch64 to cover Big Endian as well.Joerg Sonnenberger2017-01-091-0/+1
* [Driver] Driver changes to support CUDA compilation on Windows.Justin Lebar2017-01-051-5/+17
* [CUDA] Make CUDAInstallationDetector take the host triple in its constructor.Justin Lebar2017-01-051-3/+3
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+9
* Revert "Driver: switch Windows to static RelocModel"Reid Kleckner2016-12-281-1/+10
* Driver: switch Windows to static RelocModelSaleem Abdulrasool2016-12-271-10/+1
* Use PIC relocation mode by default for PowerPC64 ELFJoerg Sonnenberger2016-12-151-1/+9
* [Driver] Allow setting the default linker during buildPetr Hosek2016-12-141-9/+0
* [Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny2016-12-121-45/+78
* [CUDA] Forward sanitizer support to host toolchainJason Henline2016-12-021-6/+10
* [CUDA] "Support" ASAN arguments in CudaToolChainJason Henline2016-12-021-0/+9
* [Driver] Refactor distro detection & classification as a separate APIMichal Gorny2016-11-281-176/+12
* [CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar2016-11-181-40/+100
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-0/+7
* Add support of the next Ubuntu (17.04 - Zesty Zapus)Sylvestre Ledru2016-11-121-1/+3
* Factor finding of libc++ include path out of building -cc1 arguments.Richard Smith2016-10-291-182/+114
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-271-5/+51
* [Myriad] Find libc++ adjacent to libstdc++Douglas Katzman2016-10-251-7/+2
* [Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and olderMichal Gorny2016-10-251-2/+19
* [Driver] Support obtaining active toolchain from gcc-config on GentooMichal Gorny2016-10-251-0/+37
* [Driver] Refactor DetectDistro() parameters to take VFS ref only. NFCMichal Gorny2016-10-201-9/+9
* [Driver] Parse Debian version as integer when possible. NFCMichal Gorny2016-10-201-11/+24
* [Myriad] Find libc++ headers next to clang binaryDouglas Katzman2016-10-191-9/+13
* Driver/Darwin: Set the DWARF version based on the deployment target.Adrian Prantl2016-10-171-0/+8
* [Driver] Use VFS to perform all distribution checksMichal Gorny2016-10-171-3/+3
* Reapply r284383. The test failures were due to a missing dir in test/Krzysztof Parzyszek2016-10-171-1/+1
* Revert r284383, while I figure out how to reproduce the failures locallyKrzysztof Parzyszek2016-10-171-1/+1
* Return correct path from HexagonToolChain::getHexagonTargetDirKrzysztof Parzyszek2016-10-171-1/+1
* Define Contiki OS toolchainDavid L Kreitzer2016-10-141-0/+11
* [CUDA] Re-land support for <complex> (r283683 and r283680).Justin Lebar2016-10-111-0/+9
* Revert r283680.Nico Weber2016-10-101-9/+0
* [CUDA] Support <complex> and std::min/max on the device.Justin Lebar2016-10-081-0/+9
* Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)Mehdi Amini2016-10-071-1/+1
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-071-8/+8
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-061-0/+102
* [CUDA] Added support for CUDA-8Artem Belevich2016-09-281-26/+24
* [mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis2016-09-151-0/+7
* Myriad: nominally "support" ASAN.Douglas Katzman2016-09-091-0/+4
OpenPOWER on IntegriCloud