1. 860f000 Use error instead of fatal to report usage errors by Rui Ueyama · 5 years ago
  2. 5cd168d [LLD] [MinGW] Look for other library patterns with -l by Martin Storsjo · 5 years ago
  3. da418fc [MinGW] Add --reproduce option by Rui Ueyama · 5 years ago
  4. 02f4463 [MinGW] Correct handling different forms of a few options by Martin Storsjo · 5 years ago
  5. 66d14de [MinGW] Restructure Options.td to use multiclass where sensible. NFC. by Martin Storsjo · 5 years ago
  6. fe15518 [MinGW] Add an lld specific option for requesting to delay load libraries by Martin Storsjo · 5 years ago
  7. cc52c36 [Coding style change][lld] Rename variables for non-ELF ports by Rui Ueyama · 5 years ago
  8. 0253699 lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for printing unknown args by Nico Weber · 5 years ago
  9. dd555f1 Make joined instances of JoinedOrSeparate flags point to the unaliased args, like all other arg types do by Nico Weber · 5 years ago
  10. 3d6254d [MinGW] Support the --subsystem=val option in joined form by Martin Storsjo · 5 years ago
  11. 3d20240 [MinGW] Support the --{major,minor}-{os,subsystem}-version options by Martin Storsjo · 5 years ago
  12. ce96f1a [Driver] Look for -m in response files as well by Martin Storsjo · 5 years ago
  13. 7b7fe8b [MinGW] Support the -u/--undefined option. by Martin Storsjo · 5 years ago
  14. 4194133 [MinGW] Set the right updated option help for the updated pdb option. NFC by Martin Storsjo · 5 years ago
  15. 5f6d533 [MinGW] Include --enable-auto-import in the help listing by Martin Storsjo · 5 years ago
  16. 81fdfed [MinGW] Implement the -v and --version flags for the MinGW driver by Martin Storsjo · 5 years ago
  17. 3e79f1f [MinGW] Implement --help for the MinGW driver by Martin Storsjo · 5 years ago
  18. 4c1eb58 [MinGW] Allow requesting PDB output without giving a file name by Martin Storsjo · 5 years ago
  19. 300fdf7 [MinGW] Add an --appcontainer flag, passed through to lld-link by Martin Storsjo · 5 years ago
  20. bc40104 [MinGW] Hook up the --exclude-all-symbols option by Martin Storsjo · 6 years ago
  21. 8c55491 [MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp option by Martin Storsjo · 6 years ago
  22. 3b0c327 [MinGW] Hook up the --no-insert-timestamp option by Martin Storsjo · 6 years ago
  23. be47ca5 [MinGW] Don't define names for ignored options. NFC. by Martin Storsjo · 6 years ago
  24. 879b143 [MinGW] Ignore the --plugin and --plugin-opt option by Martin Storsjo · 6 years ago
  25. 77351c1 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  26. 11fc404 [MinGW] Expand comment for MinGW driver. NFC. by Martin Storsjo · 6 years ago
  27. 05e0f69 [MinGW] Pass libpath to the COFF linker by Martin Storsjo · 6 years ago
  28. 8ff9e3c [MinGW] Hook up the --require-defined option to -include: by Martin Storsjo · 6 years ago
  29. 9b08c19 [MinGW] Implement the GNU ld options -S/--strip-debug by Martin Storsjo · 6 years ago
  30. ef9f7b7 [MinGW] Handle the GNU ld option -Map for outputting a linker map by Martin Storsjo · 6 years ago
  31. 2ece4e9 [MinGW] Add a LLD specific option -pdb by Martin Storsjo · 6 years ago
  32. bc74e8c [MinGW] Add support for the GNU ld flag --kill-at by Martin Storsjo · 7 years ago
  33. 0f0154e [MinGW] Fix --{start,end}-group. by Rui Ueyama · 7 years ago
  34. 05ab000 [MinGW] Ignore the --start-group --end-group parameters by Martin Storsjo · 7 years ago
  35. d70a738 [MinGW] Ignore the --no-seh flag by Martin Storsjo · 7 years ago
  36. c8fe994 Add missing reference to lldCommon in MinGW/CMakeLists.txt by Sam Clegg · 7 years ago
  37. 09dbc87 Use the standard error handling mechanism in MinGW driver. by Rui Ueyama · 7 years ago
  38. c766e73 [MinGW] Don't pass -dynamicbase:no by default for arm/arm64 by Martin Storsjo · 7 years ago
  39. 771a6f3 [MinGW] Ignore the --build-id, --pie-executable and --disable-auto-image-base options by Martin Storsjo · 7 years ago
  40. b2aef4c [MinGW] Implement the --[no-]gc-sections and --icf options by Martin Storsjo · 7 years ago
  41. 19f6c46 [MinGW] Implement support for the --image-base option by Martin Storsjo · 7 years ago
  42. 7fc6393 [MinGW] Add support for --dynamicbase, ignore --nxcompat, --tsaware and --high-entropy-va by Martin Storsjo · 7 years ago
  43. 102630a [MinGW] Handle --large-address-aware by Martin Storsjo · 7 years ago
  44. fb4e79c [MinGW] Output debug info by default, unless the -s parameter is passed by Martin Storsjo · 7 years ago
  45. 132d507 [MinGW] Add an option -Xlink for passing options through to lld-link by Martin Storsjo · 7 years ago
  46. 6e7b3cb [MinGW] Ignore the --enable-auto-import flag by Martin Storsjo · 7 years ago
  47. ac4de93 [MinGW] Support --out-implib=name in addition to "--out-implib name" by Martin Storsjo · 7 years ago
  48. 700e0b2 lld::COFF: better behavior when using as a library by Rui Ueyama · 7 years ago
  49. 695391c [MinGW] Hook up the --export-all-symbols and --output-def options by Martin Storsjo · 7 years ago
  50. a3c3558 lld: Reorder libdeps. by NAKAMURA Takumi · 7 years ago
  51. 7e8b297 Fix another build breakage. by Rui Ueyama · 7 years ago
  52. 072cd4c Accept not only --foo but also -foo. by Rui Ueyama · 7 years ago
  53. 40c175b Filenames are case-insensitive on Windows, so .DEF is the same as .def. by Rui Ueyama · 7 years ago
  54. e86b15d Do not use hasArgNoClaim(). by Rui Ueyama · 7 years ago
  55. a82843a Use getUnaliasedOption so that this switch works for option aliases. by Rui Ueyama · 7 years ago
  56. fe9107d Move a piece of code above some local variable definitions to make their scope narrower. by Rui Ueyama · 7 years ago
  57. dcde740 [MinGW] Only apply -Bstatic to following libraries by Martin Storsjo · 7 years ago
  58. 3699d9a [MinGW] Support dllexport on i386 by Martin Storsjo · 7 years ago
  59. 6131e2d lldMinGW itself doesn't require libpthread. by NAKAMURA Takumi · 7 years ago
  60. a1d06e7 [MinGW] Support creating DLLs with a def file by Martin Storsjo · 7 years ago
  61. 1ab42b8 [MinGW] Add support for the options --[no-]whole-archive by Martin Storsjo · 7 years ago
  62. 7cad4ab [MinGW] Pass the undecorated entry point name to the COFF linker by Martin Storsjo · 7 years ago
  63. 9640e86 lldMinGW: Add LLVMSupport in libdeps. by NAKAMURA Takumi · 7 years ago
  64. 478a7c9 Reorder functions so that related functions come closer. by Rui Ueyama · 7 years ago
  65. b6bdc68 Rename COFFLdOptTable MinGWOptTable for consistency. by Rui Ueyama · 7 years ago
  66. 5009d71 Make the scope of an anonymous namespace as narrow as possible. by Rui Ueyama · 7 years ago
  67. 17a8f7f Remove unused includes and do not enclose the entire file with a namespace. by Rui Ueyama · 7 years ago
  68. e04f9eb Fix MinGW/CMakeLists.txt. by Rui Ueyama · 7 years ago
  69. bb271ce LLD: Add -mllvm flag to the MinGW driver. by Martell Malone · 7 years ago
  70. 9180a6e Sort options. by Rui Ueyama · 7 years ago
  71. f7bd9fe [MinGW] Ignore the sysroot parameter by Martin Storsjo · 7 years ago
  72. 27d3792 [MinGW] Map the -verbose option, implement -### for showing the produced parameters by Martin Storsjo · 7 years ago
  73. c5b7fff Improve readability of MinGW driver. NFC. by Rui Ueyama · 7 years ago
  74. b42b3bc LLD: Introduce a GNU LD style driver for COFF by Martell Malone · 7 years ago