summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains/Darwin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Driver] Export symbols needed to use profile runtimeVedant Kumar2017-10-111-0/+29
* [Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar2017-10-071-1/+2
* [ubsan] Enable -fsanitize=function on DarwinVedant Kumar2017-09-131-0/+1
* [Driver] Darwin: Link in the profile runtime archive firstVedant Kumar2017-09-121-18/+26
* [Driver] Support ubsan-minimal on DarwinVedant Kumar2017-09-111-1/+3
* Test fix: only add shared libraries to rpath.George Karpenkov2017-08-221-1/+1
* Moving libFuzzer to compiler-rt: required updates to the Clang driver.George Karpenkov2017-08-211-16/+9
* [Driver][Darwin] Do not pass -munwind-table if -fno-excpetions isAkira Hatanaka2017-08-211-1/+6
* Add -fsanitize=fuzzer-no-link flag to the driver.George Karpenkov2017-08-111-0/+1
* [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka2017-08-031-2/+2
* [Driver] Make sure the deployment target is earlier than iOS 11 whenAkira Hatanaka2017-07-311-23/+23
* [Driver] Allow users to silence the warning that is issued when theAkira Hatanaka2017-07-311-9/+11
* Update to use enum classes for various ARM *Kind enumsFlorian Hahn2017-07-271-6/+6
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-3/+2
* [Sema] Improve diagnostic message for unavailable C++17 alignedAkira Hatanaka2017-07-191-4/+13
* [Driver] Respect -target when determining target platform on AppleAkira Hatanaka2017-07-141-19/+49
* Recommit [driver][macOS] Pick the system version for theAlex Lorenz2017-07-071-1/+22
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* Fix indentation.Akira Hatanaka2017-07-011-7/+7
* [Driver] Check that the iOS deployment target is iOS 10 or earlier ifAkira Hatanaka2017-07-011-2/+26
* Insert llvm_unreachable at the end of a function to silence gcc'sAkira Hatanaka2017-06-291-0/+1
* [libFuzzer] Do not link in libFuzzer with -fsanitize=fuzzer when producing a ...George Karpenkov2017-06-291-1/+1
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+21
* Revert r305678: [driver][macOS] Pick the system version for theAlex Lorenz2017-06-211-22/+1
* Add missing OS check to r305678Alex Lorenz2017-06-191-2/+4
* [driver][macOS] Pick the system version for the deployment targetAlex Lorenz2017-06-191-1/+20
* Flag -fsanitize=fuzzer to enable libfuzzerGeorge Karpenkov2017-04-241-0/+15
* Enable leak sanitizer builds for darwinFrancis Ricci2017-04-201-0/+3
* Update to match LLVM r300135.Richard Smith2017-04-121-1/+2
* [Driver] Define macro __APPLE_EMBEDDED_SIMULATOR__ when optionAkira Hatanaka2017-03-151-3/+16
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+1896