aboutsummaryrefslogtreecommitdiff
path: root/MinGW/Driver.cpp
AgeCommit message (Expand)Author
2017-10-02Fix another build breakage.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-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-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-11LLD: Add -mllvm flag to the MinGW driver.Martell Malone
2017-09-11Sort options.Rui Ueyama
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