summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Augmented CudaHostAction to carry device-side triple.Artem Belevich2015-09-221-8/+7
* [CUDA] Fixes minor cuda-related issues in the driverArtem Belevich2015-09-221-13/+20
* Convert two loops to range-based loops. No behavior change.Nico Weber2015-09-191-5/+3
* clang-cl: Use 'pc' for the vendor field in the default tripleHans Wennborg2015-09-181-0/+1
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-171-4/+3
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+4
* [CUDA] Improve CUDA compilation pipeline creation.Artem Belevich2015-08-271-36/+55
* Don't compare getArchName() to "tce" as a string. NFC.Douglas Katzman2015-08-121-12/+19
* Fix a tiny bug in -no-canonical-prefixes that somehow we have neverChandler Carruth2015-08-051-0/+3
* Silence unused argument warning for --cuda-host-only.Artem Belevich2015-07-281-0/+4
* --cuda-host-only should not disable linking phase.Artem Belevich2015-07-281-4/+2
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-4/+4
* [CUDA] Moved device-side triple calculation to buildCudaActions().Artem Belevich2015-07-201-24/+23
* Fixed style issues pointed out by Justin Bogner.Artem Belevich2015-07-201-30/+29
* Silence the driver warnings, if we see "-w" on the Driver.Filipe Cabecinhas2015-07-181-0/+3
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+3
OpenPOWER on IntegriCloud