1. 5d92057 [LLD] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 4 years, 9 months ago
  2. 8df0ef0 [ELF] --gdb-index: fix odd variable name cUs after r365730 and replace lower_bound with partition_point. NFC by Fangrui Song · 4 years, 10 months ago
  3. d067a8a [ELF][test] Update silent-ignore.test by Fangrui Song · 4 years, 10 months ago
  4. 02f4463 [MinGW] Correct handling different forms of a few options by Martin Storsjo · 4 years, 10 months ago
  5. 66d14de [MinGW] Restructure Options.td to use multiclass where sensible. NFC. by Martin Storsjo · 4 years, 10 months ago
  6. 550be03 [MinGW] Remove stray/inconsistent comment chars in test file. NFC. by Martin Storsjo · 4 years, 10 months ago
  7. 7763e7b [ELF] Initialize 2 fields of Symbol in SymbolTable::insert by Fangrui Song · 4 years, 10 months ago
  8. 6b96dc2 [lld][WebAssembly] Allow linking of pic code into static binaries by Sam Clegg · 4 years, 10 months ago
  9. c4a1ae6 [lld][test] Update test to print ELF note description data by Jordan Rupprecht · 4 years, 10 months ago
  10. 8554c9f [ELF] Don't special case symbolic relocations with 0 addend to ifunc in writable locations by Fangrui Song · 4 years, 10 months ago
  11. a7b4b5f [ELF] Simplify handling of exportDynamic and isPreemptible by Fangrui Song · 4 years, 10 months ago
  12. e515dab [ELF] Rename odd variable names "New" after r365730. NFC by Fangrui Song · 4 years, 10 months ago
  13. ddfe600 [ELF][test] Add dynamic-list-preempt2.s by Fangrui Song · 4 years, 10 months ago
  14. 0a63d70 [lld] Remove unnecessary "class Lazy" by Bob Haarman · 4 years, 10 months ago
  15. c23d728 [ELF] Remove unnecessary assignment to `isPreemptible` in replaceWithDefined() by Fangrui Song · 4 years, 10 months ago
  16. 02415cd [ELF] Remove redundant isDefined() in Symbol::computeBinding() and delete one redundant call site by Fangrui Song · 4 years, 10 months ago
  17. 7f421a2 [ELF] Remove redundant !isPreemptible in Symbol::computeBinding() by Fangrui Song · 4 years, 10 months ago
  18. 3281a59 [ELF] Remove unnecessary assignment to `used` in replaceWithDefined by Fangrui Song · 4 years, 10 months ago
  19. 6c47384 [ELF] For VS-style diagnostics, prefer printing full paths in the header. by Igor Kudrin · 4 years, 10 months ago
  20. 88dc5cf [ELF] Expand regions for gaps due to explicit address by Fangrui Song · 4 years, 10 months ago
  21. c0a3902 DebugInfo: Explicitly handle errors when parsing unit DIEs by David Blaikie · 4 years, 10 months ago
  22. 0ab666d ELF: Move sections referred to by __start_/__stop_ symbols into the main partition. by Peter Collingbourne · 4 years, 10 months ago
  23. 069320e [lld][WebAssembly] Don't create optional symbols when outputing an object file by Sam Clegg · 4 years, 10 months ago
  24. dee1e4f [WebAssembly][lld] control __data_end export with config->shared by Guanzhong Chen · 4 years, 10 months ago
  25. 12924f0 [lld][WebAssembly] Use createGlobalVariable helper function. NFC. by Sam Clegg · 4 years, 10 months ago
  26. a2a065b [lld][WebAssembly] Add optional symbols after input file handling by Sam Clegg · 4 years, 10 months ago
  27. 7254ee1 [ELF][AArch64] Delete two unused RUN lines from aarch64-movw-tprel.s after D65882 by Fangrui Song · 4 years, 10 months ago
  28. 9e30985 [ELF][AArch64] Support for movz, movk tprel relocations by Peter Smith · 4 years, 10 months ago
  29. 15291cb gdb-index: Wire up str_offsets section to avoid incorrect error message about offsets_base by David Blaikie · 4 years, 10 months ago
  30. 61d6d96 Add a test demonstrating DWARF parse failures are not causing lld to exit non-zero by David Blaikie · 4 years, 10 months ago
  31. a165e37 API update for change to LLVM's lib/DebugInfo/DWARF by David Blaikie · 4 years, 10 months ago
  32. a34d507 Try to fix windows build bots after r368153. by Igor Kudrin · 4 years, 10 months ago
  33. 1f9dc3c [ELF] Fix splitting messages for duplicate symbols. by Igor Kudrin · 4 years, 10 months ago
  34. a327ae6 Handle /align option. by Rui Ueyama · 4 years, 10 months ago
  35. 1dc6231 Simplify error message output. NFC. by Rui Ueyama · 4 years, 10 months ago
  36. f2a785f [ELF][X86] Add --no-show-raw-insn and -soname to some i386 tests by Fangrui Song · 4 years, 10 months ago
  37. f798a56 Re-submit r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 4 years, 10 months ago
  38. 9bfad26 [WebAssembly] Fix null pointer in createInitTLSFunction by Guanzhong Chen · 4 years, 10 months ago
  39. 83d7f11 [ELF][PPC] Don't relax ifunc toc-indirect accesses to toc-relative by Fangrui Song · 4 years, 10 months ago
  40. cface38 [ELF][ARM] Fix /DISCARD/ of section with .ARM.exidx section by Peter Smith · 4 years, 10 months ago
  41. 8012b33 [ELF] Make binding (weak or non-weak) logic consistent for Undefined and SharedSymbol by Fangrui Song · 4 years, 10 months ago
  42. bc987e7 [MachO] Update LLD to use 64-bit offsets with DataExtractor (3/5) by Igor Kudrin · 4 years, 10 months ago
  43. 3fd35f2 [ELF][test] Reorganize some tls-*.s tests by Fangrui Song · 4 years, 10 months ago
  44. 33b1653 [ELF] Consistently prioritize non-* wildcards overs "*" in version scripts by Fangrui Song · 4 years, 10 months ago
  45. 963d97a Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability by Nilanjana Basu · 4 years, 10 months ago
  46. 2353c0a Revert "Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability" by Nilanjana Basu · 4 years, 10 months ago
  47. b0b058b Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability by Nilanjana Basu · 4 years, 10 months ago
  48. fe15518 [MinGW] Add an lld specific option for requesting to delay load libraries by Martin Storsjo · 4 years, 10 months ago
  49. 6459954 [COFF] Omit automatically imported symbols from the symbol table by Martin Storsjo · 4 years, 10 months ago
  50. f620d68 Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 4 years, 10 months ago
  51. e3e552d [ELF][test] Delete redundant version-script-*.s tests by Fangrui Song · 4 years, 10 months ago
  52. c7092a1 [ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a].dyn unless --pack-dyn-relocs=android[+relr] by Fangrui Song · 4 years, 10 months ago
  53. 0222bd4 [COFF] Clarify a comment. NFC. by Martin Storsjo · 4 years, 10 months ago
  54. af4e418 [COFF] Avoid loading objects for mingw autoimport, when a defined alias exists by Martin Storsjo · 4 years, 10 months ago
  55. 48413f2 Revert r367649: Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 4 years, 10 months ago
  56. 0213aa9 Add an assert() to catch possible regexp errors. by Rui Ueyama · 4 years, 10 months ago
  57. 50c08ed Add a comment for --vs-diagnostics. by Rui Ueyama · 4 years, 10 months ago
  58. 4820248 Improve raw_ostream so that you can "write" colors using operator<< by Rui Ueyama · 4 years, 10 months ago
  59. ce76544 Fix an unused variable warning. by Rui Ueyama · 4 years, 10 months ago
  60. 0858282 [COFF] Fix wholearchive with thin archives by Martin Storsjo · 4 years, 10 months ago
  61. 32d3e71 [ELF] Add -z separate-code and pad the last page of last PF_X PT_LOAD with traps only if -z separate-code is specified by Fangrui Song · 4 years, 10 months ago
  62. a0c446f [ELF] With --vs-diagnostics, print a separate message for each location of a duplicate symbol. by Igor Kudrin · 4 years, 10 months ago
  63. 50d1ff8 [ELF][X86] Improve tests by Fangrui Song · 4 years, 10 months ago
  64. 18c67a4 [ELF] Fix finding locations in messages for undefined hidden symbols. by Igor Kudrin · 4 years, 10 months ago
  65. 84a3642 Return early. NFC. by Rui Ueyama · 4 years, 10 months ago
  66. c9f8117 [lld-link] diagnose undefined symbols before LTO when possible by Bob Haarman · 4 years, 10 months ago
  67. 21fcab1 [ELF] Simplify with dyn_cast_or_null. NFC by Fangrui Song · 4 years, 10 months ago
  68. c975814 [ELF] Detemplate maybeReportUndefined and copySectionsIntoPartitions by Fangrui Song · 4 years, 10 months ago
  69. 060f9d2 [ELF][MIPS] Improve tests by Fangrui Song · 4 years, 10 months ago
  70. 32845cd [WebAssembly] Set __tls_align to 1 when there is no TLS by Guanzhong Chen · 4 years, 10 months ago
  71. f8b436b [LLD] Do not print additional newlines after reaching error limit by Alexander Richardson · 4 years, 10 months ago
  72. 69c2040 [mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX relocations. NFC by Simon Atanasyan · 4 years, 10 months ago
  73. f3e3343 ld.lld: Demangle symbols from archives in diagnostics by Nico Weber · 4 years, 10 months ago
  74. 8e53ee7 [test] Fix the test from the previous commit when run on windows. NFC. by Martin Storsjo · 4 years, 10 months ago
  75. ff107ed [COFF] Unbreak sorting of mingw comdat .tls sections after SVN r363457 by Martin Storsjo · 4 years, 10 months ago
  76. b697919 [ARM][test] Improve tests by Fangrui Song · 4 years, 10 months ago
  77. 9d2b4f4 [ELF] Support explicitly overriding relocation model in LTO by Petr Hosek · 4 years, 10 months ago
  78. 53bae73 [WebAssembly] Compute and export TLS block alignment by Guanzhong Chen · 4 years, 10 months ago
  79. 37ba637 lld-link: Demangle symbols from archives in diagnostics by Nico Weber · 4 years, 10 months ago
  80. 9310d8c [ELF][test] Fix aarch64-condb-reloc.s by Fangrui Song · 4 years, 10 months ago
  81. d2154ff [ELF][AArch64] Improve some aarch64-*.s tests by Fangrui Song · 4 years, 10 months ago
  82. ad4d359 [WebAssembly] Use passive segments by default when memory is shared by Thomas Lively · 4 years, 10 months ago
  83. afc696b [WebAssembly] fix bug in finding .tdata segment by Guanzhong Chen · 4 years, 10 months ago
  84. d54041c ELF: Add support for remaining R_AARCH64_MOVW* relocations. by Peter Collingbourne · 4 years, 10 months ago
  85. a42f9be ELF: Simplify test. NFCI. by Peter Collingbourne · 4 years, 10 months ago
  86. e48f140 ELF: Allow forward references to linked sections. by Peter Collingbourne · 4 years, 10 months ago
  87. 0f71a2c [CMake] Don't set Python_ADDITIONAL_VERSIONS by Jonas Devlieghere · 4 years, 10 months ago
  88. ced6e51 [ELF][PPC] Delete ppc64-dynamic-relocations.s by Fangrui Song · 4 years, 10 months ago
  89. 7aed9f5 Bump the trunk version to 10.0.0svn by Hans Wennborg · 4 years, 10 months ago
  90. 0c814a7 [ELF][PPC] Refactor some ppc64 tests by Fangrui Song · 4 years, 10 months ago
  91. ee23991 [lld] Fix vs-diagnostics-version-script test. NFC. by Chris Jackson · 4 years, 10 months ago
  92. 1f9a87f Fixup r366333 (require x86 in test) by Diana Picus · 4 years, 10 months ago
  93. 31d5cdb [DWARF][RISCV] Add support for RISC-V relocations needed for debug info by Alex Bradbury · 4 years, 10 months ago
  94. b882c8b [ELF][test] Merge/rename some basic*.s tests by Fangrui Song · 4 years, 10 months ago
  95. 043712f [lld][WebAssembly] Fix handling of comdat functions in init array. by Sam Clegg · 4 years, 10 months ago
  96. 000acde [lld] Add Visual Studio compatible diagnostics by Chris Jackson · 4 years, 10 months ago
  97. 3c312d3 [ELF] Delete redundant pageAlign at PT_GNU_RELRO boundaries after D58892 by Fangrui Song · 4 years, 10 months ago
  98. a2d223a Add REQUIRES: x86 to safeseh-no.s test for x86 by Reid Kleckner · 4 years, 10 months ago
  99. 7db859c [WebAssembly] Implement thread-local storage (local-exec model) by Guanzhong Chen · 4 years, 10 months ago
  100. 1a58e16 Mark new test as requiring an x86 backend for LTO native object generation by Reid Kleckner · 4 years, 10 months ago