1. b7c2bd5 [lld-macho] Disable objc test on 32-bit ARM targets by Leandro Lupori · 14 hours ago main master
  2. af46f0e [lld-macho] Ignore -no_warn_duplicate_libraries flag (#86303) by Keith Smiley · 17 hours ago
  3. af842bb [Object,ELFType] Rename TargetEndianness to Endianness (#86604) by Fangrui Song · 18 hours ago
  4. 5cda03e [llvm] Write temporary test files into %t by Dmitri Gribenko · 24 hours ago
  5. 8f7c1f2 [ELF] --export-dynamic: don't create dynamic sections for non-PIC static links by Fangrui Song · 31 hours ago
  6. c81fb04 [ELF,test] Update tests that depend on --export-dynamic creating dynamic sections by Fangrui Song · 31 hours ago
  7. 6262787 [lld-macho] Fix bug in makeSyntheticInputSection when -dead_strip flag is specified (#86878) by alx32 · 33 hours ago
  8. 6a0ea66 [lld-macho] Implement support for ObjC relative method lists (#86231) by alx32 · 2 days ago
  9. 44b9d3f [ELF] Change duplicate symbol errors to use errorOrWarn by Fangrui Song · 2 days ago
  10. a856f44 [ELF] --pack-dyn-relocs=android+relr: place IRELATIVE in .rela.plt (#86751) by Fangrui Song · 2 days ago
  11. cf53726 [LLD][COFF] Add support for EXPORTAS import name type. (#86541) by Jacek Caban · 2 days ago
  12. 05531eb [LLD][COFF] Preserve all attributes from forwarding exports from parsed .def files. (#86564) by Jacek Caban · 3 days ago
  13. 70c3187 [LLD][COFF] Allow additional attributes in forwarding exports. (#86535) by Jacek Caban · 3 days ago
  14. 2b09124 [lld][ELF] Add `--why-extract` for bitcode libcalls (#78781) by Sam Clegg · 3 days ago
  15. ac29760 [ELF,test] Improve -r incompatibility tests by Fangrui Song · 3 days ago
  16. b52a1e9 [ELF] Fix unnecessary inclusion of unreferenced provide symbols by Parth Arora · 3 days ago
  17. 236f6c9 [ELF] Move parse files from Driver.cpp to InputFiles.cpp. NFC by Fangrui Song · 3 days ago
  18. c7600a9 [ELF] Simplify parseArmCMSEImportLib. NFC by Fangrui Song · 3 days ago
  19. 9527e11 [NFC][lld] Pass `sym` as const reference to `GotSection`'s methods (#86481) by Daniil Kovalev · 4 days ago
  20. b8385c3 [lld-macho][NFC] Refactor ObjCSelRefsSection => ObjCSelRefsHelper (#86456) by alx32 · 4 days ago
  21. e318e91 [ELF] Merge relaIplt into relaDyn by Fangrui Song · 5 days ago
  22. f2d3e7b [lld/ELF][X86] Respect outSecOff when checking if GOTPCREL can be relaxed (#86334) by Arthur Eubanks · 5 days ago
  23. adaf04b [ELF] Remove zero-value DT_JMPREL when IPLT is present while PLT isn't by Fangrui Song · 6 days ago
  24. 05d6c33 [RISCV][lld] Set the type of TLSDESC relocation's referenced local symbol to STT_NOTYPE by Paul Kirth · 7 days ago
  25. 967ab9e Revert "[BOLT] Add BB index to BAT (#86044)" by Amir Ayupov · 7 days ago
  26. 1758bf1 [BOLT] Add BB index to BAT (#86044) by Amir Ayupov · 7 days ago
  27. c9a537a [lld][macho] Fix gcc category merging warning (#86091) by alx32 · 8 days ago
  28. b7e7dde [lld-macho][NFC] Refactor insertions into inputSections (#85692) by alx32 · 8 days ago
  29. 38b549d [LLD] [MinGW] Implement the -lto-sample-profile option (#85841) by chrulski-intel · 8 days ago
  30. 42d39ce [llvm][lld] Pre-commit tests for RISCV TLSDESC symbols by Paul Kirth · 9 days ago
  31. 1a5ff60 [ELF] Improve unknown -z test by Fangrui Song · 9 days ago
  32. 3bcce6d [ELF] Add isStaticRelSecType to simplify SHT_REL/SHT_RELA testing. NFC by Fangrui Song · 9 days ago
  33. 03c6ce1 [LLD] [COFF] Port -lto-sample-profile to COFF version of LLD (#85701) by chrulski-intel · 9 days ago
  34. 32626b4 [IR] Change representation of getelementptr inrange (#84341) by Nikita Popov · 9 days ago
  35. 8c26472 [lld] Fix -Wstring-conversion in ObjC.cpp (NFC) by Jie Fu · 9 days ago
  36. 9b021a3 [ELF] Remove unneeded null check in getRelocatedSection. NFC by Fangrui Song · 9 days ago
  37. 053a482 [ELF] Set ctx.internalFile for PPC64 _savegpr[01]_{14..31} and _restgpr[01]_{14..31}. NFC by Fangrui Song · 9 days ago
  38. 8923aa4 [ELF] Make LinkerDrive::link a template. NFC by Fangrui Song · 9 days ago
  39. 27e4cce [ELF] Move some operations from link to setConfigs. NFC by Fangrui Song · 9 days ago
  40. b3c43d6 [lld-macho] Implement ObjC category merging (-objc_category_merging) (#85727) by alx32 · 10 days ago
  41. cde72c0 [test] Fix aarch64-tlsdesc-zrel.s by Fangrui Song · 10 days ago
  42. c674039 [llvm-readelf] Print a blank line for the first hex/string dump by Fangrui Song · 10 days ago
  43. e9041a5 Revert "[lld-macho] Implement ObjC category merging (-objc_category_merging) (#82928)" by Kyungwoo Lee · 10 days ago
  44. aff537a Revert "[lld] Fix warnings" by Kyungwoo Lee · 10 days ago
  45. c7c0789 [ELF] Improve --pack-dyn-relocs tests for Android and RELR by Fangrui Song · 11 days ago
  46. 7ce4f16 [ELF] Change getSymbolIndex to use const reference. NFC by Fangrui Song · 11 days ago
  47. bfc860c [lld] Fix warnings by Kazu Hirata · 11 days ago
  48. d4befb7 [lld-macho] Implement ObjC category merging (-objc_category_merging) (#82928) by alx32 · 11 days ago
  49. 77a641f [ELF] Reject certain unknown section types (#85173) by Fangrui Song · 14 days ago
  50. 8d3ee8a [ELF] Eliminate symbols demoted due to /DISCARD/ discarded sections (#85167) by Fangrui Song · 2 weeks ago
  51. b5f5aa9 [ELF] Add --compress-section to compress matched non-SHF_ALLOC sections by Fangrui Song · 2 weeks ago
  52. 027a38a [lld][RISCV] Avoid second map lookup in mergeArch. NFC (#84687) by Craig Topper · 2 weeks ago
  53. 5a8e70f [LLD] [COFF] Set the right alignment for DelayDirectoryChunk (#84697) by Martin Storsjö · 2 weeks ago
  54. 15312f4 [ELF] Move getSymbol/getRelocTargetSym from ObjFile<ELFT> to InputFile. NFC by Fangrui Song · 3 weeks ago
  55. bec0efd [LLD][COFF] Add support for IMPORT_NAME_EXPORTAS import library names. (#83211) by Jacek Caban · 3 weeks ago
  56. fd5fad7 [lld-macho][NFC] Refactor ObjCSelRefsSection out of ObjCStubsSection (#83878) by alx32 · 3 weeks ago
  57. 334920f [ELF] Simplify GdbIndexSection. NFC by Fangrui Song · 3 weeks ago
  58. e7d07a0 [ELF] Sort sections in order. NFC by Fangrui Song · 3 weeks ago
  59. 805dc58 [MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmInfo to MCTargetOptions by Fangrui Song · 3 weeks ago
  60. 96504b3 [ELF,test] Remove unneeded -relax-relocations from llvm-mc by Fangrui Song · 3 weeks ago
  61. 0f1ab18 [ELF] Reject error-prone meta characters in input section description by Fangrui Song · 3 weeks ago
  62. 39188b4 [AMDGPU] Rename COV module flag to amdhsa_code_object_version (#79905) by Emma Pilkington · 3 weeks ago
  63. 7a57bcd [ELF] Improve wildcard test by Fangrui Song · 3 weeks ago
  64. c2de214 [ELF] Improve wildcard tests for input section descriptions by Fangrui Song · 3 weeks ago
  65. cef84f5 Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702) by Mehdi Amini · 3 weeks ago
  66. 1a101d3 [lld][LoongArch] Fix handleUleb128 by Weining Lu · 3 weeks ago
  67. c7f9f79 [lld][test] Fix sanitizer buildbot failure by Weining Lu · 3 weeks ago
  68. 1fddb9a [lld][LoongArch] Support the R_LARCH_{ADD,SUB}_ULEB128 relocation types (#81133) by Jinyang He · 3 weeks ago
  69. 403b56d [lld] Fixes for unitests in standalone builds (#83670) by Michał Górny · 4 weeks ago
  70. d73976e [lld][macho][NFC] Add specific namespace scope for objc symbol names (#83618) by alx32 · 4 weeks ago
  71. 5aa0cff [ELF] Internalize enum by Fangrui Song · 4 weeks ago
  72. 89eb566 [lld] Adds support for xros. (#83031) by rohit-rao · 4 weeks ago
  73. a2da3b7 Improve readability of "undefined reference" message (#82671) by DeanSturtevant1 · 4 weeks ago
  74. 9836e0a [lld/ELF] Add documentation on large sections (#82560) by Arthur Eubanks · 5 weeks ago
  75. 38304e3 [lld][WebAssembly] Add `--no-growable-memory` (#82890) by SingleAccretion · 5 weeks ago
  76. b7f3fe4 [Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77291) by yingopq · 5 weeks ago
  77. e3bd07d [ELF] Support placing .lbss/.lrodata/.ldata after .bss by Fangrui Song · 5 weeks ago
  78. 9c014ac [ELF] .eh_frame: use errorOrWarn for "PC offset is too large" by Fangrui Song · 5 weeks ago
  79. b8dce83 [WebAssembly] Add segment RETAIN flag to support private retained data (#81539) by Yuta Saito · 5 weeks ago
  80. 68281cd Revert "[lld] enable fixup chains by default (#79894)" by Hans Wennborg · 6 weeks ago
  81. eed0051 [lld/MachO] Fix assert on unsorted data-in-code entries (#81758) by Nico Weber · 6 weeks ago
  82. e03a2ef [lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739) by Ulrich Weigand · 6 weeks ago
  83. 161a43c [lld/ELF] fix typos to cycle bots by Nico Weber · 6 weeks ago
  84. 021f0fb [Object][COFF][NFC] Make writeImportLibrary NativeExports argument optional. (#81600) by Jacek Caban · 6 weeks ago
  85. c13c0a1 [lld] Add target support for SystemZ (s390x) (#75643) by Ulrich Weigand · 6 weeks ago
  86. eb2c9e4 [LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options (#81475) by Martin Storsjö · 6 weeks ago
  87. 0f13ff6 [ELF] Place _edata before .bss in the presence of .ldata by Fangrui Song · 6 weeks ago
  88. f4599a1 [ELF] Properly reject unsupported e_machine by Fangrui Song · 6 weeks ago
  89. db481f9 [llvm-lib] Add support for -defArm64Native argument. (#81426) by Jacek Caban · 6 weeks ago
  90. 9ec3081 [LLD] [test] Avoid printing timestamps past INT32_MAX with llvm-readobj (#81463) by Martin Storsjö · 7 weeks ago
  91. 73b9414 [LLD] [COFF] Pick timestamps from the SOURCE_DATE_EPOCH variable (#81326) by Martin Storsjö · 7 weeks ago
  92. aeea4ca [lld] Fix test failures when running as root user (#81339) by Tom Stellard · 7 weeks ago
  93. f2772f9 [ELF] Apply forgotten change to #81223 by Fangrui Song · 7 weeks ago
  94. 120c25b [ELF] Improve _etext/_edata tests by Fangrui Song · 7 weeks ago
  95. 0287e2e [ELF] --no-rosegment: don't mark read-only PT_LOAD segments executable (#81223) by Fangrui Song · 7 weeks ago
  96. 73dea85 [ELF] Improve --ro-rosegment tests by Fangrui Song · 7 weeks ago
  97. 6ddad3f [ELF] Improve --ro-rosegment/--omagic/--nmagic tests by Fangrui Song · 7 weeks ago
  98. f07a03c [LLD][ELF] Silence warning when building with latest MSVC by Alexandre Ganea · 7 weeks ago
  99. 1eb859d [Object][Wasm] Use file offset for section addresses in linked wasm files (#80529) by Derek Schuff · 7 weeks ago
  100. a8f9114 [llvm-readobj][Object][COFF] Print COFF import library symbol export name. (#78769) by Jacek Caban · 7 weeks ago