summaryrefslogtreecommitdiff
path: root/lld/MinGW
Commit message (Expand)AuthorAgeFilesLines
* Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata2023-05-161-1/+1
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille2023-01-121-2/+2
* [lld] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-10/+11
* [lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song2022-12-281-0/+1
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-271-1/+4
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka2022-12-251-4/+1
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-241-1/+4
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille2022-12-231-3/+2
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-231-2/+3
* Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille2022-12-231-3/+2
* [clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille2022-12-231-2/+3
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* Store OptTable::Info::Name as a StringRefserge-sans-paille2022-12-081-1/+1
* [lld] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-021-1/+1
* [LLD][MinGW] Add --error-limit=<N> optionAlvin Wong2022-11-102-0/+11
* [LLD] [MinGW] Look for libs named "<libname>.lib" even with -staticMartin Storsjö2022-10-121-2/+2
* [LLD][MinGW] Add --[no-]guard-cf and --[no-]guard-longjmpAlvin Wong2022-09-092-0/+16
* [LLD] [MinGW] Implement the --exclude-symbols optionMartin Storsjö2022-08-112-0/+4
* [LLD] [MinGW] Implement --disable-reloc-section, mapped to /fixedMartin Storsjö2022-06-152-0/+10
* [LLD][MinGW] Add --heap argument supportMateusz Mikuła2022-01-302-0/+3
* Re-land [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-201-8/+11
* Revert [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-10/+8
* [LLD] Remove global state in lldCommonAlexandre Ganea2022-01-161-8/+10
* [lld][MinGW] Remove `--no-as-needed` from ignored flagsMarkus Böck2022-01-031-1/+0
* [lld][MinGW] Ignore `--[no-]as-neeed` flags in MinGW driverMarkus Böck2022-01-021-0/+2
* [LLD] [MinGW] Add more options for disabling flags in the executableMartin Storsjö2021-08-122-7/+23
* [LLD] [MinGW] Support both "--opt value" and "--opt=value" for more optionsMartin Storsjö2021-08-031-12/+14
* [LLD][MinGW] Accept joined format for --stackMateusz Mikuła2021-08-011-1/+1
* [LLD] [COFF] Fix up missing stdcall decorations in MinGW modeMartin Storsjö2021-07-022-0/+9
* [LLD] [MinGW] Allow linking to DLLs directlyMartin Storsjö2021-07-021-10/+4
* [OptTable] Rename PrintHelp to printHelpFangrui Song2021-06-241-1/+1
* [lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö2021-06-251-1/+1
* [LLD] [MinGW] Print the lld-link command to stderrMartin Storsjö2021-06-231-1/+1
* [LLD] [MinGW] Print errors/warnings in lld-link with a "ld.lld" prefixMartin Storsjö2021-06-191-0/+3
* [LLD] [MinGW] Pass the canExitEarly parameter through properlyMartin Storsjö2021-05-181-1/+1
* [lld][MinGW] Introduce aliases for -Bdynamic and -BstaticMarkus Böck2021-05-171-0/+5
* [LLD][MinGW] Add --fatal-warnings and --no-fatal-warnings flagsMateusz Mikuła2021-05-172-0/+8
* [LLD][MinGW] Ignore --no-undefined flagMateusz Mikuła2021-05-141-0/+1
* [LLD] [MinGW] Pass the --demangle and --no-demangle options to the COFF linkerMartin Storsjö2021-01-072-0/+8
* Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-152-0/+4
* Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks2020-10-152-4/+0
* [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö2020-10-152-0/+4
* [LLD] [MinGW] Move an option definitions to alphabetical order, wrap a line. ...Martin Storsjö2020-10-071-3/+4
* [LLD] [MinGW] Support setting the subsystem version via the subsystem argumentMartin Storsjö2020-10-051-6/+34
* [LLD] [MinGW] Simplify handling of os/subsystem versionMartin Storsjö2020-10-051-18/+6
* [LLD] [MinGW] Enable dynamicbase by defaultMartin Storsjö2020-08-272-2/+3
* [LLD][MinGW] Handle allow-multiple-definition flagMateusz Mikuła2020-08-262-0/+7
* [LLD][MinGW] Cleanup Options.td file. NFC.Mateusz Mikuła2020-08-261-10/+14