summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-4/+20
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-0/+17
* Use !hasArg with two options instead of !hasArg && !hasArg.Douglas Katzman2015-11-171-92/+52
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-171-35/+9
* [Myriad]: pass the 'std=' option to moviCompileDouglas Katzman2015-11-161-1/+1
* Update for the gnu flavor being renamed to old-gnu.Rafael Espindola2015-11-161-3/+3
* Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.Yaron Keren2015-11-151-0/+2
* Revert "[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin."Justin Bogner2015-11-131-5/+3
* Add support for driver option -mno-ms-bitfields.Akira Hatanaka2015-11-121-1/+2
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-20/+44
* Use the generic Sparc CPU handling for Linux, FreeBSD and OpenBSD, too.Joerg Sonnenberger2015-11-101-29/+26
* Use the normal switch over getArch() approach and not a long if chain.Joerg Sonnenberger2015-11-101-13/+23
* Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8Joerg Sonnenberger2015-11-091-3/+38
* [EABI] Add Clang support for -meabi flagRenato Golin2015-11-091-0/+5
* After some discussion, promote -fobjc-weak to a driver option.John McCall2015-11-051-0/+17
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-3/+3
* Silence "enumeral and non-enumeral type in conditional expression" warning; NFC.Aaron Ballman2015-11-041-1/+1
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-1/+2
* Disable SjLj exceptions for watchOSTim Northover2015-10-301-1/+1
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-2/+9
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-2/+7
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-44/+20
* Revert "Try to run and investigate the mips-mti-linux.c test failure on ARM b...Renato Golin2015-10-301-13/+0
* Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots.Vasileios Kalintiris2015-10-301-0/+13
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-20/+44
* Driver: CrossWindows sanitizers link supportSaleem Abdulrasool2015-10-291-0/+16
* Driver: inline some small arraysSaleem Abdulrasool2015-10-291-10/+4
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-0/+2
* Driver: support -fuse-ld= on cross windowsSaleem Abdulrasool2015-10-281-2/+1
* [mips] Separated mips specific -Wa options, so that they are not checked on o...Daniel Sanders2015-10-271-12/+30
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-0/+1
* clang driver toolchain refactoringXinliang David Li2015-10-221-40/+13
* [Myriad]: Always add -L paths even if -nostdlib is set.Douglas Katzman2015-10-211-7/+5
* Support linking against OpenMP runtime on FreeBSD.Dimitry Andric2015-10-181-0/+1
* Make a bunch of static arrays const.Craig Topper2015-10-181-2/+2
* PS4: Make sure to add the sanitizer runtime before any linker inputFilipe Cabecinhas2015-10-161-2/+4
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-12/+14
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-14/+12
* Clang support for -flto=thin.Teresa Johnson2015-10-151-12/+14
* Remove unnecessary braces in single-line 'if'.Douglas Katzman2015-10-151-2/+1
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-7/+341
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-341/+7
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-7/+341
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-341/+7
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-7/+341
* Always pass a -dwarf-version argument to integrated as.Douglas Katzman2015-10-131-2/+3
* Support Debug Info path remappingSaleem Abdulrasool2015-10-121-0/+9
* [Myriad]: put libstdc++ and libc in the right orderDouglas Katzman2015-10-091-2/+2
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-12/+10
* [clang-cl] Make /EHs turn on C++ EH once againReid Kleckner2015-10-081-4/+0
OpenPOWER on IntegriCloud