summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-7/+23
* DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inliningDavid Blaikie2016-08-311-8/+12
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-12/+21
* [Hexagon] Use handleTargetFeaturesGroup to process target-specific featuresKrzysztof Parzyszek2016-08-301-23/+7
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-21/+12
* Handle -mlong-calls on HexagonKrzysztof Parzyszek2016-08-301-1/+6
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+6
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-12/+21
* [cfi] Export __cfi_check when linking with -fsanitize-cfi-cross-dso.Evgeniy Stepanov2016-08-291-0/+5
* clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.Nico Weber2016-08-261-3/+3
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-0/+3
* Omit column info for CodeView by defaultAdrian McCarthy2016-08-251-4/+8
* DebugInfo: Let -gsplit-dwarf and -gmlt compose if -fno-split-dwarf-inlining i...David Blaikie2016-08-241-7/+17
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-0/+4
* ARM-Darwin: ignore and diagnose attempts to omit frame pointer.Tim Northover2016-08-231-6/+22
* clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.Nico Weber2016-08-231-1/+1
* 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
OpenPOWER on IntegriCloud