| Commit message (Expand) | Author | Age | Files | Lines |
* | LLD: Don't use the stderrOS stream in link before it's reassigned. | James Y Knight | 2019-11-21 | 1 | -1/+2 |
* | Make it possible to redirect not only errs() but also outs() | Rui Ueyama | 2019-11-18 | 1 | -6/+9 |
* | Use error instead of fatal to report usage errors | Rui Ueyama | 2019-10-10 | 1 | -6/+13 |
* | [LLD] [MinGW] Look for other library patterns with -l | Martin Storsjo | 2019-10-10 | 1 | -3/+25 |
* | [MinGW] Add --reproduce option | Rui Ueyama | 2019-10-04 | 1 | -0/+2 |
* | [MinGW] Add an lld specific option for requesting to delay load libraries | Martin Storsjo | 2019-08-05 | 1 | -0/+2 |
* | [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 --{major,minor}-{os,subsystem}-version options | Martin Storsjo | 2019-06-14 | 1 | -1/+24 |
* | [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 | 1 | -0/+2 |
* | [MinGW] Implement the -v and --version flags for the MinGW driver | Martin Storsjo | 2019-05-17 | 1 | -0/+16 |
* | [MinGW] Implement --help for the MinGW driver | Martin Storsjo | 2019-05-17 | 1 | -2/+15 |
* | [MinGW] Allow requesting PDB output without giving a file name | Martin Storsjo | 2019-05-17 | 1 | -1/+3 |
* | [MinGW] Add an --appcontainer flag, passed through to lld-link | Martin Storsjo | 2019-04-19 | 1 | -0/+2 |
* | [MinGW] Hook up the --exclude-all-symbols option | Martin Storsjo | 2019-02-19 | 1 | -0/+2 |
* | [MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp option | Martin Storsjo | 2019-02-06 | 1 | -1/+1 |
* | [MinGW] Hook up the --no-insert-timestamp option | Martin Storsjo | 2019-02-05 | 1 | -0/+3 |
* | 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 | 1 | -0/+3 |
* | [MinGW] Implement the GNU ld options -S/--strip-debug | Martin Storsjo | 2018-06-29 | 1 | -0/+2 |
* | [MinGW] Handle the GNU ld option -Map for outputting a linker map | Martin Storsjo | 2018-05-15 | 1 | -0/+2 |
* | [MinGW] Add a LLD specific option -pdb | Martin Storsjo | 2018-05-15 | 1 | -2/+7 |
* | [MinGW] Add support for the GNU ld flag --kill-at | Martin Storsjo | 2018-03-14 | 1 | -0/+2 |
* | 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] Implement the --[no-]gc-sections and --icf options | Martin Storsjo | 2017-11-15 | 1 | -0/+17 |
* | [MinGW] Implement support for the --image-base option | Martin Storsjo | 2017-11-15 | 1 | -0/+2 |
* | [MinGW] Add support for --dynamicbase, ignore --nxcompat, --tsaware and --hig... | Martin Storsjo | 2017-11-15 | 1 | -0/+2 |
* | [MinGW] Handle --large-address-aware | Martin Storsjo | 2017-11-15 | 1 | -0/+2 |
* | [MinGW] Output debug info by default, unless the -s parameter is passed | Martin Storsjo | 2017-11-03 | 1 | -0/+2 |
* | [MinGW] Add an option -Xlink for passing options through to lld-link | Martin Storsjo | 2017-11-03 | 1 | -0/+3 |
* | 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 | 1 | -0/+4 |
* | Fix another build breakage. | Rui Ueyama | 2017-10-02 | 1 | -1/+1 |
* | Filenames are case-insensitive on Windows, so .DEF is the same as .def. | Rui Ueyama | 2017-09-14 | 1 | -1/+1 |
* | Do not use hasArgNoClaim(). | Rui Ueyama | 2017-09-13 | 1 | -1/+1 |
* | Use getUnaliasedOption so that this switch works for option aliases. | Rui Ueyama | 2017-09-13 | 1 | -1/+1 |
* | Move a piece of code above some local variable definitions to make their scop... | Rui Ueyama | 2017-09-13 | 1 | -3/+2 |
* | [MinGW] Only apply -Bstatic to following libraries | Martin Storsjo | 2017-09-13 | 1 | -4/+9 |
* | [MinGW] Support dllexport on i386 | Martin Storsjo | 2017-09-13 | 1 | -0/+1 |
* | [MinGW] Support creating DLLs with a def file | Martin Storsjo | 2017-09-13 | 1 | -1/+4 |
* | [MinGW] Add support for the options --[no-]whole-archive | Martin Storsjo | 2017-09-13 | 1 | -5/+18 |
* | [MinGW] Pass the undecorated entry point name to the COFF linker | Martin Storsjo | 2017-09-12 | 1 | -2/+8 |
* | Reorder functions so that related functions come closer. | Rui Ueyama | 2017-09-11 | 1 | -19/+19 |
* | Rename COFFLdOptTable MinGWOptTable for consistency. | Rui Ueyama | 2017-09-11 | 1 | -4/+4 |
* | Make the scope of an anonymous namespace as narrow as possible. | Rui Ueyama | 2017-09-11 | 1 | -4/+2 |