aboutsummaryrefslogtreecommitdiff
path: root/lld/MinGW
AgeCommit message (Expand)AuthorFilesLines
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-02[lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-10/+11
2022-12-28[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song1-0/+1
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-02[lld] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-10[LLD][MinGW] Add --error-limit=<N> optionAlvin Wong2-0/+11
2022-10-12[LLD] [MinGW] Look for libs named "<libname>.lib" even with -staticMartin Storsjö1-2/+2
2022-09-09[LLD][MinGW] Add --[no-]guard-cf and --[no-]guard-longjmpAlvin Wong2-0/+16
2022-08-11[LLD] [MinGW] Implement the --exclude-symbols optionMartin Storsjö2-0/+4
2022-06-15[LLD] [MinGW] Implement --disable-reloc-section, mapped to /fixedMartin Storsjö2-0/+10
2022-01-30[LLD][MinGW] Add --heap argument supportMateusz Mikuła2-0/+3
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea1-8/+11
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea1-10/+8
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea1-8/+10
2022-01-03[lld][MinGW] Remove `--no-as-needed` from ignored flagsMarkus Böck1-1/+0
2022-01-02[lld][MinGW] Ignore `--[no-]as-neeed` flags in MinGW driverMarkus Böck1-0/+2
2021-08-12[LLD] [MinGW] Add more options for disabling flags in the executableMartin Storsjö2-7/+23
2021-08-03[LLD] [MinGW] Support both "--opt value" and "--opt=value" for more optionsMartin Storsjö1-12/+14
2021-08-01[LLD][MinGW] Accept joined format for --stackMateusz Mikuła1-1/+1
2021-07-02[LLD] [COFF] Fix up missing stdcall decorations in MinGW modeMartin Storsjö2-0/+9
2021-07-02[LLD] [MinGW] Allow linking to DLLs directlyMartin Storsjö1-10/+4
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-06-23[LLD] [MinGW] Print the lld-link command to stderrMartin Storsjö1-1/+1
2021-06-19[LLD] [MinGW] Print errors/warnings in lld-link with a "ld.lld" prefixMartin Storsjö1-0/+3
2021-05-18[LLD] [MinGW] Pass the canExitEarly parameter through properlyMartin Storsjö1-1/+1
2021-05-17[lld][MinGW] Introduce aliases for -Bdynamic and -BstaticMarkus Böck1-0/+5
2021-05-17[LLD][MinGW] Add --fatal-warnings and --no-fatal-warnings flagsMateusz Mikuła2-0/+8
2021-05-14[LLD][MinGW] Ignore --no-undefined flagMateusz Mikuła1-0/+1
2021-01-07[LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linkerMartin Storsjö2-0/+8
2020-10-15Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2-0/+4
2020-10-15Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks2-4/+0
2020-10-15[LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2-0/+4
2020-10-07[LLD] [MinGW] Move an option definitions to alphabetical order, wrap a line. ...Martin Storsjö1-3/+4
2020-10-05[LLD] [MinGW] Support setting the subsystem version via the subsystem argumentMartin Storsjö1-6/+34
2020-10-05[LLD] [MinGW] Simplify handling of os/subsystem versionMartin Storsjö1-18/+6
2020-08-27[LLD] [MinGW] Enable dynamicbase by defaultMartin Storsjö2-2/+3
2020-08-26[LLD][MinGW] Handle allow-multiple-definition flagMateusz Mikuła2-0/+7
2020-08-26[LLD][MinGW] Cleanup Options.td file. NFC.Mateusz Mikuła1-10/+14
2020-07-28[LLD] [MinGW] Implement the --no-seh flagMartin Storsjö2-1/+3
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale1-5/+1
2020-07-15[LLD] [MinGW] Implement the --file-alignment and --section-alignment optionsMartin Storsjö2-0/+6