summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOn...Mehdi Amini2017-01-241-1/+2
* unique_ptrify Driver::ToolChainsDavid Blaikie2017-01-131-44/+45
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-9/+7
* Add AVR target and toolchain to ClangDylan McKay2017-01-051-0/+3
* [CUDA,Driver] Added --no-cuda-gpu-arch= option.Artem Belevich2016-12-091-8/+22
* [CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar2016-11-181-11/+18
* [CrashReproducer][Darwin] Suggest attaching .crash diagnostic fileBruno Cardoso Lopes2016-11-171-0/+115
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-0/+3
* [Driver] Infer the correct option to ld64 for -fembed-bitcodeSteven Wu2016-11-161-21/+15
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-031-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-5/+4
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-36/+104
* [Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao2016-10-271-1/+29
* [Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao2016-10-271-4/+66
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-271-3/+6
* [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...Samuel Antao2016-10-271-6/+10
* [Driver][OpenMP] Add specialized action builder for OpenMP offloading actions.Samuel Antao2016-10-271-6/+123
* [Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao2016-10-271-0/+79
* [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.Samuel Antao2016-10-271-126/+272
* Remove check for -o option in offloading actions builder.Samuel Antao2016-10-271-18/+1
* Fix bug when compiling CUDA code with -emit-llvm and -o. Samuel Antao2016-10-271-0/+5
* Define Contiki OS toolchainDavid L Kreitzer2016-10-141-0/+3
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-101-1/+9
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-071-9/+9
* Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny2016-10-071-9/+1
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-071-1/+9
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-061-0/+3
* Taking StringRef in Driver.h APIs instead of raw pointers (NFC)Mehdi Amini2016-10-061-34/+32
* clang-cl: Make /Fo apply also when using -fltoHans Wennborg2016-10-041-1/+1
* [CUDA][OpenMP] Add a generic offload action builderSamuel Antao2016-09-301-161/+557
* 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
OpenPOWER on IntegriCloud