summaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/MinGW.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [MinGW] Use SEH by default on AArch64Martin Storsjo2019-05-061-2/+3
* [MinGW] Remove some supefluous calls to MakeArgString. NFC.Martin Storsjo2019-04-151-8/+8
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+2
* Revert the r348352 "[clang] - Simplify tools::SplitDebugName."George Rimar2019-03-271-1/+1
* [Driver] Support object files in addition to static and shared libraries in c...Petr Hosek2019-03-121-2/+2
* [MinGW] Add the profiling library when necessaryMartin Storsjo2019-02-131-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Driver] Automatically enable -munwind-tables if -fseh-exceptions is enabledMartin Storsjo2018-12-181-0/+6
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-12-051-1/+1
* Revert "[clang] - Simplify tools::SplitDebugName."Jonas Toth2018-11-271-1/+1
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-11-161-1/+1
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-1/+1
* [MinGW] Link to correct openmp libraryMartin Storsjo2018-10-231-2/+18
* [MinGW] Allow using LTO when lld is used as linkerMartin Storsjo2018-10-121-0/+9
* [MinGW] Allow using ASanMartin Storsjo2018-10-011-3/+26
* [MinGW] Skip adding default win32 api libraries if -lwindowsapp is specifiedMartin Storsjo2018-07-101-8/+20
* [MinGW] Treat any -lucrt* as replacing -lmsvcrtMartin Storsjo2018-07-101-1/+1
* [MinGW] Try to fix asan testing after r330244Martin Storsjo2018-04-181-6/+5
* [MinGW] Look for a cross sysroot relative to the clang binaryMartin Storsjo2018-04-181-1/+24
* [MinGW] Look for libc++ headers in a triplet prefixed path as wellMartin Storsjo2018-04-121-3/+6
* [MinGW, CrossWindows] Allow passing -static together with -sharedMartin Storsjo2018-02-271-13/+12
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-2/+5
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-5/+2
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-2/+5
* [Driver] MinGW: Remove custom linker detectionMartell Malone2017-11-041-10/+2
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-1/+1
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-1/+1
* [MinGW] Don't link -lmsvcrt if a different msvcrt version is to be linkedMartin Storsjo2017-09-251-0/+3
* Revert "[Driver] MinGW: Remove custom linker detection"Martell Malone2017-09-131-2/+10
* [Driver] MinGW: Remove custom linker detectionMartell Malone2017-09-131-10/+2
* Revert "[Driver] MinGW: Remove custom linker detection"Martell Malone2017-09-121-2/+10
* [Driver] MinGW: Remove custom linker detectionMartell Malone2017-09-121-10/+2
* [AArch64] Add support for a MinGW AArch64 targetMartin Storsjo2017-08-131-3/+15
* [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka2017-08-031-1/+1
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-2/+1
* Driver: Better detection of mingw-gccMartell Malone2017-04-181-11/+13
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+471