summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-5/+173
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-173/+5
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-5/+173
* Changed Driver::getToolChain() to use Triple as an argument.Artem Belevich2015-07-101-82/+83
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-091-1/+16
* [Driver] print-multi-os-directory is unsupported. Davide Italiano2015-07-081-8/+0
* [Driver] Use llvm::Triple methods to handle -EL and -EB.Benjamin Kramer2015-07-061-12/+6
* Driver: Remove the Job class. NFCJustin Bogner2015-07-021-17/+8
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-6/+1
* More range-based-for-loopification. NFCDouglas Katzman2015-06-301-13/+8
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-139/+130
* Rename local variable CCCPrintActions -> CCCPrintPhases.Douglas Katzman2015-06-251-15/+12
* Use more range-based for loopsDouglas Katzman2015-06-251-12/+9
OpenPOWER on IntegriCloud