aboutsummaryrefslogtreecommitdiff
path: root/MinGW
AgeCommit message (Expand)Author
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
2018-03-01[MinGW] Fix --{start,end}-group.Rui Ueyama
2018-02-27[MinGW] Ignore the --start-group --end-group parametersMartin Storsjo
2017-12-15[MinGW] Ignore the --no-seh flagMartin Storsjo
2017-12-13Add missing reference to lldCommon in MinGW/CMakeLists.txtSam Clegg
2017-12-12Use the standard error handling mechanism in MinGW driver.Rui Ueyama
2017-12-12[MinGW] Don't pass -dynamicbase:no by default for arm/arm64Martin Storsjo
2017-11-15[MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base...Martin Storsjo
2017-11-15[MinGW] Implement the --[no-]gc-sections and --icf optionsMartin Storsjo
2017-11-15[MinGW] Implement support for the --image-base optionMartin Storsjo
2017-11-15[MinGW] Add support for --dynamicbase, ignore --nxcompat, --tsaware and --hig...Martin Storsjo
2017-11-15[MinGW] Handle --large-address-awareMartin Storsjo
2017-11-03[MinGW] Output debug info by default, unless the -s parameter is passedMartin Storsjo
2017-11-03[MinGW] Add an option -Xlink for passing options through to lld-linkMartin Storsjo
2017-10-26[MinGW] Ignore the --enable-auto-import flagMartin Storsjo
2017-10-26[MinGW] Support --out-implib=name in addition to "--out-implib name"Martin Storsjo
2017-10-23lld::COFF: better behavior when using as a libraryRui Ueyama
2017-10-12[MinGW] Hook up the --export-all-symbols and --output-def optionsMartin Storsjo
2017-10-11lld: Reorder libdeps.NAKAMURA Takumi