aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/ToolChains/CrossWindows.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-05[𝘀𝗽𝗿] initial versionusers/MaskRay/spr/drivercrosswindows-remove-isystem-afterFangrui Song1-9/+1
2023-05-01[clang][Driver] Fix crash with unsupported architectures in MinGW and CrossWi...KOMATA Manabu1-1/+2
2022-09-20Refactor unwind table driver interface to expose default level. NFC.Tim Northover1-2/+3
2022-07-19[clang] Add a new flag -fexperimental-library to enable experimental library ...Louis Dionne1-1/+4
2021-11-11[Driver] Fix ToolChain::getSanitizerArgsYaxun (Sam) Liu1-2/+2
2020-11-17[clang][driver] Fix definition/declaration argument name mismatches. NFCI.Simon Pilgrim1-4/+4
2020-10-08[Driver] Add output file to properties of CommandSerge Pavlov1-3/+4
2020-06-29Clang Driver: refactor support for writing response files to beJames Y Knight1-2/+4
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-04-12[asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau1-0/+2
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-12Consistently make llvm::opt::ArgStringList usage explicit to try and appease ...Simon Pilgrim1-0/+1
2018-02-27[MinGW, CrossWindows] Allow passing -static together with -sharedMartin Storsjo1-1/+2
2017-09-22Driver: remove support for libstdc++ from CrossWindowsSaleem Abdulrasool1-34/+3
2017-08-13[AArch64] Add support for a MinGW AArch64 targetMartin Storsjo1-0/+5
2017-08-03[Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka1-1/+1
2017-07-25Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber1-2/+1
2017-06-30Driver: honor -nostdinc and -isystem-after on CrossWindowsSaleem Abdulrasool1-4/+10
2017-05-04Driver: only inject libstdc++ paths when needed on CrossWindowsSaleem Abdulrasool1-1/+1
2017-04-07Toolchains: remove crtbegin on xwindowsSaleem Abdulrasool1-9/+0
2017-03-08[Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones1-0/+318