summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy2016-01-051-2/+2
* Fix rewrite of reserved library name in case of -nodefaultlibsNirav Dave2015-11-241-1/+2
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-34/+38
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-0/+8
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-1/+2
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-0/+2
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-8/+0
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-0/+8
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-6/+30
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-30/+6
* Clang support for -flto=thin.Teresa Johnson2015-10-151-6/+30
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-0/+3
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-3/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+3
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-3/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+3
* [Driver] Use the parent_path of the clang executable as the default InstalledDirBenjamin Kramer2015-10-131-0/+1
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-2/+8
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-8/+0
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-0/+8
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-8/+0
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-0/+8
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-3/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+3
* Drop useless const in for-range loops.Benjamin Kramer2015-09-241-2/+2
OpenPOWER on IntegriCloud