aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/ToolChains/MinGW.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-07[clang] [MinGW] Don't look for a GCC in path if the install base has a proper...Martin Storsjö1-2/+23
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-3/+3
2023-11-28[flang][Driver] Let the linker fail on multiple definitions of main() (#73124)Michael Klemm1-1/+1
2023-11-23[flang] Add runtimes using --dependent-lib on MSVC targets (#72519)David Truby1-1/+1
2023-11-10[flang][windows] Add option to link against specific MSVC CRT (#70833)David Truby1-1/+1
2023-10-15[Driver] Don't pass -Z to ld for ELF platforms (#69120)Fangrui Song1-1/+0
2023-10-10[clang] [MinGW] Explicitly always pass the -fno-use-init-array (#68571)Martin Storsjö1-0/+2
2023-10-01[clang] [MinGW] Tolerate mingw specific linker options during compilation (#6...Martin Storsjö1-2/+5
2023-09-01[clang] [MinGW] Add the option -fno-auto-importMartin Storsjö1-0/+4
2023-08-24[clang] [MinGW] Pass LTO options to the linkerMartin Storsjö1-0/+6
2023-07-10[Driver] Default ToolChain::IsIntegratedAssemblerDefault to trueBrad Smith1-2/+0
2023-07-07[Driver] Remove duplicate -eFangrui Song1-1/+0
2023-06-16[Driver] Allow warning for unclaimed TargetSpecific optionsFangrui Song1-0/+3
2023-05-01[clang][Driver] Fix crash with unsupported architectures in MinGW and CrossWi...KOMATA Manabu1-1/+1
2023-03-29[clang][MinGW] Add asan DLL lib before other libs and objectsAlvin Wong1-0/+10
2023-01-17[clang] [MinGW] Avoid adding <base>/include and <base>/lib when cross compilingMartin Storsjö1-2/+23
2022-11-29[clang] [MinGW] Improve detection of libstdc++ headers on FedoraMartin Storsjö1-9/+8
2022-11-29[clang] [MinGW] Improve/extend the gcc/sysroot detection logicMartin Storsjö1-18/+50
2022-11-16[clang] Don't include C++ Standard Library headers when -nostdinc is usedLouis Dionne1-2/+2
2022-09-20Refactor unwind table driver interface to expose default level. NFC.Tim Northover1-4/+8
2022-09-09[clang][MinGW] Add `-mguard=cf` and `-mguard=cf-nochecks`Alvin Wong1-0/+31
2022-07-08[clang] [MinGW] Fix paths on GentooMark Harmstone1-4/+24
2022-06-20Update link job for flang on windowsDiana Picus1-0/+5
2022-06-06[clang] [MinGW] Default to WinEH (SEH) exception handling instead of DwarfMartin Storsjö1-3/+4
2022-02-08[clang] [MinGW] Recognize -lcrtdll as a library replacing -lmsvcrtMartin Storsjö1-1/+3
2022-01-03[clang] [MinGW] Pass --no-demangle through to the mingw linkerMartin Storsjö1-0/+3
2022-01-02[clang][MinGW] Explicitly ignore `-fPIC` & friendsMarkus Böck1-4/+1
2021-11-11[Driver] Fix ToolChain::getSanitizerArgsYaxun (Sam) Liu1-2/+4
2021-10-29[clang] [MinGW] Guess the right ix86 arch name spelling as sysrootMartin Storsjö1-9/+65
2021-10-28[clang] [MinGW] Rename the 'Arch' member to 'SubdirName'. NFC.Martin Storsjö1-19/+22
2021-10-13[clang] [Windows] Mark PIC as implicitly enabled for aarch64, just like for x...Martin Storsjö1-2/+4
2021-08-12[clang] [MinGW] Consider the per-target libc++ include directory tooMartin Storsjö1-1/+7
2021-08-03[clang] [MinGW] Let the last of -mconsole/-mwindows have effectMartin Storsjö1-2/+5
2021-07-27[clang][driver] NFC: Move InputInfo.h from lib to includeJan Svoboda1-1/+1
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-05-28[clang] [MinGW] Fix gcc version detection/pickingMartin Storsjö1-0/+1
2020-11-03[clang] [MinGW] Allow using the vptr sanitizerMartin Storsjö1-0/+1
2020-10-08[Driver] Add output file to properties of CommandSerge Pavlov1-5/+7
2020-09-23recommit [HIP] Fix -gsplit-dwarf optionYaxun (Sam) Liu1-1/+1
2020-09-21[clang] [MinGW] Add an implicit .exe suffix even when crosscompilingMartin Storsjö1-7/+3
2020-09-19Revert "[HIP] Fix -gsplit-dwarf option"Yaxun (Sam) Liu1-1/+1
2020-09-19[HIP] Fix -gsplit-dwarf optionYaxun (Sam) Liu1-1/+1
2020-07-11Fix regression due to test hip-version.hipYaxun (Sam) Liu1-1/+8
2020-06-29Clang Driver: refactor support for writing response files to beJames Y Knight1-2/+4
2020-06-17[clang] [MinGW] Link kernel32 once after the last instance of msvcrtMartin Storsjö1-2/+5
2020-04-29[clang] [MinGW] Add the compiler rt libdirs to the search pathMartin Storsjö1-0/+12
2020-02-12clang: Guess at some platform FTZ/DAZ default settingsMatt Arsenault1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-8/+9
2019-12-17[MinGW] Implicitly add .exe suffix if not providedMartin Storsjö1-1/+13
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2