summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add command-line options for Statistical Profiling ExtensionOliver Stannard2015-11-261-0/+2
* [AArch64] Add command-line options for ARMv8.2-AOliver Stannard2015-11-261-0/+4
* Disable frame pointer elimination when using -pg Xinliang David Li2015-11-231-0/+4
* Revert part of r253813Martell Malone2015-11-231-7/+0
* Revert r253846 (build bot failure))Xinliang David Li2015-11-231-4/+0
* Disable frame pointer elimination when using -pgXinliang David Li2015-11-231-0/+4
* Driver: Specifically tell the linker the target for mingw-w64Martell Malone2015-11-221-1/+8
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-5/+5
* Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"Hans Wennborg2015-11-201-20/+0
* [Myriad]: handle Preprocess job action (-E)Douglas Katzman2015-11-201-8/+11
* clang-cl: Make /W4 imply -Wall -Wextra (PR25563)Hans Wennborg2015-11-191-0/+20
* [ARM] Support +feature targeting in -mcpu/-marchBradley Smith2015-11-181-8/+32
* [Myriad]: insert -L paths into linker cmd only when they exist.Douglas Katzman2015-11-181-13/+5
* [Myriad]: -nostdlib implies -nostartfilesDouglas Katzman2015-11-171-1/+1
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-0/+2
* [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
OpenPOWER on IntegriCloud