aboutsummaryrefslogtreecommitdiff
path: root/lld/MinGW
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-24[LLD/MinGW]: Expose --thinlto-cache-dirTobias Hieta2-0/+4
2020-05-14[LLD] [COFF] Add options for disabling auto import and runtime pseudo relocsMartin Storsjö2-1/+18
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner1-0/+1
2020-01-29[lld] Replace SmallStr.str().str() with std::string conversion operator.Jonas Devlieghere1-1/+1
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight1-1/+2
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama1-6/+9
2019-10-10Use error instead of fatal to report usage errorsRui Ueyama1-6/+13
2019-10-10[LLD] [MinGW] Look for other library patterns with -lMartin Storsjo1-3/+25
2019-10-04[MinGW] Add --reproduce optionRui Ueyama2-0/+3
2019-08-14[MinGW] Correct handling different forms of a few optionsMartin Storsjo1-5/+4
2019-08-14[MinGW] Restructure Options.td to use multiclass where sensible. NFC.Martin Storsjo1-33/+29
2019-08-05[MinGW] Add an lld specific option for requesting to delay load librariesMartin Storsjo2-0/+4
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama1-175/+175
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber1-1/+1
2019-07-05Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber1-1/+1
2019-06-14[MinGW] Support the --subsystem=val option in joined formMartin Storsjo1-0/+1
2019-06-14[MinGW] Support the --{major,minor}-{os,subsystem}-version optionsMartin Storsjo2-1/+40
2019-06-10[Driver] Look for -m in response files as wellMartin Storsjo1-0/+9
2019-06-08[MinGW] Support the -u/--undefined option.Martin Storsjo2-0/+6
2019-05-18[MinGW] Set the right updated option help for the updated pdb option. NFCMartin Storsjo1-2/+1
2019-05-17[MinGW] Include --enable-auto-import in the help listingMartin Storsjo1-1/+1
2019-05-17[MinGW] Implement the -v and --version flags for the MinGW driverMartin Storsjo2-2/+18