summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-3/+7
* PR30195: Fix clang-cl attempting to precompile bogus (non-precompilable) inpu...Richard Smith2016-08-301-2/+6
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-11/+3
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-3/+11
* [CUDA] Collapsed offload actions should not be top-level jobs.Artem Belevich2016-08-221-1/+1
* [Driver] Set the default driver mode based on the executable.Zachary Turner2016-08-121-18/+26
* [CUDA] Do not allow using NVPTX target for host compilation.Artem Belevich2016-08-021-6/+13
* Retry: [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-271-0/+13
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-15/+1
* [Driver] Switch some getenv calls to llvm::sys::Process::GetEnvDavid Majnemer2016-07-241-2/+3
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-1/+15
* [Driver] Make Driver::DefaultTargetTriple private (NFCI)Vedant Kumar2016-07-181-3/+3
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-111/+259
* [CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar2016-07-061-13/+16
* Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.Andrey Turetskiy2016-06-291-21/+18
* [X86] Add -mno-iamcu option.Andrey Turetskiy2016-06-201-18/+21
* Compilation for Intel MCU (Part 2/3)Andrey Turetskiy2016-06-161-0/+1
* [CUDA][OpenMP] Create generic offload toolchainsSamuel Antao2016-06-131-14/+29
* Revert "Strip Android version when looking up toolchain paths."Chandler Carruth2016-06-111-9/+1
* Strip Android version when looking up toolchain paths.Josh Gao2016-06-101-1/+9
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-3/+4
* [Driver] Fix the case when use -fembed-bitcode and -flto= togetherSteven Wu2016-05-181-3/+3
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-6/+15
* Update clang support on recent HaikuReid Kleckner2016-05-111-0/+3
* driver: Add a `--rsp-quoting` flag to pick response file quoting.Nico Weber2016-04-251-1/+2
* clang-cl: Don't assert on using /Yc with non-source files, PR27450Nico Weber2016-04-211-19/+19
* Compilation for Intel MCU (Part 1/3)Andrey Turetskiy2016-04-211-8/+33
* Revert r266747 (Compilation for Intel MCU (Part 1/3)) since it breaks a few b...Andrey Turetskiy2016-04-191-33/+8
* Compilation for Intel MCU (Part 1/3)Andrey Turetskiy2016-04-191-8/+33
* [CUDA] Add --cuda-compile-host-device, which overrides --cuda-host-only and -...Justin Lebar2016-04-191-11/+17
* clang-cl: Don't check for existence of linker inputs when /link is usedHans Wennborg2016-04-151-7/+16
* [DarwinDriver] Increase the number of valid digits for ld64 version string.Bruno Cardoso Lopes2016-03-311-0/+28
* [CUDA] Don't initialize the CUDA toolchain if we don't have any CUDA inputs.Justin Lebar2016-03-301-4/+13
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+3
* clang-cl: Enable PCH flags by default.Nico Weber2016-03-041-8/+0
* clang-cl pch test: Instead of copying the input, use /Fp to not write into th...Nico Weber2016-03-021-1/+1
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-011-1/+102
* Introduce -fembed-bitcode driver optionSteven Wu2016-03-011-10/+36
* Rename Action::begin() to Action::input_begin().Nico Weber2016-02-231-15/+16
* Remove unused ToolChain arg from Driver::ConstructPhaseAction and BuildAction.Justin Lebar2016-02-111-13/+9
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-251-3/+8
* Respect bound archs, even when they don't alter the toolchain.Justin Lebar2016-01-161-2/+9
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-16/+36
* Don't build jobs for the same Action + ToolChain twice.Justin Lebar2016-01-141-14/+36
* [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar2016-01-111-2/+6
* Add an Action* member to InputInfo.Justin Lebar2016-01-111-6/+6
* Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...Justin Lebar2016-01-111-35/+26
* Move ownership of Action objects into Compilation.Justin Lebar2016-01-111-62/+47
* Update code in buildCudaActions and BuildActions to latest idiom.Justin Lebar2016-01-081-18/+14
OpenPOWER on IntegriCloud