summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-231-2/+1
* Driver: Support cfi-icall on all OSs when targeting x86/x86_64.Peter Collingbourne2015-09-101-3/+7
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-1/+1
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-2/+4
* Update for several APIs in LLVM that now use StringRefs rather thanChandler Carruth2015-08-301-3/+4
* Range-forify a loop, delete trailing whitespace. NFCDouglas Katzman2015-08-061-6/+4
* [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)Renato Golin2015-07-271-3/+8
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+2
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-2/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+2
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-191-0/+9
* Allow case-insensitive values for -mcpu for ARMGabor Ballabas2015-06-041-1/+1
* [ARM] Add v8.1a architectureVladimir Sukharev2015-05-141-3/+6
OpenPOWER on IntegriCloud