summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-277-338/+187
* Refactor how include paths are appended to the command arguments.Samuel Antao2016-07-271-57/+30
* Add flags to toggle preservation of assembly commentsNirav Dave2016-07-271-0/+4
* [ARM] Pass thumb as architecture to the underlying tools, when targeting windowsRenato Golin2016-07-271-1/+3
* [ARM] Pass -mimplcit-it= to integrated assemblerOliver Stannard2016-07-271-0/+21
* Support setting default value for -rtlib at build timeJonas Hahnfeld2016-07-273-18/+29
* Fix for compiling with clang <= 3.7 and g++6 headersVedant Kumar2016-07-271-3/+3
* Modules: follow up to r276769.Manman Ren2016-07-261-0/+1
* [Myriad]: better compatibility with vendor sourceDouglas Katzman2016-07-251-9/+3
* Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld2016-07-251-0/+2
* [MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32David Majnemer2016-07-251-0/+2
* [Driver] Switch some getenv calls to llvm::sys::Process::GetEnvDavid Majnemer2016-07-242-27/+29
* [Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li2016-07-221-1/+1
* Add support of the latest Ubuntu (Yakkety Yak - 16.10)Sylvestre Ledru2016-07-191-1/+3
* [driver][mips] Support MIPS targets in modern Android NDKSimon Atanasyan2016-07-191-17/+81
* Append clang system include path for offloading tool chains.Samuel Antao2016-07-191-1/+19
* Allow iOS and tvOS version numbers with 2-digit major version numbers.Bob Wilson2016-07-181-2/+2
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-187-187/+338
* [Driver] Make Driver::DefaultTargetTriple private (NFCI)Vedant Kumar2016-07-181-3/+3
* [NFC] Header cleanupMehdi Amini2016-07-187-9/+8
* Support -masm= flag for x86 assembly targets.Yunzhong Gao2016-07-182-0/+21
* [Driver] Add flags for enabling both types of PGO InstrumentationSean Silva2016-07-161-7/+26
* Remove extra semi-colon. Fixes warning and Werror bots.Eric Christopher2016-07-161-1/+1
* Use std::string instead of StringRef when generating the auxiliar triple in t...Samuel Antao2016-07-161-1/+1
* Attempt to fix breakage caused by r275645 for Windows bots.Samuel Antao2016-07-151-1/+1
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-155-162/+541
* XRay: Remove duplicate checks for xray instrumentation flagsDean Michael Berris2016-07-151-10/+0
* Use hasFlag instead of hasArgDean Michael Berris2016-07-141-2/+2
* Add C++ dependencies to xray runtimeDean Michael Berris2016-07-141-2/+17
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-131-0/+37
* Reapply SVN r274797.Saleem Abdulrasool2016-07-101-12/+0
* [clang-cl] Add support for /ZdDavid Majnemer2016-07-091-6/+13
* [OpenCL] Add missing -cl-no-signed-zeros option into driverYaxun Liu2016-07-081-0/+3
* Revert "Driver: Stop linking to C++ when using sanitizers on Darwin"Saleem Abdulrasool2016-07-081-0/+12
* Driver: Stop linking to C++ when using sanitizers on DarwinSaleem Abdulrasool2016-07-071-12/+0
* [CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.Justin Lebar2016-07-072-2/+2
* [CUDA] Check that our CUDA install supports the requested architectures.Justin Lebar2016-07-073-2/+96
* [CUDA] Add missing namespace qualification on CudaArch in Action.cpp.Justin Lebar2016-07-061-1/+1
* [CUDA] Rename member variables in CudaInstallationDetector.Justin Lebar2016-07-062-40/+39
* [CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar2016-07-063-50/+22
* [CUDA] Add support for CUDA 8 and sm_60-62.Justin Lebar2016-07-062-0/+8
* [Sparc] Allow LEON cpu models to be selected with -mcpuJacob Baungard Hansen2016-07-041-0/+8
* [Driver] Delete some dead code (NFC)Vedant Kumar2016-07-011-3/+0
* Driver: support -L for MSVC toolchain under the GNU driverSaleem Abdulrasool2016-07-011-0/+4
* [OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu2016-06-291-0/+34
* Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.Andrey Turetskiy2016-06-292-27/+22
* [Driver][AArch64] Add support for Broadcom Vulcan core.Pankaj Gode2016-06-291-1/+1
* [Driver] Add method to redirect output of Compilation.Nikolay Haustov2016-06-281-0/+5
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-271-4/+19
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-242-2/+21
OpenPOWER on IntegriCloud