summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* RHEL: Look in more places to find g++ headers and runtime.Rafael Espindola2016-05-091-2/+10
* Teach header search about GCC 4.9 header search paths in Gentoo, theyChandler Carruth2016-05-081-0/+1
* Add a new warning to notify users of mismatched SDK and deployment targetChris Bieneman2016-04-291-5/+43
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-0/+4
* [CUDA] Raise an error if the CUDA install can't be found.Justin Lebar2016-04-161-4/+7
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+4
* Enable the SafeStack sanitizer on CloudABI by default.Ed Schouten2016-03-291-0/+4
* [tsan] Allow -fsanitize=thread for iOS-style simulator targetsDevin Coughlin2016-03-201-1/+6
* Remove usage of LLVM_PREFIX.Chaoren Lin2016-03-181-4/+0
* [Driver] [Darwin] Fix linking libclang_rt.profile_*sim.aChris Bieneman2016-03-151-28/+2
* Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld2016-03-141-21/+2
* Introduce -fembed-bitcode driver optionSteven Wu2016-03-011-0/+7
* [WebAssembly] Initial driver support for standard library paths.Dan Gohman2016-02-221-0/+5
* Enable SafeStack for CloudABI.Ed Schouten2016-02-171-0/+6
* Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB is setTim Northover2016-02-151-1/+1
* As reported in https://llvm.org/bugs/show_bug.cgi?id=25496, on FreeBSD,Dimitry Andric2016-02-141-0/+16
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-7/+0
* Darwin: pass -stdlib=libc++ down to cc1 whenever we're targeting libc++Tim Northover2016-02-121-0/+6
* [CMake] Add option to switch default C++ stdlibJonas Hahnfeld2016-02-121-19/+11
* Remove decision logic for old NetBSD development versions, the 7.0Joerg Sonnenberger2016-02-111-1/+1
* Now that Sparc/Sparc64 backend is mostly usable, provide the sameJoerg Sonnenberger2016-02-111-0/+2
* [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
OpenPOWER on IntegriCloud