1. f389768 ELF: Remove field for .interp in InStruct. NFC. by Peter Collingbourne · 5 years ago
  2. 2f5ed1b ELF: Fix typo in --build-id option description by Tom Stellard · 5 years ago
  3. 5deb4e2 [lld-link] preserve @llvm.used symbols in LTO by Bob Haarman · 5 years ago
  4. f963bf8 Sort enum members so that arch-dependent members are at the right place. NFC. by Rui Ueyama · 5 years ago
  5. cbc1160 [WebAssembly] Update MC for bulk memory by Thomas Lively · 5 years ago
  6. 0eed7bf Move MinGW-specific code out of LinkerDriver::link. NFC. by Rui Ueyama · 5 years ago
  7. bc40104 [MinGW] Hook up the --exclude-all-symbols option by Martin Storsjo · 5 years ago
  8. 33ba45c [COFF] Add -exclude-all-symbols for MinGW by Martin Storsjo · 5 years ago
  9. 546a4bd [mips] Fix indentations in the test. NFC by Simon Atanasyan · 5 years ago
  10. 0422040 [ELF] - Update test case after yaml2obj format change. by George Rimar · 5 years ago
  11. 97d1ce0 Convert the eh-frame-hdr-abs-fde.s test to use x86 as a target architecture by Simon Atanasyan · 5 years ago
  12. e217b77 [mips] Remove trailing whitespaces from the test case. NFC by Simon Atanasyan · 5 years ago
  13. ea9cafe [mips] Create LA25 thunks for MIPS R6 code by Simon Atanasyan · 5 years ago
  14. 35a9315 [MIPS] Handle cross-mode (regular <-> microMIPS) jumps by Simon Atanasyan · 5 years ago
  15. 8013df7 lld-link: Mention comdat selection work in the 9.0.0 wip release notes by Nico Weber · 5 years ago
  16. e8a6646 [PPC64] Preserve LocalEntry when linking by Rui Ueyama · 5 years ago
  17. a3aa914 LLD/AMDGPU: Preserve ABI version during linking ELF for AMDGPU by Konstantin Zhuravlyov · 5 years ago
  18. 3b8df1e Revert "Revert "[lld] Fix elf::unlinkAsync detached thread"" by Nick Desaulniers · 5 years ago
  19. 223e2fa Revert "[lld] Fix elf::unlinkAsync detached thread" by Nick Desaulniers · 5 years ago
  20. e151661 [lld] Fix elf::unlinkAsync detached thread by Vitaly Buka · 5 years ago
  21. 04d89f7 Move a function from .h to .cpp and use a shorter name. NFC. by Rui Ueyama · 5 years ago
  22. 2e5c89f Remove a comparator from header and instead use lambdas for simplicity. NFC. by Rui Ueyama · 5 years ago
  23. e0fd715 Add a comment. NFC. by Rui Ueyama · 5 years ago
  24. db9c07b Improve error message for unknown relocations. by Rui Ueyama · 5 years ago
  25. 7a12924 lld/coff: Simplify error message for comdat selection mismatches by Nico Weber · 5 years ago
  26. 14aa57d ELF: Allow GOT relocs pointing to non-preemptable ifunc to resolve to an IRELATIVE where possible. by Peter Collingbourne · 5 years ago
  27. 1590c11 Recover elf32-bigmips and elf32-powerpc support in LLD by Rui Ueyama · 5 years ago
  28. bb3788a Show "Unknown -z option" error message even if --version or --help are given. by Rui Ueyama · 5 years ago
  29. 983304d [PPC64] Update tests to reflect change in printing of call operand. [NFC] by Sean Fertile · 5 years ago
  30. 00d845f [PPC64] Sort .toc sections accessed with small code model relocs. by Sean Fertile · 5 years ago
  31. 2cfa2ff lld: unquote possibly quoted `EXTERN("symbol")` entry in linker script. by Rui Ueyama · 5 years ago
  32. 83a25dd Convert CRLF. NFC. by Rui Ueyama · 5 years ago
  33. 6b28e95 [LLD][ELF] - Update test case after yaml2obj change. NFCI. by George Rimar · 5 years ago
  34. 902f2c1 [ELF] Delete a comment that is no longer correct. Fix a typo. NFC by Fangrui Song · 5 years ago
  35. 8526a5f [LLD][ELF] Ensure tests use -o /dev/null instead of attempting to write to the bin directory. [NFC] by David L. Jones · 5 years ago
  36. bd893e3 [lld-link] better error message when failing to open archive members by Bob Haarman · 5 years ago
  37. c8a4571 [LLD][ELF]Add test for missing thin archive member by James Henderson · 5 years ago
  38. b69157f [WebAssembly] Refactor handling of weak undefined functions. NFC. by Sam Clegg · 5 years ago
  39. b6584c3 [WebAssembly] Fix imported function symbol names that differ from their import names in the .o format by Dan Gohman · 5 years ago
  40. fd4d30f [WebAssembly] Improve docs for wasm linker by Sam Clegg · 5 years ago
  41. 822543c Fix a bug in R_X86_64_PC{8,16} relocation handling. by Rui Ueyama · 5 years ago
  42. 620832e docs: add missingkeyfunction to doctree, fix title by Hans Wennborg · 5 years ago
  43. 369e0b3 [LLD][ELF] - Set DF_STATIC_TLS flag for X64 target by George Rimar · 5 years ago
  44. 22c19ea [WebAssembly] Honor WASM_SYMBOL_EXPORT symbol flag by Sam Clegg · 5 years ago
  45. b2ea35f [WebAssembly] Update test expectations to match llvm-readobj change. NFC. by Sam Clegg · 5 years ago
  46. 8c55491 [MinGW] Add --insert-timestamp as complement to the --no-insert-timestamp option by Martin Storsjo · 5 years ago
  47. 0eed4f8 Correct "varaible" typo in comment by Ed Maste · 5 years ago
  48. a8c0107 Remove a small header that is used only by one file. NFC. by Rui Ueyama · 5 years ago
  49. 019f303 Add comment. by Rui Ueyama · 5 years ago
  50. e58280f Support R_X86_64_PC8 and R_X86_64_PC16. by Rui Ueyama · 5 years ago
  51. 10a9e3c Recommit r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target." by George Rimar · 5 years ago
  52. 918a8ad Revert r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target." by George Rimar · 5 years ago
  53. bdddf3e [LLD][ELF] - Set DF_STATIC_TLS flag for i386 target. by George Rimar · 5 years ago
  54. 5865fb2 [ELF][ARM] Add test case that will fail if toPlt() is removed [NFC] by Peter Smith · 5 years ago
  55. 3e9573b [wasm-ld] Fix wasm trace test to use %t for temporary files. by David L. Jones · 5 years ago
  56. 84ab074 [WebAssembly] Implement --trace and --trace-symbol by Sam Clegg · 5 years ago
  57. 1906f04 [PPC64] Delete the unnecessary __tls_get_addr from ppc64-tls-ld-le.s by Fangrui Song · 5 years ago
  58. 2a29584 [PPC64] Set the number of relocations processed for R_PPC64_TLS[GL]D to 2 by Fangrui Song · 5 years ago
  59. c8f96fd [ELF] Fix typo in test/ELF/trace.s by Sam Clegg · 5 years ago
  60. 81e6ac8 [PDB] Remove dots and normalize slashes with /PDBSOURCEPATH. by Zachary Turner · 5 years ago
  61. 44ee588 [llvm-readobj] Display sections that do not belong to a segment in the section-mapping by Matt Davis · 5 years ago
  62. 5d2106e Inline a trivial function and update comment. NFC. by Rui Ueyama · 5 years ago
  63. c966069 [WebAssembly] Use wasm-ld rather than lld with -flavor in tests. NFC. by Sam Clegg · 5 years ago
  64. d25c150 [COFF] Avoid O(n^2) accesses into PartialSections by Martin Storsjo · 5 years ago
  65. 3b0c327 [MinGW] Hook up the --no-insert-timestamp option by Martin Storsjo · 5 years ago
  66. a78c9ca [WebAssembly] Update test to match new readobj output. NFC. by Sam Clegg · 5 years ago
  67. 6d0b387 [WebAssembly] clang-tidy (NFC) by Heejin Ahn · 5 years ago
  68. 66fca3a [WebAssembly] Update relocation naming to match llvm change. NFC. by Sam Clegg · 5 years ago
  69. ed150dd [ELF] Default to --no-allow-shlib-undefined for executables by Fangrui Song · 5 years ago
  70. dbc4366 [COFF] Create range extension thunks for ARM64 by Martin Storsjo · 5 years ago
  71. c71a500 [COFF] Fix crashes when writing a PDB after adding thunks. by Martin Storsjo · 5 years ago
  72. 538dec7 Fix some sphinx doc errors. by James Y Knight · 5 years ago
  73. ef1450b [WebAssembly] Support imports from custom module names by Sam Clegg · 5 years ago
  74. bfb4593 [ELF] Support --{,no-}allow-shlib-undefined by Fangrui Song · 5 years ago
  75. 696f5a1 Fix names of functions in TargetOptionsCommandFlags.h. NFC. by Sam Clegg · 5 years ago
  76. a887215 lld-link: Allow mixing 'discard' and 'largest' comdat selections by Nico Weber · 5 years ago
  77. a29f0d2 [LTO] Set CGOptLevel in LTO config. by Sam Clegg · 5 years ago
  78. 39b4b34 [WebAssembly] Fix crash with LTO + relocatable + undefined symbols by Sam Clegg · 5 years ago
  79. 67c4aed Recognize FreeBSD specific BFD names in OUTPUT_FORMAT by Dimitry Andric · 5 years ago
  80. cf47f8d lld/coff: Implement some support for the comdat selection field by Nico Weber · 5 years ago
  81. 25db38e lld-link: Add test I forgot to add in 332012 by Nico Weber · 5 years ago
  82. 5ba7733 [WebAssembly] Fix undefined weak function symbols in LTO builds by Sam Clegg · 5 years ago
  83. 8973238 [WebAssembly] Don't load weak undefined symbols from archive files by Sam Clegg · 5 years ago
  84. be47ca5 [MinGW] Don't define names for ignored options. NFC. by Martin Storsjo · 5 years ago
  85. f502974 Adjust documentation for git migration. by James Y Knight · 5 years ago
  86. 3c47f28 lld-link: Allow backward references between associated comdats by Nico Weber · 5 years ago
  87. 3e5fe1a [ELF] Simplify. NFC by Fangrui Song · 5 years ago
  88. 72af896 [ELF] - Remove dead `readBfdName` declaration. NFC. by George Rimar · 5 years ago
  89. 879b143 [MinGW] Ignore the --plugin and --plugin-opt option by Martin Storsjo · 5 years ago
  90. 1e8e49a Attempt to fix build failure with GCC 5.4. by Rui Ueyama · 5 years ago
  91. 793abc3 lld/coff: Make assoc comdat diag a bit more detailed by Nico Weber · 5 years ago
  92. 8940eaf ELF: Set sh_info on RelaIplt to point to the IgotPlt output section. by Peter Collingbourne · 5 years ago
  93. 19fbeaf Refactoring. NFC. by Rui Ueyama · 5 years ago
  94. 87c504d [LLD][ELF] - Update tests after r352366. by George Rimar · 5 years ago
  95. c97e0df [LLD][COFF] Partial sections by Alexandre Ganea · 5 years ago
  96. 054e775 [COFF] Add support for the new relocation IMAGE_REL_ARM{,64}_REL32 by Martin Storsjo · 5 years ago
  97. d83cebf Follow-up to r352254: Initialize Selection field. by Nico Weber · 5 years ago
  98. 2dee089 lld: elf: discard more specific .gnu.linkonce section by Nick Desaulniers · 5 years ago
  99. 35ff9b2 Remove dead declaration. by Rui Ueyama · 5 years ago
  100. 6dc5e0c lld-link: Store comdat selection in SectionChunk, reject more invalid associated comdats by Nico Weber · 5 years ago