summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+7
* Some missing usage of TargetParser. NFC.Zijiao Ma2016-08-171-1/+4
* [CUDA] Include CUDA headers before anything else.Justin Lebar2016-08-151-4/+7
* Don't enable PIE on i686-unknown-cloudabi.Ed Schouten2016-08-111-4/+6
* Pass in frame pointer omitting compiler flags for CloudABI as well.Ed Schouten2016-08-111-1/+1
* [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu2016-08-091-0/+3
* [clang-cl] Make -gline-tables-only imply -gcodeviewReid Kleckner2016-08-091-4/+5
* [ARM] Command-line options for embedded position-independent codeOliver Stannard2016-08-081-1/+56
* [CUDA] Unswitch enumerators in the selection of the offloading tool chain.Samuel Antao2016-07-281-2/+2
* [OpenMP][CUDA] Do not forward OpenMP flags for CUDA device actions.Samuel Antao2016-07-281-2/+6
* [AArch64] Using AArch64TargetParser in Clang.Zijiao Ma2016-07-281-41/+14
* Retry: [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-271-15/+9
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-187/+126
* 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 -mimplcit-it= to integrated assemblerOliver Stannard2016-07-271-0/+21
* 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
* [Profile] Enable profile merging with -fprofile-generat[=<dir>]Xinliang David Li2016-07-221-1/+1
* Append clang system include path for offloading tool chains.Samuel Antao2016-07-191-1/+19
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-126/+187
* Support -masm= flag for x86 assembly targets.Yunzhong Gao2016-07-181-0/+19
* [Driver] Add flags for enabling both types of PGO InstrumentationSean Silva2016-07-161-7/+26
* Use std::string instead of StringRef when generating the auxiliar triple in t...Samuel Antao2016-07-161-1/+1
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-38/+72
* 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
* [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
* [CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.Justin Lebar2016-07-071-1/+1
* [CUDA] Check that our CUDA install supports the requested architectures.Justin Lebar2016-07-071-0/+6
* [CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar2016-07-061-3/+4
* [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-291-6/+4
* [Driver][AArch64] Add support for Broadcom Vulcan core.Pankaj Gode2016-06-291-1/+1
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-271-4/+19
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+4
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-4/+2
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-0/+1
* Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola2016-06-201-1/+1
* [X86] Add -mno-iamcu option.Andrey Turetskiy2016-06-201-4/+6
* Driver: introduce and use `-isystem-after` for cross-windowsSaleem Abdulrasool2016-06-171-0/+7
* Compilation for Intel MCU (Part 3/3)Andrey Turetskiy2016-06-161-14/+33
* Compilation for Intel MCU (Part 2/3)Andrey Turetskiy2016-06-161-3/+14
* Add support to clang-cl driver for /GS switchEtienne Bergeron2016-06-151-0/+13
OpenPOWER on IntegriCloud