summaryrefslogtreecommitdiffstats
path: root/lld/MinGW
Commit message (Expand)AuthorAgeFilesLines
* [MinGW] Correct handling different forms of a few optionsMartin Storsjo2019-08-141-5/+4
* [MinGW] Restructure Options.td to use multiclass where sensible. NFC.Martin Storsjo2019-08-141-33/+29
* [MinGW] Add an lld specific option for requesting to delay load librariesMartin Storsjo2019-08-052-0/+4
* [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 --subsystem=val option in joined formMartin Storsjo2019-06-141-0/+1
* [MinGW] Support the --{major,minor}-{os,subsystem}-version optionsMartin Storsjo2019-06-142-1/+40
* [Driver] Look for -m in response files as wellMartin Storsjo2019-06-101-0/+9
* [MinGW] Support the -u/--undefined option.Martin Storsjo2019-06-082-0/+6
* [MinGW] Set the right updated option help for the updated pdb option. NFCMartin Storsjo2019-05-181-2/+1
* [MinGW] Include --enable-auto-import in the help listingMartin Storsjo2019-05-171-1/+1
* [MinGW] Implement the -v and --version flags for the MinGW driverMartin Storsjo2019-05-172-2/+18
* [MinGW] Implement --help for the MinGW driverMartin Storsjo2019-05-172-2/+16
* [MinGW] Allow requesting PDB output without giving a file nameMartin Storsjo2019-05-172-2/+6
* [MinGW] Add an --appcontainer flag, passed through to lld-linkMartin Storsjo2019-04-192-0/+3
* [MinGW] Hook up the --exclude-all-symbols optionMartin Storsjo2019-02-192-0/+4
* [MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp optionMartin Storsjo2019-02-062-1/+3
* [MinGW] Hook up the --no-insert-timestamp optionMartin Storsjo2019-02-052-0/+5
* [MinGW] Don't define names for ignored options. NFC.Martin Storsjo2019-01-291-22/+20
* [MinGW] Ignore the --plugin and --plugin-opt optionMartin Storsjo2019-01-291-0/+6
* 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-102-0/+6
* [MinGW] Implement the GNU ld options -S/--strip-debugMartin Storsjo2018-06-292-0/+5
* [MinGW] Handle the GNU ld option -Map for outputting a linker mapMartin Storsjo2018-05-152-0/+4
* [MinGW] Add a LLD specific option -pdbMartin Storsjo2018-05-152-2/+8
* [MinGW] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-142-0/+3
* [MinGW] Fix --{start,end}-group.Rui Ueyama2018-03-011-2/+2
* [MinGW] Ignore the --start-group --end-group parametersMartin Storsjo2018-02-271-0/+2
* [MinGW] Ignore the --no-seh flagMartin Storsjo2017-12-151-0/+1
* Add missing reference to lldCommon in MinGW/CMakeLists.txtSam Clegg2017-12-131-0/+1
* 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] Ignore the --build-id, --pie-executable and --disable-auto-image-base...Martin Storsjo2017-11-151-0/+3
* [MinGW] Implement the --[no-]gc-sections and --icf optionsMartin Storsjo2017-11-152-0/+20
* [MinGW] Implement support for the --image-base optionMartin Storsjo2017-11-152-0/+3
* [MinGW] Add support for --dynamicbase, ignore --nxcompat, --tsaware and --hig...Martin Storsjo2017-11-152-0/+6
* [MinGW] Handle --large-address-awareMartin Storsjo2017-11-152-0/+4
* [MinGW] Output debug info by default, unless the -s parameter is passedMartin Storsjo2017-11-032-0/+5
* [MinGW] Add an option -Xlink for passing options through to lld-linkMartin Storsjo2017-11-032-1/+6
* [MinGW] Ignore the --enable-auto-import flagMartin Storsjo2017-10-261-0/+1
* [MinGW] Support --out-implib=name in addition to "--out-implib name"Martin Storsjo2017-10-261-0/+1
* 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-122-0/+7
* lld: Reorder libdeps.NAKAMURA Takumi2017-10-111-1/+1
* Fix another build breakage.Rui Ueyama2017-10-021-1/+1
* Accept not only --foo but also -foo.Rui Ueyama2017-09-141-5/+5
* Filenames are case-insensitive on Windows, so .DEF is the same as .def.Rui Ueyama2017-09-141-1/+1
OpenPOWER on IntegriCloud