summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Driver] Obey computed sysroot when finding libc++ headers.Dan Albert2018-05-021-2/+3
* [Driver] Use the per-API level Android library directories.Dan Albert2018-04-171-0/+16
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-1/+3
* [Driver] Allow drivers to add multiple libc++ include pathsPetr Hosek2018-04-101-3/+4
* Enable msan unconditionally on Linux.Evgeniy Stepanov2018-04-041-2/+1
* [Driver] Include the Android multiarch includes.Dan Albert2018-04-041-1/+22
* [HWASan] Port HWASan to Linux x86-64 (clang)Alex Shlyapnikov2018-03-231-1/+1
* [Driver] Add support for mips32 and scudoSimon Dardis2018-01-251-1/+3
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-111-0/+23
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-111-12/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-111-0/+12
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+2
* Revert r318669/318694Erich Keane2017-11-201-13/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-201-0/+13
* [Driver] add initial support for alpine linuxMartell Malone2017-11-191-3/+8
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-031-2/+3
* [LSan] Enable -fsanitize=leak for PPC64 Linux.Alex Shlyapnikov2017-10-261-1/+1
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-251-2/+5
* Add -fsanitize=fuzzer-no-link flag to the driver.George Karpenkov2017-08-111-0/+1
* Fixed warning: enum constant in boolean context.Galina Kistanova2017-06-031-2/+3
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-251-43/+0
OpenPOWER on IntegriCloud