1. 85a264c [lld] Sort code section chunks by range types on Arm64EC targets. (#69099) by Jacek Caban · 8 months ago
  2. 95a5c31 Revert "[AMDGPU] Remove Code Object V3 (#67118)" by pvanhout · 8 months ago
  3. 58b9e6d [ELF] Remove unused setSymbolAndType after #69295. NFC by Fangrui Song · 8 months ago
  4. e5d7d74 [ELF] Demote symbols in /DISCARD/ discarded sections to Undefined (#69295) by Fangrui Song · 8 months ago
  5. f4a1da9 [ELF] Merge demoteSymbols and isPreemptible computation. NFC by Fangrui Song · 8 months ago
  6. f2078cb [ELF] Move demoteSymbols to Writer.cpp. NFC by Fangrui Song · 8 months ago
  7. 6fc98ed [ELF][test] Improve relocatable link & /DISCARD/ test by Fangrui Song · 8 months ago
  8. 625d653 [lld][NFC] Factor out isCodeSection helper. (#69193) by Jacek Caban · 8 months ago
  9. 184d682 [lld] Add support for relocations in x86_64 objects on Arm64EC targets. (#69098) by Jacek Caban · 8 months ago
  10. c4b71e7 [lld] Restore "REQUIRES: amdgpu" in amdgpu-abi-version by pvanhout · 8 months ago
  11. 2f49723 [AMDGPU] Remove Code Object V3 (#67118) by Pierre van Houtryve · 8 months ago
  12. 9302968 [ELF][test] Test relocations referencing weak symbol, which is defined relative to a section discarded by /DISCARD/ by Fangrui Song · 8 months ago
  13. 3da1781 [ELF][test] Test relocations referencing symbols relative to sections discarded by /DISCARD/ by Fangrui Song · 8 months ago
  14. e114709 [ELF] Restore the --call-graph-profile-sort=hfsort default before #68638 by Fangrui Song · 8 months ago
  15. 95a0f7f Use llvm::endianness::{big,little,native} (NFC) by Kazu Hirata · 8 months ago
  16. d4c4cb1 [lld] Don't allow -dynamicbase:no on ARM64EC. by Jacek Caban · 8 months ago
  17. 4a7578d Use llvm::endianness::{big,little,native} (NFC) by Kazu Hirata · 8 months ago
  18. a0394ad [ELF] Making cdsort default for function reordering (#68638) by spupyrev · 8 months ago
  19. 4ea2b96 [lld] [MTE] Drop MTE globals for fully static executables, not ban (#68217) by Mitch Phillips · 8 months ago
  20. e2d9be9 [LLD] [MinGW] Handle the --dll option (#68575) by Martin Storsjö · 8 months ago
  21. 57b5940 Use llvm::endianness{,::little,::native} (NFC) by Kazu Hirata · 8 months ago
  22. 34d035f [lld][ELF][AVR] Add range check for R_AVR_13_PCREL (#67636) by Ben Shi · 8 months ago
  23. d80b7db [LLD][COFF] Add support for `--time-trace` (#68236) by Alexandre Ganea · 8 months ago
  24. 0f8270a [lld/ELF] Don't relax R_X86_64_(REX_)GOTPCRELX when offset is too far by Arthur Eubanks · 10 months ago
  25. 57ba199 [LLD][COFF] Mark operator== const to avoid ambiguity in C++20. (#68119) by Samira Bazuzi · 8 months ago
  26. f41caa8 [LLD] [COFF] Fix handling of comdat .drectve sections (#68116) by Martin Storsjö · 8 months ago
  27. aec99f4 [lld][COFF][LTO] Implement /lldemit:asm option (#67079) by Matheus Izvekov · 8 months ago
  28. 90588d5 [WebAssembly] Allow absolute symbols in the linking section (symbol table) (#67493) by Sam Clegg · 8 months ago
  29. 5b7696d [LLD][ELF] Import `ObjFile::importCmseSymbols` at call site (#68025) by Alexandre Ganea · 8 months ago
  30. 08a23a6 [ELF] Handle relocations in synthetic .eh_frame with a non-zero offset within the output section (#65966) by simpal01 · 8 months ago
  31. 789b87a [LLD/COFF] Fix link failure due to missing component. by Matheus Izvekov · 8 months ago
  32. a29e888 [lld][COFF][LTO] Implement /lldemit:llvm option (#66964) by Matheus Izvekov · 8 months ago
  33. dbd16f6 [LLD][COFF] Delete unused field `DebugSHandler::source` by Alexandre Ganea · 8 months ago
  34. 440999d [LLD][COFF] Remove unused `DebugSHandler::recordStringTableReferences` by Alexandre Ganea · 8 months ago
  35. 6185bcf [LLD] [COFF] Restore the current dir as the first entry in the search path (#67857) by Martin Storsjö · 8 months ago
  36. b2d8b68 [LLD] [COFF] Clarify -print-search-path for the empty string element (#67856) by Martin Storsjö · 8 months ago
  37. b9e35fb Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration" by David Spickett · 8 months ago
  38. bd023f5 [Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration by Paul Scoropan · 8 months ago
  39. f6923fe [lld] Fix REQUIRES line in new test by Nico Weber · 8 months ago
  40. ab64f91 [NFC][LLD] Refactor some copy-paste into the Common library (#67598) by Matheus Izvekov · 8 months ago
  41. 6461930 [lld/ELF][test] Add test for .got too far away for unrelaxed R_X86_64_(REX_)GOTPCRELX (#67609) by Arthur Eubanks · 8 months ago
  42. 48d2d6d [lld-macho][NFC] Remove redundant checks (#67450) by kyulee-com · 8 months ago
  43. 5c40b13 [lld/mac] Resolve defined symbols before undefined symbols in bitcode (#67445) by Nico Weber · 8 months ago
  44. 308acd0 [ELF] A new code layout algorithm for function reordering [3a/3] by spupyrev · 12 months ago
  45. c6c39a7 [ELF] Change --call-graph-profile-sort to accept an argument by Fangrui Song · 8 months ago
  46. 3148943 [cmake] Add LLVM_FORCE_VC_REVISION option (#67125) by David Truby · 8 months ago
  47. 9d735b9 [ELF][test] Improve GOTPCRELX tests by Fangrui Song · 9 months ago
  48. b075bfd [NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cpp by Matheus Izvekov · 9 months ago
  49. 8393dec [AMDGPU] Remove Code Object V2 (#65715) by Pierre van Houtryve · 9 months ago
  50. b7e94ea [ELF] -r --compress-debug-sections: update implicit addends for .rel.debug_* referencing STT_SECTION symbols (#66804) by Fangrui Song · 9 months ago
  51. e1a8b5d [ELF][test] Improve non-abs-reloc.s to test non-STT_SECTION local symbol by Fangrui Song · 9 months ago
  52. 036dd19 [ELF] Postpone "unable to move location counter backward" error (#66854) by Fangrui Song · 9 months ago
  53. b2c13da [ELF][test] Add a test to demonstrate #66836 by Fangrui Song · 9 months ago
  54. 4598baa [ELF][test] Improve -r tests for local symbols by Fangrui Song · 9 months ago
  55. 6922c3f [ELF] Remove a R_ARM_PCA special case from relocateNonAlloc by Fangrui Song · 9 months ago
  56. 0ea1482 [ELF][test] Improve tests about non-SHF_ALLOC sections relocated by non-ABS relocations by Fangrui Song · 9 months ago
  57. 054fa24 [LLD] Improve the lit tests added by 272bd6f9cc86bf6b4dd6bd51e85c46db10e8b86a by Haojian Wu · 9 months ago
  58. 86fa921 [ELF][test] Improve relocations referencing STT_SECTION tests for -r by Fangrui Song · 9 months ago
  59. cdeec11 [WPD][LLD] Add option to validate RTTI is enabled on all native types and prevent devirtualization on types with native RTTI by modimo · 11 months ago
  60. 16a6908 [lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688) by Sam Clegg · 9 months ago
  61. b4d481b [ELF] Make -t work with --format=binary by Fangrui Song · 9 months ago
  62. 6097156 [ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for Hexagon by Fangrui Song · 9 months ago
  63. ba362aa [ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for AMDGPU by Fangrui Song · 9 months ago
  64. 5a02863 [ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for PPC32 by Fangrui Song · 9 months ago
  65. d413fc7 [ELF] Enable checkDynamicRelocsDefault for PPC64 by Fangrui Song · 9 months ago
  66. d0a0517 [ELF] checkDynamicRelocsDefault: invert the condition by Fangrui Song · 9 months ago
  67. aa09e51 [ELF] checkDynamicRelocsDefault: invert the condition by Fangrui Song · 9 months ago
  68. 97699da [ELF] Correct a comment about ^=. NFC by Fangrui Song · 9 months ago
  69. 1ed6344 [ELF] Remove a special case from ExprValue::getSectionOffset. NFC by Fangrui Song · 9 months ago
  70. bbb858b Object: account for short output names (#66532) by Saleem Abdulrasool · 9 months ago
  71. 6c30244 Fix lld Sphinx build by Aaron Ballman · 9 months ago
  72. 58ec769 [LLD] [MinGW] Ignore --sort-common option (#66336) by Julien Schueller · 9 months ago
  73. 4bec826 Mark test added in 5a58e98 as requiring ppc, not x86 since it tries to use the powerpc64le target. by Douglas Yung · 9 months ago
  74. 5bf60ce [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) by Arthur Eubanks · 9 months ago
  75. 0149e70 [ELF] Align the end of PT_GNU_RELRO associated PT_LOAD to a common-page-size boundary (#66042) by Fangrui Song · 9 months ago
  76. 52765ed [ELF][PPC64] Use the regular placement for .branch_lt by Fangrui Song · 9 months ago
  77. f28605f [ELF][test] Test the order of PPC64 .got, .toc, and .branch_lt by Fangrui Song · 9 months ago
  78. 9842291 Revert "[AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410)" (#66060) by Saiyedul Islam · 9 months ago
  79. 3e1ddf3 [AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410) by Saiyedul Islam · 9 months ago
  80. 17e90af [ELF][test] Make tests less sensitive of addresses/number of sections by Fangrui Song · 9 months ago
  81. 9d60ee3 [ELF] Reset two member variables in Ctx::reset by Fangrui Song · 9 months ago
  82. 21d0b22 [lld-macho][nfc]Add bounds on sections and subsections check before attempting to dereferencing iterators. by Vy Nguyen · 10 months ago
  83. 6a90e7f [ELF] Respect orders of symbol assignments and DEFINED (#65866) by Fangrui Song · 9 months ago
  84. d6945bb [lld][MachO] Add option to suppress mismatch profile errors (#65551) by Ellis Hoag · 9 months ago
  85. 7873762 [ELF][test] Make tests less sensitive to addresses/number of sections by Fangrui Song · 9 months ago
  86. 87502c1 [ELF] Priorize the last catch-all pattern in version scripts by Fangrui Song · 9 months ago
  87. 94ad4ae [ELF][RISCV] Implement --emit-relocs with relaxation by Job Noorman · 9 months ago
  88. 3341751 [lld-macho]Limit "cannot-export-hidden-symbol" warnings to only 3 to avoid crowding logs. by Vy Nguyen · 9 months ago
  89. 524a9f8 [lld/ELF,gold] Remove transitionary opaque pointer flags (#65529) by aeubanks · 9 months ago
  90. fb12905 Emit line numbers in CodeView for trailing (after `ret`) blocks from inlined functions by Daniel Paoliello · 9 months ago
  91. 98398cd [LTO] Remove module id from summary index by Teresa Johnson · 10 months ago
  92. 2a5cdd2 [PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores when relaxing initial-exec to local-exec by Amy Kwan · 9 months ago
  93. 50ba270 [NFC] Remove unused variables declared in conditions by Takuya Shimizu · 9 months ago
  94. e07adb2 [LLD] [MinGW] Hook up more LTO options by Martin Storsjö · 9 months ago
  95. 6f9254d [lld][WebAssembly] Add `--table-base` setting by Sam Clegg · 9 months ago
  96. 5e4e8bf [LLD] [MinGW] Pass LLVM specific LTO options through to lld-link by Martin Storsjö · 11 months ago
  97. b099d64 [lld] Do not include StringSwitch.h (NFC) by Kazu Hirata · 10 months ago
  98. 9a87930 [lld-macho] Stricter Bitcode Symbol Resolution by Kyungwoo Lee · 10 months ago
  99. f800677 [ELF] Add -Bsymbolic-non-weak by Shoaib Meenai · 10 months ago
  100. c9ad6a8 Reland "[lld] Preliminary fat-lto-object support" by Paul Kirth · 11 months ago