summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Linux.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Flag -fsanitize=fuzzer to enable libfuzzerGeorge Karpenkov2017-04-241-0/+1
* [lsan] Enable LSan on arm Linux, clang partMaxim Ostapenko2017-04-111-1/+4
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+898
OpenPOWER on IntegriCloud