aboutsummaryrefslogtreecommitdiff
path: root/MinGW
AgeCommit message (Expand)Author
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
2017-10-02Fix another build breakage.Rui Ueyama
2017-09-14Accept not only --foo but also -foo.Rui Ueyama
2017-09-14Filenames are case-insensitive on Windows, so .DEF is the same as .def.Rui Ueyama
2017-09-13Do not use hasArgNoClaim().Rui Ueyama
2017-09-13Use getUnaliasedOption so that this switch works for option aliases.Rui Ueyama
2017-09-13Move a piece of code above some local variable definitions to make their scop...Rui Ueyama
2017-09-13[MinGW] Only apply -Bstatic to following librariesMartin Storsjo
2017-09-13[MinGW] Support dllexport on i386Martin Storsjo
2017-09-13lldMinGW itself doesn't require libpthread.NAKAMURA Takumi
2017-09-13[MinGW] Support creating DLLs with a def fileMartin Storsjo
2017-09-13[MinGW] Add support for the options --[no-]whole-archiveMartin Storsjo
2017-09-12[MinGW] Pass the undecorated entry point name to the COFF linkerMartin Storsjo
2017-09-12lldMinGW: Add LLVMSupport in libdeps.NAKAMURA Takumi
2017-09-11Reorder functions so that related functions come closer.Rui Ueyama
2017-09-11Rename COFFLdOptTable MinGWOptTable for consistency.Rui Ueyama
2017-09-11Make the scope of an anonymous namespace as narrow as possible.Rui Ueyama
2017-09-11Remove unused includes and do not enclose the entire file with a namespace.Rui Ueyama
2017-09-11Fix MinGW/CMakeLists.txt.Rui Ueyama
2017-09-11LLD: Add -mllvm flag to the MinGW driver.Martell Malone
2017-09-11Sort options.Rui Ueyama
2017-09-11[MinGW] Ignore the sysroot parameterMartin Storsjo
2017-09-11[MinGW] Map the -verbose option, implement -### for showing the produced para...Martin Storsjo
2017-09-11Improve readability of MinGW driver. NFC.Rui Ueyama
2017-09-11LLD: Introduce a GNU LD style driver for COFFMartell Malone