summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/ToolChains.cpp
AgeCommit message (Expand)Author
2017-03-08[Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones
2017-02-28Driver: Update devtoolset usage for RHELTom Stellard
2017-02-24[Driver] Enable SafeStack for Fuchsia targetsPetr Hosek
2017-02-18[AVR] Move definition of IsIntegratedAssemblerDefaultDylan McKay
2017-02-15Don't look for GCC versions in /usr/lib/<triple> except when <triple> is aRichard Smith
2017-02-15Refactor GCC lib directory detection to make it easier to add lib directoriesRichard Smith
2017-01-31[lsan] Enable LSan for x86 LinuxMaxim Ostapenko
2017-01-27ARM-Darwin: re-enable -momit-leaf-frame-pointer.Tim Northover
2017-01-27[mips] Add support for static model on N64Simon Dardis
2017-01-27[docs] Add help text and refine grouping for various options.Richard Smith
2017-01-19[Hexagon] Linux linker does not support .gnu-hashSumanth Gundapaneni
2017-01-10[Driver] Add openSuse AArch64 TripleKostya Kortchinsky
2017-01-09Extend NetBSD/AArch64 to cover Big Endian as well.Joerg Sonnenberger
2017-01-05[Driver] Driver changes to support CUDA compilation on Windows.Justin Lebar
2017-01-05[CUDA] Make CUDAInstallationDetector take the host triple in its constructor.Justin Lebar
2017-01-05Add AVR target and toolchain to ClangDylan McKay
2016-12-28Revert "Driver: switch Windows to static RelocModel"Reid Kleckner
2016-12-27Driver: switch Windows to static RelocModelSaleem Abdulrasool
2016-12-15Use PIC relocation mode by default for PowerPC64 ELFJoerg Sonnenberger
2016-12-14[Driver] Allow setting the default linker during buildPetr Hosek
2016-12-12[Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny
2016-12-02[CUDA] Forward sanitizer support to host toolchainJason Henline
2016-12-02[CUDA] "Support" ASAN arguments in CudaToolChainJason Henline
2016-11-28[Driver] Refactor distro detection & classification as a separate APIMichal Gorny
2016-11-18[CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar
2016-11-16Add a little endian variant of TCE.Pekka Jaaskelainen
2016-11-12Add support of the next Ubuntu (17.04 - Zesty Zapus)Sylvestre Ledru
2016-10-29Factor finding of libc++ include path out of building -cc1 arguments.Richard Smith
2016-10-27[Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao
2016-10-25[Myriad] Find libc++ adjacent to libstdc++Douglas Katzman
2016-10-25[Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10 and olderMichal Gorny
2016-10-25[Driver] Support obtaining active toolchain from gcc-config on GentooMichal Gorny
2016-10-20[Driver] Refactor DetectDistro() parameters to take VFS ref only. NFCMichal Gorny
2016-10-20[Driver] Parse Debian version as integer when possible. NFCMichal Gorny
2016-10-19[Myriad] Find libc++ headers next to clang binaryDouglas Katzman
2016-10-17Driver/Darwin: Set the DWARF version based on the deployment target.Adrian Prantl
2016-10-17[Driver] Use VFS to perform all distribution checksMichal Gorny
2016-10-17Reapply r284383. The test failures were due to a missing dir in test/Krzysztof Parzyszek
2016-10-17Revert r284383, while I figure out how to reproduce the failures locallyKrzysztof Parzyszek
2016-10-17Return correct path from HexagonToolChain::getHexagonTargetDirKrzysztof Parzyszek
2016-10-14Define Contiki OS toolchainDavid L Kreitzer
2016-10-11[CUDA] Re-land support for <complex> (r283683 and r283680).Justin Lebar
2016-10-10Revert r283680.Nico Weber
2016-10-08[CUDA] Support <complex> and std::min/max on the device.Justin Lebar
2016-10-07Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)Mehdi Amini
2016-10-07Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini
2016-10-06[Driver] Add driver support for FuchsiaPetr Hosek
2016-09-28[CUDA] Added support for CUDA-8Artem Belevich
2016-09-15[mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis
2016-09-09Myriad: nominally "support" ASAN.Douglas Katzman