summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PS4][Profile] add "--dependent-lib=libclang_rt.profile-x86_64.a" toPaul Robinson2015-12-161-19/+21
* [cfi] Exclude ubsan runtime library from non-diag CFI builds (driver changes).Evgeniy Stepanov2015-12-161-0/+2
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-0/+2
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-141-2/+58
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-79/+134
* Replace a bunch of duplicate conditions with the call from types::.Eric Christopher2015-12-081-10/+4
* Remove name from FIXME.Eric Christopher2015-12-081-1/+1
* 80-column fixup.Eric Christopher2015-12-081-1/+2
* Update comment.Eric Christopher2015-12-081-2/+2
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-0/+7
* Fix the clang driver when "-nostdlib" is presentSumanth Gundapaneni2015-12-021-2/+1
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-1/+1
* [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
OpenPOWER on IntegriCloud