summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r310006:Hans Wennborg2017-08-111-1/+1
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-3/+3
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+7
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-141-1/+2
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-1/+3
* Add arch-specific directory to search pathPirama Arumuga Nainar2017-03-031-0/+13
* [Driver] Allow setting the default linker during buildPetr Hosek2016-12-141-24/+22
* [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld2016-12-121-34/+13
* Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones2016-12-071-0/+54
* [cfi] Enable cfi-icall on ARM and AArch64.Evgeniy Stepanov2016-11-111-0/+2
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-271-2/+7
* [Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao2016-10-271-0/+1
* [Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao2016-10-271-0/+4
* Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)Mehdi Amini2016-10-071-1/+1
* Revert "Driver: use the canonical static library naming"Saleem Abdulrasool2016-08-311-3/+3
* Driver: use the canonical static library namingSaleem Abdulrasool2016-08-301-3/+3
* [Driver] Enable CFI for WebAssemblyDerek Schuff2016-08-081-1/+3
* Retry: [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-271-1/+2
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-30/+22
* [ARM] Pass thumb as architecture to the underlying tools, when targeting windowsRenato Golin2016-07-271-1/+3
* Support setting default value for -rtlib at build timeJonas Hahnfeld2016-07-271-9/+13
* Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld2016-07-251-0/+2
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-22/+30
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+3
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-2/+1
* Compilation for Intel MCU (Part 2/3)Andrey Turetskiy2016-06-161-0/+3
* Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld2016-03-141-3/+10
* Accept absolute paths in the -fuse-ld option.Peter Zotov2016-03-091-13/+20
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-1/+0
* [CMake] Add option to switch default C++ stdlibJonas Hahnfeld2016-02-121-9/+26
* Driver: protect from empty -L argsMartell Malone2015-11-261-1/+2
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-1/+1
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-0/+3
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-171-0/+6
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-1/+0
* [ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:Alexandros Lamprineas2015-11-051-3/+2
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-0/+1
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-1/+0
* When running clang with an arm triple such as '--target=thumbv7m-none-eabi'Alexandros Lamprineas2015-10-281-6/+8
* clang driver toolchain refactoringXinliang David Li2015-10-221-4/+30
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+1
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-2/+1
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-3/+1
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-0/+1
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-1/+0
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-0/+1
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-1/+0
* Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris2015-10-011-1/+39
* The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has someEric Christopher2015-09-251-0/+94