1. 63447db [LLD] [COFF] Parse all /debug: options, like /opt: (#75178) by Martin Storsjö · 5 months ago
  2. de2a681 [LLD] [COFF] Rewrite handling of the /debug: option. NFC. (#75175) by Martin Storsjö · 5 months ago
  3. 63c5e86 [LLD] [COFF] Rewrite the config flags for dwarf debug info or symtab. NFC. (#75172) by Martin Storsjö · 5 months ago
  4. f37a230 [RISCV] Support printing immediate of RISCV MCInst in hexadecimal format (#74053) by Wang Yaduo · 5 months ago
  5. 639d8fd Revert "[RISCV] Support printing immediate of RISCV MCInst in hexadecimal format" (#75561) by Vitaly Buka · 5 months ago
  6. 128d62e [RISCV] Support printing immediate of RISCV MCInst in hexadecimal format (#74053) by Wang Yaduo · 5 months ago
  7. 7ac81cc [LLD][COFF] add __buildid symbol. (#74652) by Zequan Wu · 5 months ago
  8. 501e3f7 [LLD][COFF] Fix ARM64 EC chunks comparator. (#75495) by Jacek Caban · 5 months ago
  9. 2d13f81 Use StringRef::{starts,ends}_with (NFC) by Kazu Hirata · 5 months ago
  10. 2e41958 [XCOFF] Display branch-absolute targets in hex. (#72532) by stephenpeckham · 5 months ago
  11. 678c796 [lld][COFF] Merge .00cfg section into .rdata. (#75207) by Jacek Caban · 5 months ago
  12. 05bcc3f [ELF,test] Improve PROVIDE tests by Fangrui Song · 5 months ago
  13. fe4ccb0 [lld][WebAssembly] Don't set importUndefined when -shared is used. NFC (#75241) by Sam Clegg · 5 months ago
  14. b5e2fcf [ELF] Don't create copy relocation/canonical PLT entry for a defined symbol (#75095) by Fangrui Song · 5 months ago
  15. ab66ac2 [lld][NFC] Silence -Wuninitialized GCC 11 warnings. (#75183) by Jacek Caban · 5 months ago
  16. 60a7db4 [ELF][test] Improve copy relocation/canonical PLT entry tests by Fangrui Song · 5 months ago
  17. 586e25d [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916) by Kazu Hirata · 5 months ago
  18. 6bb3535 [AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300) by Saiyedul Islam · 5 months ago
  19. 9172e74 [ELF] relocateNonAlloc: clean up workaround code by Fangrui Song · 5 months ago
  20. 9491d00 [ELF] relocateNonAlloc: move likely expr == R_ABS before unlikely R_SIZE. NFC by Fangrui Song · 5 months ago
  21. 9e38185 [ELF,test] Improve tombstone value tests by Fangrui Song · 5 months ago
  22. d71a20e [ELF] IWYU <optional> NFC by Fangrui Song · 5 months ago
  23. 1454a23 [LLD][COFF] Add -build-id flag to generate .buildid section. (#71433) by Zequan Wu · 5 months ago
  24. 2ee87a7 [lld][COFF] Support .pdata section on ARM64EC targets. (#72521) by Jacek Caban · 5 months ago
  25. 28b76c6 [LLD] [COFF] Don't preserve unnecessary __imp_ prefixed symbols (#72989) by Martin Storsjö · 5 months ago
  26. 7e350af [lld][COFF][NFC] Store pdata range as ChunkRange. (#74024) by Jacek Caban · 5 months ago
  27. b8eaa45 [LLD][RISCV] Fix incorrect call relaxation when mixing +c and -c objects (#73977) by Philip Reames · 6 months ago
  28. cef147a [ThinLTO] Don't mark calloc function dead (#72673) by eleviant · 6 months ago
  29. e405dd2 [lld][WebAssembly] Convert bitcode test to assembly. NFC (#73716) by Sam Clegg · 6 months ago
  30. 48874fc [LEB128] Don't initialize error on success by Adrian Prantl · 6 months ago
  31. 654129e Revert "[LEB128] Don't initialize error on success" by Adrian Prantl · 6 months ago
  32. d621a93 [LEB128] Don't initialize error on success by Adrian Prantl · 6 months ago
  33. c2676d7 [ELF,LTO] Test calloc defined in a lazy bitcode file for (malloc+memset => calloc) libcall optimization by Fangrui Song · 6 months ago
  34. 06aa239 [lld][WebAssembly] Fix bitcode LTO order in archive parsing (#73095) by Heejin Ahn · 6 months ago
  35. b3523fa [lld][LoongArch] Add a another corner testcase for elf::getLoongArchPageDelta by Weining Lu · 6 months ago
  36. 87921ad [lld][ELF] Add getBitcodeMachineKind test for LoongArch (#71931) by GongMengyao · 6 months ago
  37. 20683f9 Reland "[MC][AsmParser] Diagnose improperly nested .cfi frames" by Jon Roelofs · 6 months ago
  38. fe72faf [ELF] Support R_RISCV_SET_ULEB128/R_RISCV_SUB_ULEB128 in non-SHF_ALLOC sections (#72610) by Fangrui Song · 6 months ago
  39. df623b2 [LTO] [LLD] Don't alias the __imp_func and func symbol resolutions (#71376) by Martin Storsjö · 6 months ago
  40. 7a7ef10 [LLD] [COFF] Add tests to observe details about LTO and __imp_ prefixes. NFC. (#72764) by Martin Storsjö · 6 months ago
  41. cacd19c [lld][ELF] Add armeb support when incoming bc is arm big endian (#72604) by dong jianqiang · 6 months ago
  42. 3741b32 Revert "[MC][AsmParser] Diagnose improperly nested .cfi frames" by Martin Storsjö · 6 months ago
  43. dec5027 [ELF] -r: rename orphan SHT_REL/SHT_RELA when the relocated input section is placed in an output section by Fangrui Song · 6 months ago
  44. c6a1315 [MC][AsmParser] Diagnose improperly nested .cfi frames by Jon Roelofs · 6 months ago
  45. 66dc309 Revert "[MC][AsmParser] Diagnose improperly nested .cfi frames" by Arthur Eubanks · 6 months ago
  46. 7133aca [lld][ELF] Recognize sparcv9 bitcode (#72609) by Brad Smith · 6 months ago
  47. 1c99e99 [MC][AsmParser] Diagnose improperly nested .cfi frames by Jon Roelofs · 6 months ago
  48. 36b3f29 [lld][COFF][NFC] Factor out exception table sorting. (#72518) by Jacek Caban · 6 months ago
  49. d5ec5d5 [ELF][test] gitBitcodeMachineKind: test EM_ARM by Fangrui Song · 6 months ago
  50. 81dece6 [ELF] Make some InputSection/InputFile member functions const. NFC by Fangrui Song · 6 months ago
  51. 3b8c512 [ELF] Merge verdefIndex into versionId. NFC (#72208) by Fangrui Song · 6 months ago
  52. e4bbcf1 [ELF] Improve .o preempting DSO tests by Fangrui Song · 6 months ago
  53. c5c143a Revert "[ELF] Merge verdefIndex into versionId. NFC" #72208 (#72484) by Fangrui Song · 6 months ago
  54. 5fb47d0 [lld] Add support for EC code map. (#69101) by Jacek Caban · 6 months ago
  55. 87f4ddb [lld][LoongArch] Support the R_LARCH_{ADD,SUB}6 relocation type (#72190) by Jinyang He · 6 months ago
  56. 932b8cc [lld] Mark target section as code section when merging code sections into a data section. (#72030) by Jacek Caban · 6 months ago
  57. 23c25e6 [lld][COFF] Fill only gaps in code sections. (#72138) by Jacek Caban · 6 months ago
  58. 2e69d59 [ELF] Merge verdefIndex into versionId. NFC (#72208) by Fangrui Song · 6 months ago
  59. 073e123 [ELF] Improve symbol resolution tests related to both DSO and archive by Fangrui Song · 6 months ago
  60. 783988b [ELF] Improve symbol resolution tests related to both DSO and archive by Fangrui Song · 6 months ago
  61. 966fa88 [lld][ELF] Add a corner testcase for elf::getLoongArchPageDelta by Weining Lu · 6 months ago
  62. 3d045fd [LLD][COFF] Fix `/dependentloadflag` tests with AArch64 by Alexandre Ganea · 6 months ago
  63. 0ca6015 [lld][MachO] Prevent doubled N_SO when comp_dir and name absolute (#71608) by Daniel Thornburgh · 6 months ago
  64. f0944c2 [ELF] Fix assertion in cdsort (#71708) by spupyrev · 6 months ago
  65. 58659dd [LLD][COFF] Support /DEPENDENTLOADFLAG[:flags] (#71537) by Aleksei Nurmukhametov · 6 months ago
  66. d18d8d7 Reapply: [lld] Restore "REQUIRES: amdgpu" in amdgpu-abi-version by pvanhout · 7 months ago
  67. 7b675b2 Reland: [AMDGPU] Remove Code Object V3 (#67118) by Pierre van Houtryve · 7 months ago
  68. 15dd967 [LLD] [COFF] Fix deducing the machine type from LTO objects for ARM/Thumb (#71335) by Martin Storsjö · 6 months ago
  69. 8c8cdd0 [LLD] [COFF] Error out if new LTO objects are pulled in after the main LTO compilation (#71337) by Martin Storsjö · 6 months ago
  70. 924bc23 [LLD] [COFF] Mark the symbol _tls_used as a GC root (#71336) by Martin Storsjö · 6 months ago
  71. f439463 [ELF] Set `file` for synthesized _binary_ symbols by Fangrui Song · 6 months ago
  72. 67b39eb [LLD] [COFF] Handle undefined weak symbols in LTO (#70430) by Martin Storsjö · 6 months ago
  73. 288cb1f [ELF] Improve .o preempting DSO tests by Fangrui Song · 6 months ago
  74. a1d3ca1 [LLD] [COFF] Handle manually defined __imp_ pointers in LTO (#70777) by Martin Storsjö · 6 months ago
  75. d9b8c44 [ELF][test] Improve symver-non-default.s to test foo and foo@v1 combining for executable linking by Fangrui Song · 6 months ago
  76. 6db3b35 [ELF] Refactor --version-script tests by Fangrui Song · 6 months ago
  77. 15aa93e [ELF][test] Improve internalize-exportdyn.ll by Fangrui Song · 6 months ago
  78. 9ff62b7 Reapply [ELF] Making cdsort default for function reordering (#68638) by spupyrev · 7 months ago
  79. 989aa34 [ELF] Improve undefined symbol message w/ DW_TAG_variable of the enclosing symbol but w/o line number information (#70854) by Fangrui Song · 6 months ago
  80. f530c43 [ELF] Add getEnclosingSymbol for code sharing. NFC by Fangrui Song · 6 months ago
  81. 62c629a [ELF] Enhance --no-allow-shlib-undefined to report non-exported definition (#70769) by Fangrui Song · 6 months ago
  82. 26360ab [ELF] Improve --no-allow-shlib-undefined tests by Fangrui Song · 6 months ago
  83. 179ab62 [lld][WebAssembly] Add --keep-section flag by Sam Clegg · 1 year ago
  84. 7388e2e [ELF] Define NOMINMAX to fix zlib.h caused build failure on Windows (#70368) by Yaxun (Sam) Liu · 6 months ago
  85. 4393688 [lld] Align EC code region boundaries. (#69100) by Jacek Caban · 6 months ago
  86. f3d3b4d [ELF] adjustOutputSections: don't copy SHF_EXECINSTR when an output does not contain input sections (#70911) by Fangrui Song · 7 months ago
  87. c453e54 [lld][NCF] Add missing llvm-mc invocation to arm64ec-codemap.test. (#70956) by Jacek Caban · 7 months ago
  88. 0819fb3 [ELF][test] Improve flag propagation when an output section does not contain input sections by Fangrui Song · 7 months ago
  89. f5607bd [lld] Sort data chunks before code chunks on ARM64EC. (#70722) by Jacek Caban · 7 months ago
  90. 53cfedc [lld] Implement getOutputCharacteristics for non-section code thunks. (#70721) by Jacek Caban · 7 months ago
  91. 18848ee [LLD] [COFF] Recognize Itanium vtables for ICF (#70196) by Martin Storsjö · 7 months ago
  92. b0d9bfc [Support] Better error msg when cache dir can't be created. (#69575) by Tobias Hieta · 7 months ago
  93. 75c9ce9 [LLD] [MinGW] Hook up --icf=safe to -opt:safeicf (#70037) by Martin Storsjö · 7 months ago
  94. 77098e2 [LowerGlobalDtors] Skip __cxa_atexit call completely when arg0 is unused (#68758) by Sam Clegg · 7 months ago
  95. 4b6dfa2 Reland [LLD] [COFF] Don't try to detect MSVC installations in mingw mode by Martin Storsjö · 1 year, 3 months ago
  96. f7ddb48 [LLD] [COFF] Add a separate option for allowing duplicate weak symbols (#68077) by Martin Storsjö · 7 months ago
  97. 344623b [lld][NFC] Remove unnecessary else statements. (#69451) by Jacek Caban · 7 months ago
  98. 577046f [ELF][test] Demonstrate --no-allow-shlib-undefined behavior with a hidden relocatable object file definition by Fangrui Song · 7 months ago
  99. 4c35a28 [ELF][test] --emit-relocs: test ALLOC sections discarded by --gc-sections and referenced by non-ALLOC by Fangrui Song · 7 months ago
  100. 74cadfe [ELF] Merge copyLocalSymbols and demoteLocalSymbolsInDiscardedSections (#69425) by Fangrui Song · 7 months ago