aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/ToolChain.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-06[OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea1-3/+3
2017-03-30[XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris1-0/+7
2017-03-14[ubsan] Add a nullability sanitizerVedant Kumar1-1/+2
2017-03-08[Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones1-1/+3
2017-03-03Add arch-specific directory to search pathPirama Arumuga Nainar1-0/+13
2016-12-14[Driver] Allow setting the default linker during buildPetr Hosek1-24/+22
2016-12-12[Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld1-34/+13
2016-12-07Refactor how the MSVC toolchain searches for a compatibility version.David L. Jones1-0/+54
2016-11-11[cfi] Enable cfi-icall on ARM and AArch64.Evgeniy Stepanov1-0/+2
2016-10-27[Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao1-2/+7
2016-10-27[Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao1-0/+1
2016-10-27[Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao1-0/+4
2016-10-07Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)Mehdi Amini1-1/+1
2016-08-31Revert "Driver: use the canonical static library naming"Saleem Abdulrasool1-3/+3
2016-08-30Driver: use the canonical static library namingSaleem Abdulrasool1-3/+3
2016-08-08[Driver] Enable CFI for WebAssemblyDerek Schuff1-1/+3
2016-07-27Retry: [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar1-1/+2
2016-07-27Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar1-30/+22
2016-07-27[ARM] Pass thumb as architecture to the underlying tools, when targeting windowsRenato Golin1-1/+3
2016-07-27Support setting default value for -rtlib at build timeJonas Hahnfeld1-9/+13
2016-07-25Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld1-0/+2
2016-07-18[Driver] Compute effective target triples once per job (NFCI)Vedant Kumar1-22/+30
2016-07-18[NFC] Header cleanupMehdi Amini1-3/+3
2016-07-15[CUDA][OpenMP] Create generic offload actionSamuel Antao1-2/+1
2016-06-16Compilation for Intel MCU (Part 2/3)Andrey Turetskiy1-0/+3
2016-03-14Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld1-3/+10
2016-03-09Accept absolute paths in the -fuse-ld option.Peter Zotov1-13/+20
2016-02-12Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko1-1/+0
2016-02-12[CMake] Add option to switch default C++ stdlibJonas Hahnfeld1-9/+26
2015-11-26Driver: protect from empty -L argsMartell Malone1-1/+2
2015-11-20Driver: Defer computation of linker path until it is needed.Peter Collingbourne1-1/+1
2015-11-17[CUDA] added include paths for both sides of CUDA compilation.Artem Belevich1-0/+3
2015-11-17Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman1-0/+6
2015-11-12Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris1-1/+0
2015-11-05[ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:Alexandros Lamprineas1-3/+2
2015-10-30Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris1-0/+1
2015-10-29[mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris1-1/+0
2015-10-28When running clang with an arm triple such as '--target=thumbv7m-none-eabi'Alexandros Lamprineas1-6/+8
2015-10-22clang driver toolchain refactoringXinliang David Li1-4/+30
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+1
2015-10-08Use Triple.isAndroid() where possible.Evgeniy Stepanov1-2/+1
2015-10-07[VFS] Port driver tool chains to VFS.Benjamin Kramer1-3/+1
2015-10-05Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris1-0/+1
2015-10-05Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris1-1/+0
2015-10-02Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris1-0/+1
2015-10-02Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris1-1/+0
2015-10-01Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris1-1/+39
2015-09-25The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has someEric Christopher1-0/+94
2015-09-23[ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev1-2/+1