summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* [asan] Add iOS support for Address SanitizerAnna Zaks2016-02-021-6/+24
* ARMv7k: simplify logic for deciding sjlj-exceptions.Tim Northover2016-01-271-2/+1
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-1/+3
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+7
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-7/+20
* [WebAssembly] Configure some simple include paths and runtime library settings.Dan Gohman2016-01-141-0/+23
* [Darwin] Fix deployment target detectionFrederic Riss2016-01-121-1/+1
* [Hexagon] Treat -march and -mcpu as equivalentKrzysztof Parzyszek2016-01-061-7/+2
* [Hexagon] Use back_inserter as target iterator in std::copyKrzysztof Parzyszek2016-01-061-1/+2
* Fix C++ support on recent DragonFly BSD releasesDimitry Andric2015-12-271-4/+1
* [WebAssembly] Initial linking support.Dan Gohman2015-12-161-0/+13
* [CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.hArtem Belevich2015-12-161-1/+1
* [Hexagon] Update default paths and argumentsKrzysztof Parzyszek2015-12-141-128/+87
* Driver: add multilibs for ARM EBSaleem Abdulrasool2015-12-111-0/+12
* [PPC64, TSAN] Enable thread sanitizer for PPC64Bill Schmidt2015-12-081-1/+1
* 80-col and whitespace fixups.Eric Christopher2015-12-071-9/+12
* Revert Sparc and SparcV9 to external assembler. Now that the CPUJoerg Sonnenberger2015-11-271-3/+0
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-6/+1
* [Myriad]: handle Preprocess job action (-E)Douglas Katzman2015-11-201-0/+1
* Support CMake's clang_rt.profile library naming schemeChris Bieneman2015-11-201-11/+25
* [Myriad]: insert -L paths into linker cmd only when they exist.Douglas Katzman2015-11-181-21/+20
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-1/+5
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-171-0/+41
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-171-0/+9
* ARM: fix mismatch between Clang and backend on exception type.Tim Northover2015-11-171-6/+2
* [mips] Do not add arch name in the compiler-rt's components.Vasileios Kalintiris2015-11-161-2/+1
* Re-recommit: Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-11-121-3/+162
* [Driver] Use platform-appropriate profiling libraries for WatchOS, TVOSVedant Kumar2015-11-101-2/+10
* Extend linux header search to find libc++ headers in c++/vN for any N.Evgeniy Stepanov2015-11-091-6/+22
* [tsan] Add Clang frontend support for TSan on OS XKuba Brecka2015-11-061-0/+3
* Disable SjLj exceptions for watchOSTim Northover2015-10-301-4/+12
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-3/+1
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-27/+158
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-162/+3
* add support of the latest Ubuntu (Xenial Xerus)Sylvestre Ledru2015-10-291-1/+3
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-3/+162
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-0/+2
* Create undef reference to profile hook symbol Xinliang David Li2015-10-271-0/+13
* clang driver toolchain refactoringXinliang David Li2015-10-221-9/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-6/+6
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-6/+6
* Teach MyriadToolchain how to find its C++ header paths.James Y Knight2015-10-161-32/+50
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-0/+74
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-74/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+74
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-74/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+74
* [VFS] Wire up multilib toolchain code to the VFS.Benjamin Kramer2015-10-091-10/+13
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-4/+3
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-120/+126
OpenPOWER on IntegriCloud