aboutsummaryrefslogtreecommitdiff
path: root/lld/MinGW
AgeCommit message (Expand)Author
2020-10-15Reapply [LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö
2020-10-15Revert "[LLD] [COFF] Implement a GNU/ELF like -wrap option"Arthur Eubanks
2020-10-15[LLD] [COFF] Implement a GNU/ELF like -wrap optionMartin Storsjö
2020-10-07[LLD] [MinGW] Move an option definitions to alphabetical order, wrap a line. ...Martin Storsjö
2020-10-05[LLD] [MinGW] Support setting the subsystem version via the subsystem argumentMartin Storsjö
2020-10-05[LLD] [MinGW] Simplify handling of os/subsystem versionMartin Storsjö
2020-08-27[LLD] [MinGW] Enable dynamicbase by defaultMartin Storsjö
2020-08-26[LLD][MinGW] Handle allow-multiple-definition flagMateusz Mikuła
2020-08-26[LLD][MinGW] Cleanup Options.td file. NFC.Mateusz Mikuła
2020-07-28[LLD] [MinGW] Implement the --no-seh flagMartin Storsjö
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale
2020-07-15[LLD] [MinGW] Implement the --file-alignment and --section-alignment optionsMartin Storsjö
2020-05-24[LLD/MinGW]: Expose --thinlto-cache-dirTobias Hieta
2020-05-14[LLD] [COFF] Add options for disabling auto import and runtime pseudo relocsMartin Storsjö
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner
2020-01-29[lld] Replace SmallStr.str().str() with std::string conversion operator.Jonas Devlieghere
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-10-10Use error instead of fatal to report usage errorsRui Ueyama
2019-10-10[LLD] [MinGW] Look for other library patterns with -lMartin Storsjo
2019-10-04[MinGW] Add --reproduce optionRui Ueyama
2019-08-14[MinGW] Correct handling different forms of a few optionsMartin Storsjo
2019-08-14[MinGW] Restructure Options.td to use multiclass where sensible. NFC.Martin Storsjo
2019-08-05[MinGW] Add an lld specific option for requesting to delay load librariesMartin Storsjo
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber
2019-07-05Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber
2019-06-14[MinGW] Support the --subsystem=val option in joined formMartin Storsjo
2019-06-14[MinGW] Support the --{major,minor}-{os,subsystem}-version optionsMartin Storsjo
2019-06-10[Driver] Look for -m in response files as wellMartin Storsjo
2019-06-08[MinGW] Support the -u/--undefined option.Martin Storsjo
2019-05-18[MinGW] Set the right updated option help for the updated pdb option. NFCMartin Storsjo
2019-05-17[MinGW] Include --enable-auto-import in the help listingMartin Storsjo
2019-05-17[MinGW] Implement the -v and --version flags for the MinGW driverMartin Storsjo
2019-05-17[MinGW] Implement --help for the MinGW driverMartin Storsjo
2019-05-17[MinGW] Allow requesting PDB output without giving a file nameMartin Storsjo
2019-04-19[MinGW] Add an --appcontainer flag, passed through to lld-linkMartin Storsjo
2019-02-19[MinGW] Hook up the --exclude-all-symbols optionMartin Storsjo
2019-02-06[MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp optionMartin Storsjo
2019-02-05[MinGW] Hook up the --no-insert-timestamp optionMartin Storsjo
2019-01-29[MinGW] Don't define names for ignored options. NFC.Martin Storsjo
2019-01-29[MinGW] Ignore the --plugin and --plugin-opt optionMartin Storsjo
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-05[MinGW] Expand comment for MinGW driver. NFC.Martin Storsjo
2018-10-10[MinGW] Pass libpath to the COFF linkerMartin Storsjo
2018-09-10[MinGW] Hook up the --require-defined option to -include:Martin Storsjo
2018-06-29[MinGW] Implement the GNU ld options -S/--strip-debugMartin Storsjo
2018-05-15[MinGW] Handle the GNU ld option -Map for outputting a linker mapMartin Storsjo
2018-05-15[MinGW] Add a LLD specific option -pdbMartin Storsjo
2018-03-14[MinGW] Add support for the GNU ld flag --kill-atMartin Storsjo