1. 7a64822 [CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachO by Fangrui Song · 3 years, 10 months ago
  2. f1e2d58 [OptTable] Rename PrintHelp to printHelp by Fangrui Song · 4 years ago
  3. 3c6f8ca [lld] Rename StringRef _lower() method calls to _insensitive() by Martin Storsjö · 4 years ago
  4. f2efb57 [LLD][COFF] Cover usage of LLD-as-a-library in tests by Alexandre Ganea · 4 years, 9 months ago
  5. 058ec20 [lld] As part of using inclusive language within the llvm by Eric Christopher · 5 years ago
  6. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  7. 7ae3d33 [lld] Fix trivial typos in comments by Kazuaki Ishizaki · 5 years ago
  8. d3fec7f LLD: Don't use the stderrOS stream in link before it's reassigned. by James Y Knight · 6 years ago
  9. d0371f4 Fix component build by Rui Ueyama · 6 years ago
  10. b11386f Make it possible to redirect not only errs() but also outs() by Rui Ueyama · 6 years ago
  11. 6ba7992 [LLD] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  12. cac8df1 Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  13. 4d41c33 Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  14. a52f982 Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 6 years ago
  15. 136d27a [Coding style change][lld] Rename variables for non-ELF ports by Rui Ueyama · 6 years ago
  16. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  17. 9ae88c6 Eliminate dependency to formatv(). NFC. by Rui Ueyama · 7 years ago
  18. 2043a58 Adapt OptTable::PrintHelp change in D51009 by Fangrui Song · 7 years ago
  19. 4183120 Rename a function to follow the LLVM coding style. by Rui Ueyama · 7 years ago
  20. 386bf12 win: Omit ".exe" from lld warning and error messages. by Nico Weber · 7 years ago
  21. bbfe0b7 Omit path to lld binary from lld's error, warning, and log output. by Nico Weber · 7 years ago
  22. 4fcebf6 [Darwin] Do not error on '-lto_library' option by Brian Gesiak · 7 years ago
  23. b9f7f4b [Darwin] Use errorHandler from liblldCommon by Brian Gesiak · 7 years ago
  24. e7245b4 [lld] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  25. b6d3452 lld: Prune unused libdeps. by NAKAMURA Takumi · 8 years ago
  26. d791eaa lld: Reorder libdeps. by NAKAMURA Takumi · 8 years ago
  27. f69216a Build fix: don't try to link in lldConfig by Hans Wennborg · 8 years ago
  28. 3f85170 Move new lld's code to Common subdirectory. by Rui Ueyama · 8 years ago
  29. 8cd2f13 NFC: LLD fix OptTable Variable Name Style by Martell Malone · 8 years ago
  30. ba5d4af [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago
  31. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  32. c9fa114 [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build by Pavel Labath · 8 years ago
  33. c1edf566 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  34. e568b91 Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  35. 8dd4e70 [Driver] Remove break after return. NFCI. by Davide Italiano · 9 years ago
  36. d62d116 [MachO] Factor out some common code in the Driver. by Davide Italiano · 9 years ago
  37. fbcf695 [MachO] Add a couple of missing braces. by Davide Italiano · 9 years ago
  38. d0a643e Change library search methods to return Optional instead of ErrorOr. by Pete Cooper · 9 years ago
  39. fefbd22 Convert lld file writing to llvm::Error. NFC. by Pete Cooper · 9 years ago
  40. 96be123 Change loadFileList to llvm::Error. NFC by Pete Cooper · 9 years ago
  41. c73c9d2 Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC. by Pete Cooper · 9 years ago
  42. 8ad55fb Use owning pointers instead of raw pointers for Atom's to fix leaks. by Pete Cooper · 9 years ago
  43. 3e4d732 Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks." by Pete Cooper · 9 years ago
  44. 572a87e Use owning pointers instead of raw pointers for Atom's to fix leaks. by Pete Cooper · 9 years ago
  45. a453c0a5 Merge DarwinLdDriver and Driver. by Rui Ueyama · 9 years ago
  46. 7a963bf Tidy up CMakefiles. by Rui Ueyama · 9 years ago
  47. 165ca7c Remove unused #include's. by Rui Ueyama · 9 years ago
  48. 947648f Make a few utility functions file-scoped. by Rui Ueyama · 9 years ago
  49. 958e44b Remove dead code. by Rui Ueyama · 9 years ago
  50. 1054ae7 Remove CoreDriver. by Rui Ueyama · 9 years ago
  51. 8cca07e Remove dead code for ELF. by Rui Ueyama · 9 years ago
  52. e7b3300 Move functionality of UniversalDriver to the entry point file. by Rui Ueyama · 9 years ago
  53. b369d14 Remove obsolte TODOs. They are for the old gnu driver. by Rui Ueyama · 9 years ago
  54. f6f3e2d Remove a few bits of elf from the old linker. by Rafael Espindola · 9 years ago
  55. e0df00b Rename elf2 to elf. by Rafael Espindola · 9 years ago
  56. 3a4d0a7 Remove the old ELF linker. by Rafael Espindola · 9 years ago
  57. 9b28a45 Add cmdline options for LC_DATA_IN_CODE load command. by Pete Cooper · 9 years ago
  58. 41f3e8e Generate LC_FUNCTION_STARTS load command. by Pete Cooper · 9 years ago
  59. 40576fa Add support for the source_version cmdline option. by Pete Cooper · 9 years ago
  60. 3dd478a Default to an unknown OS instead of MacOSX. by Pete Cooper · 9 years ago
  61. 451ec4b Add support for -sdk_version cmdline option. by Pete Cooper · 9 years ago
  62. 354809e Add generation of LC_VERSION_MIN load commands. by Pete Cooper · 9 years ago
  63. b694011 ELF: Make link() to take an output stream to which error messages are written. by Rui Ueyama · 9 years ago
  64. c2bad09 Add command line option to disable ObjC category merging. by Pete Cooper · 9 years ago
  65. 64cfffd ELF: Rename error -> fatal and redefine error as a non-noreturn function. by Rui Ueyama · 9 years ago
  66. 3511645 Add support for export_dynamic cmdline option and behaviour. by Pete Cooper · 9 years ago
  67. 2735783 Add the GC commandline options and throw errors if they are used by Pete Cooper · 9 years ago
  68. 3b8cde6 [old ELF] Remove AMDGPU target by Tom Stellard · 9 years ago
  69. 69b18f4 Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. by Pete Cooper · 9 years ago
  70. f154b67 Set the folder for libraries to 'lld libraries'. NFC. by Pete Cooper · 9 years ago
  71. 7bf3a85 Move parsing of LLVM options to parse() method. by Pete Cooper · 9 years ago
  72. 9c8904f Rename ld.lld2 to ld.lld since it is the default. by Rafael Espindola · 10 years ago
  73. 7477e99 Make ELF2 the default. by Rafael Espindola · 10 years ago
  74. 97a8695a Rename gnu2 to gnu. by Rafael Espindola · 10 years ago
  75. 7467461 Rename the gnu flavour to gnu old. by Rafael Espindola · 10 years ago
  76. 4154794 Fix Clang-tidy modernize-use-auto warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  77. 069b2dd [Driver] Ignore -G option in both new and old ELF linker by Simon Atanasyan · 10 years ago
  78. 07fe7a9 [Driver] Accept both -m <emulation> and -m<emulation> by Simon Atanasyan · 10 years ago
  79. b1b67f4 [lld][Darwin] Add support for the -sectcreate option. by Lang Hames · 10 years ago
  80. f88d2297 Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC by Craig Topper · 10 years ago
  81. 98efd89 Use ld.lld2 as a argv[0] alias. by Rafael Espindola · 10 years ago
  82. 43155d0 [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups. by Rui Ueyama · 10 years ago
  83. 5c69200 [lld][MachO] Initial implementation of -flat_namespace and -undefined. by Lang Hames · 10 years ago
  84. 92480f9 [Mips] Rejects all --hash-style arguments except 'sysv' in case of MIPS target by Simon Atanasyan · 10 years ago
  85. 9638d7d [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32ltsmipn32 by Simon Atanasyan · 10 years ago
  86. f12120c [Mips] Make "emulation" option less dependent on the "-target" option. by Simon Atanasyan · 10 years ago
  87. 15d1fa1 ELF: Add AMDGPU ReaderWriter by Tom Stellard · 10 years ago
  88. f0461ba Update for llvm api change. by Rafael Espindola · 10 years ago
  89. 0c8beb1 [LinkerScript] Process program header in PHDRS command by Denis Protivensky · 10 years ago
  90. 8c484af COFF: Remove lld-link2 alias. by Rui Ueyama · 10 years ago
  91. 251b0e2 COFF: Remove the old COFF linker and make link an alias to link2. by Rui Ueyama · 10 years ago
  92. b835ae8 Port the error functions from ELF to COFF. by Rafael Espindola · 10 years ago
  93. 84487f1 [ELF2] Add a new ELF linker based on the new PE/COFF linker. by Michael J. Spencer · 10 years ago
  94. bae540e Revert ELF port. Posting to mailing list. by Michael J. Spencer · 10 years ago
  95. 8a41454 Initial ELF port. by Michael J. Spencer · 10 years ago
  96. b34a080 [Mips] Support MIPS big-endian 32/64-bits targets by Simon Atanasyan · 10 years ago
  97. 44b0723 Add missing dependencies for the CMake shared lld build. by Benjamin Kramer · 10 years ago
  98. 6521ed9 Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs by David Blaikie · 10 years ago
  99. 0081819 Fix missed formatting in prior commit (mostly 80 cols violation and some whitespace around *) by David Blaikie · 10 years ago
  100. b2b1c7c ArrayRef-ify Driver::parse and related functions. by David Blaikie · 10 years ago