summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [PPC64, TSAN] Enable thread sanitizer for PPC64Bill Schmidt2015-12-081-1/+1
* 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
* 80-col and whitespace fixups.Eric Christopher2015-12-071-9/+12
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-072-0/+20
* Fix the clang driver when "-nostdlib" is presentSumanth Gundapaneni2015-12-021-2/+1
* Teaches clang about Cortex-A35.Christof Douma2015-12-021-1/+1
* Revert Sparc and SparcV9 to external assembler. Now that the CPUJoerg Sonnenberger2015-11-271-3/+0
* [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
* Driver: protect from empty -L argsMartell Malone2015-11-261-1/+2
* Fix rewrite of reserved library name in case of -nodefaultlibsNirav Dave2015-11-241-1/+2
* Fix alignment of r253898Martell Malone2015-11-231-10/+8
* Driver: fallback to the location of clang if no sysroot,Martell Malone2015-11-231-15/+11
* 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-204-14/+7
* 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-202-8/+12
* Support CMake's clang_rt.profile library naming schemeChris Bieneman2015-11-201-11/+25
* 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-183-36/+25
* Fix for use-after-free which caused test failure in cuda-detect.cu.Artem Belevich2015-11-181-1/+1
* [Myriad]: -nostdlib implies -nostartfilesDouglas Katzman2015-11-171-1/+1
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-172-1/+7
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-172-0/+45
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-175-5/+36
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-174-43/+62
* Use !hasArg with two options instead of !hasArg && !hasArg.Douglas Katzman2015-11-171-92/+52
* ARM: fix mismatch between Clang and backend on exception type.Tim Northover2015-11-171-6/+2
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-172-35/+15
* Derive nacltools::Linker from GnuTool to get response file supportDerek Schuff2015-11-161-2/+2
* [mips] Do not add arch name in the compiler-rt's components.Vasileios Kalintiris2015-11-161-2/+1
* [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-126-27/+253
* [ASan] Allow -fsanitize-recover=address.Yury Gribov2015-11-111-1/+1
* 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
* [Driver] Use platform-appropriate profiling libraries for WatchOS, TVOSVedant Kumar2015-11-101-2/+10
* Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8Joerg Sonnenberger2015-11-091-3/+38
OpenPOWER on IntegriCloud