summaryrefslogtreecommitdiffstats
path: root/lld/MinGW/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight2019-11-211-1/+2
* Make it possible to redirect not only errs() but also outs()Rui Ueyama2019-11-181-6/+9
* Use error instead of fatal to report usage errorsRui Ueyama2019-10-101-6/+13
* [LLD] [MinGW] Look for other library patterns with -lMartin Storsjo2019-10-101-3/+25
* [MinGW] Add --reproduce optionRui Ueyama2019-10-041-0/+2
* [MinGW] Add an lld specific option for requesting to delay load librariesMartin Storsjo2019-08-051-0/+2
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-175/+175
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-051-1/+1
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* [MinGW] Support the --{major,minor}-{os,subsystem}-version optionsMartin Storsjo2019-06-141-1/+24
* [Driver] Look for -m in response files as wellMartin Storsjo2019-06-101-0/+9
* [MinGW] Support the -u/--undefined option.Martin Storsjo2019-06-081-0/+2
* [MinGW] Implement the -v and --version flags for the MinGW driverMartin Storsjo2019-05-171-0/+16
* [MinGW] Implement --help for the MinGW driverMartin Storsjo2019-05-171-2/+15
* [MinGW] Allow requesting PDB output without giving a file nameMartin Storsjo2019-05-171-1/+3
* [MinGW] Add an --appcontainer flag, passed through to lld-linkMartin Storsjo2019-04-191-0/+2
* [MinGW] Hook up the --exclude-all-symbols optionMartin Storsjo2019-02-191-0/+2
* [MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp optionMartin Storsjo2019-02-061-1/+1
* [MinGW] Hook up the --no-insert-timestamp optionMartin Storsjo2019-02-051-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MinGW] Expand comment for MinGW driver. NFC.Martin Storsjo2019-01-051-3/+21
* [MinGW] Pass libpath to the COFF linkerMartin Storsjo2018-10-101-1/+3
* [MinGW] Hook up the --require-defined option to -include:Martin Storsjo2018-09-101-0/+3
* [MinGW] Implement the GNU ld options -S/--strip-debugMartin Storsjo2018-06-291-0/+2
* [MinGW] Handle the GNU ld option -Map for outputting a linker mapMartin Storsjo2018-05-151-0/+2
* [MinGW] Add a LLD specific option -pdbMartin Storsjo2018-05-151-2/+7
* [MinGW] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-141-0/+2
* Use the standard error handling mechanism in MinGW driver.Rui Ueyama2017-12-121-12/+8
* [MinGW] Don't pass -dynamicbase:no by default for arm/arm64Martin Storsjo2017-12-121-1/+3
* [MinGW] Implement the --[no-]gc-sections and --icf optionsMartin Storsjo2017-11-151-0/+17
* [MinGW] Implement support for the --image-base optionMartin Storsjo2017-11-151-0/+2
* [MinGW] Add support for --dynamicbase, ignore --nxcompat, --tsaware and --hig...Martin Storsjo2017-11-151-0/+2
* [MinGW] Handle --large-address-awareMartin Storsjo2017-11-151-0/+2
* [MinGW] Output debug info by default, unless the -s parameter is passedMartin Storsjo2017-11-031-0/+2
* [MinGW] Add an option -Xlink for passing options through to lld-linkMartin Storsjo2017-11-031-0/+3
* lld::COFF: better behavior when using as a libraryRui Ueyama2017-10-231-1/+1
* [MinGW] Hook up the --export-all-symbols and --output-def optionsMartin Storsjo2017-10-121-0/+4
* Fix another build breakage.Rui Ueyama2017-10-021-1/+1
* Filenames are case-insensitive on Windows, so .DEF is the same as .def.Rui Ueyama2017-09-141-1/+1
* Do not use hasArgNoClaim().Rui Ueyama2017-09-131-1/+1
* Use getUnaliasedOption so that this switch works for option aliases.Rui Ueyama2017-09-131-1/+1
* Move a piece of code above some local variable definitions to make their scop...Rui Ueyama2017-09-131-3/+2
* [MinGW] Only apply -Bstatic to following librariesMartin Storsjo2017-09-131-4/+9
* [MinGW] Support dllexport on i386Martin Storsjo2017-09-131-0/+1
* [MinGW] Support creating DLLs with a def fileMartin Storsjo2017-09-131-1/+4
* [MinGW] Add support for the options --[no-]whole-archiveMartin Storsjo2017-09-131-5/+18
* [MinGW] Pass the undecorated entry point name to the COFF linkerMartin Storsjo2017-09-121-2/+8
* Reorder functions so that related functions come closer.Rui Ueyama2017-09-111-19/+19
* Rename COFFLdOptTable MinGWOptTable for consistency.Rui Ueyama2017-09-111-4/+4
* Make the scope of an anonymous namespace as narrow as possible.Rui Ueyama2017-09-111-4/+2
OpenPOWER on IntegriCloud