summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTOAlexandre Ganea2020-04-291-0/+5
* [Gnu toolchain] Look at standard GCC paths for libstdcxx by defaultKristina Brooks2020-01-051-70/+7
* Reland 198fbcb8, "Driver: Don't look for libc++ headers in the install direct...Peter Collingbourne2019-12-091-11/+16
* Revert "Driver: Don't look for libc++ headers in the install directory on And...David Zarzycki2019-12-081-16/+11
* Driver: Don't look for libc++ headers in the install directory on Android.Peter Collingbourne2019-12-061-11/+16
* [Clang] Bypass distro detection on non-Linux hostsAlexandre Ganea2019-11-281-2/+2
* Enable memtag sanitizer in all AArch64 toolchainsMomchil Velikov2019-08-131-2/+0
* [Driver] Prioritize SYSROOT/usr/include over RESOURCE_DIR/include on linux-muslFangrui Song2019-08-061-5/+8
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+2
* [Driver] Delete --no-add-needed for RHEL7 or newerFangrui Song2019-07-121-3/+0
* Update libc++ include path detection to use VFS on LinuxJulie Hockett2019-07-101-6/+7
* [RISCV][NFC] Make use of Triple::isRISCVAlex Bradbury2019-07-081-2/+1
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-1/+0
* [Driver] Verify GCCInstallation is validNick Desaulniers2019-05-211-3/+5
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+2
* [driver][mips] Check both `gnuabi64` and `gnu` suffixes in `getMultiarchTriple`Simon Atanasyan2019-04-021-14/+19
* [driver] clang-format. Fix indentation, split long lines. NFCSimon Atanasyan2019-04-021-5/+8
* [Driver] Default Android toolchains to noexecstack.Dan Albert2019-03-281-0/+4
* Remove esan.Nico Weber2019-03-111-2/+0
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-0/+1
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* set default max-page-size to 4KB in lld for Android Aarch64Zhizhou Yang2018-11-291-0/+8
* Fix linker option for -fprofile-arcs -ftest-coverageMarco Castelluccio2018-11-271-1/+1
* [Driver] Support g++ headers in include/g++David Greene2018-11-131-0/+3
* [Driver] Reland again again: Default Android toolchains to libc++.Dan Albert2018-11-051-0/+6
* Revert "[Driver] Reland again: Default Android toolchains to libc++."Dan Albert2018-10-221-6/+0
* [Driver] Reland again: Default Android toolchains to libc++.Dan Albert2018-10-221-0/+6
* Revert "[Driver] Reland: Default Android toolchains to libc++."Dan Albert2018-10-191-6/+0
* [Driver] Reland: Default Android toolchains to libc++.Dan Albert2018-10-191-0/+6
* [driver][mips] Support MIPS R6 target triplesSimon Atanasyan2018-10-161-21/+56
* [mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan2018-10-151-10/+19
* Revert "[Driver] Default Android toolchains to libc++."Dan Albert2018-10-111-6/+0
* [Driver] Default Android toolchains to libc++.Dan Albert2018-10-111-0/+6
* [Driver] Default to `-z now` and `-z relro` on Android.Dan Albert2018-10-111-2/+3
* [Driver] Fix --hash-style choice for Android.Dan Albert2018-10-111-5/+8
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [Driver] Fix missing MultiArch include dir on powerpcspeKristina Brooks2018-09-141-1/+2
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-0/+2
* Fix the -print-multi-directory flag to print the selected multilib.Christian Bruel2018-09-061-5/+4
* Revert r341373, since it fails on some targets.Tim Shen2018-09-041-4/+5
* Fix the -print-multi-directory flag to print the selected multilib.Christian Bruel2018-09-041-5/+4
* [Android] Default to -fno-math-errnoPirama Arumuga Nainar2018-08-221-0/+6
* [OpenEmbedded] Fix lib paths for OpenEmbedded targetsMandeep Singh Grang2018-07-301-1/+8
* [Driver] Add PPC64 as supported for ScudoKostya Kortchinsky2018-07-031-1/+2
* Driver: Don't mix system tools with devtoolset tools on RHELTom Stellard2018-06-301-0/+9
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-0/+1
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-10/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [Driver] Infer Android sysroot location.Dan Albert2018-05-021-0/+9
OpenPOWER on IntegriCloud