| Commit message (Expand) | Author | Age | Files | Lines |
* | [MinGW] Correct handling different forms of a few options | Martin Storsjo | 2019-08-14 | 1 | -5/+4 |
* | [MinGW] Restructure Options.td to use multiclass where sensible. NFC. | Martin Storsjo | 2019-08-14 | 1 | -33/+29 |
* | [MinGW] Add an lld specific option for requesting to delay load libraries | Martin Storsjo | 2019-08-05 | 2 | -0/+4 |
* | [Coding style change][lld] Rename variables for non-ELF ports | Rui Ueyama | 2019-07-11 | 1 | -175/+175 |
* | lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p... | Nico Weber | 2019-07-05 | 1 | -1/+1 |
* | Make joined instances of JoinedOrSeparate flags point to the unaliased args, ... | Nico Weber | 2019-07-05 | 1 | -1/+1 |
* | [MinGW] Support the --subsystem=val option in joined form | Martin Storsjo | 2019-06-14 | 1 | -0/+1 |
* | [MinGW] Support the --{major,minor}-{os,subsystem}-version options | Martin Storsjo | 2019-06-14 | 2 | -1/+40 |
* | [Driver] Look for -m in response files as well | Martin Storsjo | 2019-06-10 | 1 | -0/+9 |
* | [MinGW] Support the -u/--undefined option. | Martin Storsjo | 2019-06-08 | 2 | -0/+6 |
* | [MinGW] Set the right updated option help for the updated pdb option. NFC | Martin Storsjo | 2019-05-18 | 1 | -2/+1 |
* | [MinGW] Include --enable-auto-import in the help listing | Martin Storsjo | 2019-05-17 | 1 | -1/+1 |
* | [MinGW] Implement the -v and --version flags for the MinGW driver | Martin Storsjo | 2019-05-17 | 2 | -2/+18 |
* | [MinGW] Implement --help for the MinGW driver | Martin Storsjo | 2019-05-17 | 2 | -2/+16 |
* | [MinGW] Allow requesting PDB output without giving a file name | Martin Storsjo | 2019-05-17 | 2 | -2/+6 |
* | [MinGW] Add an --appcontainer flag, passed through to lld-link | Martin Storsjo | 2019-04-19 | 2 | -0/+3 |
* | [MinGW] Hook up the --exclude-all-symbols option | Martin Storsjo | 2019-02-19 | 2 | -0/+4 |
* | [MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp option | Martin Storsjo | 2019-02-06 | 2 | -1/+3 |
* | [MinGW] Hook up the --no-insert-timestamp option | Martin Storsjo | 2019-02-05 | 2 | -0/+5 |
* | [MinGW] Don't define names for ignored options. NFC. | Martin Storsjo | 2019-01-29 | 1 | -22/+20 |
* | [MinGW] Ignore the --plugin and --plugin-opt option | Martin Storsjo | 2019-01-29 | 1 | -0/+6 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [MinGW] Expand comment for MinGW driver. NFC. | Martin Storsjo | 2019-01-05 | 1 | -3/+21 |
* | [MinGW] Pass libpath to the COFF linker | Martin Storsjo | 2018-10-10 | 1 | -1/+3 |
* | [MinGW] Hook up the --require-defined option to -include: | Martin Storsjo | 2018-09-10 | 2 | -0/+6 |
* | [MinGW] Implement the GNU ld options -S/--strip-debug | Martin Storsjo | 2018-06-29 | 2 | -0/+5 |
* | [MinGW] Handle the GNU ld option -Map for outputting a linker map | Martin Storsjo | 2018-05-15 | 2 | -0/+4 |
* | [MinGW] Add a LLD specific option -pdb | Martin Storsjo | 2018-05-15 | 2 | -2/+8 |
* | [MinGW] Add support for the GNU ld flag --kill-at | Martin Storsjo | 2018-03-14 | 2 | -0/+3 |
* | [MinGW] Fix --{start,end}-group. | Rui Ueyama | 2018-03-01 | 1 | -2/+2 |
* | [MinGW] Ignore the --start-group --end-group parameters | Martin Storsjo | 2018-02-27 | 1 | -0/+2 |
* | [MinGW] Ignore the --no-seh flag | Martin Storsjo | 2017-12-15 | 1 | -0/+1 |
* | Add missing reference to lldCommon in MinGW/CMakeLists.txt | Sam Clegg | 2017-12-13 | 1 | -0/+1 |
* | Use the standard error handling mechanism in MinGW driver. | Rui Ueyama | 2017-12-12 | 1 | -12/+8 |
* | [MinGW] Don't pass -dynamicbase:no by default for arm/arm64 | Martin Storsjo | 2017-12-12 | 1 | -1/+3 |
* | [MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base... | Martin Storsjo | 2017-11-15 | 1 | -0/+3 |
* | [MinGW] Implement the --[no-]gc-sections and --icf options | Martin Storsjo | 2017-11-15 | 2 | -0/+20 |
* | [MinGW] Implement support for the --image-base option | Martin Storsjo | 2017-11-15 | 2 | -0/+3 |
* | [MinGW] Add support for --dynamicbase, ignore --nxcompat, --tsaware and --hig... | Martin Storsjo | 2017-11-15 | 2 | -0/+6 |
* | [MinGW] Handle --large-address-aware | Martin Storsjo | 2017-11-15 | 2 | -0/+4 |
* | [MinGW] Output debug info by default, unless the -s parameter is passed | Martin Storsjo | 2017-11-03 | 2 | -0/+5 |
* | [MinGW] Add an option -Xlink for passing options through to lld-link | Martin Storsjo | 2017-11-03 | 2 | -1/+6 |
* | [MinGW] Ignore the --enable-auto-import flag | Martin Storsjo | 2017-10-26 | 1 | -0/+1 |
* | [MinGW] Support --out-implib=name in addition to "--out-implib name" | Martin Storsjo | 2017-10-26 | 1 | -0/+1 |
* | lld::COFF: better behavior when using as a library | Rui Ueyama | 2017-10-23 | 1 | -1/+1 |
* | [MinGW] Hook up the --export-all-symbols and --output-def options | Martin Storsjo | 2017-10-12 | 2 | -0/+7 |
* | lld: Reorder libdeps. | NAKAMURA Takumi | 2017-10-11 | 1 | -1/+1 |
* | Fix another build breakage. | Rui Ueyama | 2017-10-02 | 1 | -1/+1 |
* | Accept not only --foo but also -foo. | Rui Ueyama | 2017-09-14 | 1 | -5/+5 |
* | Filenames are case-insensitive on Windows, so .DEF is the same as .def. | Rui Ueyama | 2017-09-14 | 1 | -1/+1 |