1. 1ce51a5 [ELF] --cref: If -Map is specified, print to the map file by Fangrui Song · 3 years, 6 months ago
  2. 3b4dd68 [ELF][PPC64] Make --power10-stubs/--no-power10-stubs proper aliases for --power10-stubs={auto,no} by Fangrui Song · 3 years, 6 months ago
  3. 38ed1db [ELF] Support non-RAX/non-adjacent R_X86_64_GOTPC32_TLSDESC/R_X86_64_TLSDESC_CALL by Fangrui Song · 3 years, 7 months ago
  4. 0c66025 [NFC] Trim trailing whitespace in *.rst by Shao-Ce SUN · 3 years, 7 months ago
  5. a05384d [ELF] Make --no-relax disable R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX GOT optimization by Fangrui Song · 3 years, 7 months ago
  6. 43bb5f0 [docs] Remove outdated documentation for the legacy Atom-based LLD by Fangrui Song · 3 years, 7 months ago
  7. c71fbdd [NFC] Inclusive language: Remove instances of master in URLs by Quinn Pham · 3 years, 7 months ago
  8. 6e04ec8 [docs] Fix docs-lld-html by Fangrui Song · 3 years, 7 months ago
  9. e39c138 [ELF] Implement TLSDESC for x86-32 by Fangrui Song · 3 years, 7 months ago
  10. a954bb1 [ELF] Add --why-extract= to query why archive members/lazy object files are extracted by Fangrui Song · 3 years, 9 months ago
  11. d001ab8 [ELF] Don't fall back to .text for e_entry by Fangrui Song · 3 years, 9 months ago
  12. 44361e5 [ELF] Add --export-dynamic-symbol-list by Fangrui Song · 3 years, 10 months ago
  13. b06426d [ELF] Add -Bsymbolic-non-weak-functions by Fangrui Song · 3 years, 10 months ago
  14. 08c766a Bump the trunk major version to 14 by Tom Stellard · 3 years, 10 months ago llvmorg-14-init
  15. 758633f [lld][WebAssembly] Add new `--import-undefined` option by Sam Clegg · 4 years ago
  16. 899fdf5 [ELF] Add OVERWRITE_SECTIONS command by Fangrui Song · 4 years ago
  17. 7f0acc4 [docs] ld.lld.1: Mention -z nostart-stop-gc by Fangrui Song · 4 years, 1 month ago
  18. 4adf7a7 [ELF] Add -Bno-symbolic by Fangrui Song · 4 years, 1 month ago
  19. 5dd9f44 [LLD] Improve --strip-all help text by Ben Dunbobbin · 4 years, 1 month ago
  20. a6f4064 [lld][WebAssembly] Add `--export-if-defined` by Sam Clegg · 4 years, 2 months ago
  21. 0db28c0 [ELF][docs] Add line breaks by Yang Fan · 4 years, 3 months ago
  22. 16c30c3 [ELF] Change --shuffle-sections=<seed> to --shuffle-sections=<section-glob>=<seed> by Fangrui Song · 4 years, 3 months ago
  23. 423cb32 [ELF] Special case --shuffle-sections=-1 to reverse input sections by Fangrui Song · 4 years, 3 months ago
  24. 4bbcd63 [ELF] Add -z start-stop-gc to let __start_/__stop_ not retain C identifier name sections by Fangrui Song · 4 years, 3 months ago
  25. eea34aa [ELF] Inspect -EL & -EB for OUTPUT_FORMAT(default, big, little) by Fangrui Song · 4 years, 4 months ago
  26. 5369517 Bump the trunk major version to 13 by Tom Stellard · 4 years, 4 months ago llvmorg-13-init
  27. d24b94f0 [ELF] --wrap: retain __wrap_foo if foo is defined in an object/bitcode file by Fangrui Song · 4 years, 5 months ago
  28. 8f91f38 [LLD] Search archives for symbol defs to override COMMON symbols. by Sean Fertile · 4 years, 6 months ago
  29. 206884b [lld][WebAssembly] Implement --unresolved-symbols by Sam Clegg · 5 years ago
  30. 1e70ec1 [lld] Provide a hook to customize undefined symbols error handling by serge-sans-paille · 4 years, 8 months ago
  31. 3bdeb2a [lld] missing doc entry for error handling script by serge-sans-paille · 4 years, 7 months ago
  32. cfc3226 Provide a hook to customize missing library error handling by serge-sans-paille · 4 years, 8 months ago
  33. 3c45a06 [lld][WebAssembly] Allow exporting of mutable globals by Sam Clegg · 4 years, 10 months ago
  34. f6f3402 [ELF] Add documentation for --warn-backrefs: a GNU ld compatibility checking tool (and lesser of layering detection) by Fangrui Song · 4 years, 9 months ago
  35. 9670029 [ELF] Keep st_type for symbol assignment by Fangrui Song · 4 years, 10 months ago
  36. 7f00938 lld docs config: Use a list key in html_sidebars by Hans Wennborg · 4 years, 10 months ago
  37. 7ab7b97 Bump the trunk major version to 12 by Hans Wennborg · 5 years ago llvmorg-12-init
  38. 4ce56b8 [ELF] Add -z dead-reloc-in-nonalloc=<section_glob>=<value> by Fangrui Song · 5 years ago
  39. 09b81a7 [ELF] Ignore --no-relax for RISC-V by Fangrui Song · 5 years ago
  40. 8ffb209 [ELF] Refine LMA offset propagation rule in D76995 by Fangrui Song · 5 years ago
  41. 751f18e [ELF] Refine --export-dynamic-symbol semantics to be compatible GNU ld 2.35 by Fangrui Song · 5 years ago
  42. ce1fadc [ELF][docs] Update supported targets by Fangrui Song · 5 years ago
  43. 881c5eef [ELF] Add -z rel and -z rela by Fangrui Song · 5 years ago
  44. 85bb9b7 [ELF] Update release notes and man page for LLD time-trace by Russell Gallop · 5 years ago
  45. e20a215 [ELF] Add convenience TableGen classes to enforce two dashes for options not supported by GNU ld by Fangrui Song · 5 years ago
  46. b912b88 [ELF] Add --print-archive-stats= by Fangrui Song · 5 years ago
  47. 2325788 [ELF] Add --warn-backrefs-exclude=<glob> by Fangrui Song · 5 years ago
  48. bb4a36e [ELF] Propagate LMA offset to sections with neither AT() nor AT> by Fangrui Song · 5 years ago
  49. eb4663d [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...} by Fangrui Song · 5 years ago
  50. 9860517 doc: use the right url to bugzilla by Sylvestre Ledru · 5 years ago
  51. 72fd103 Doc: Links should use https by Sylvestre Ledru · 5 years ago
  52. fbf41b5 [ELF] Simplify sh_addr computation and warn if sh_addr is not a multiple of sh_addralign by Fangrui Song · 5 years ago
  53. 6d5603e [LLD][ELF] Add initial LLD LinkerScript docs page by Peter Smith · 5 years ago
  54. 6e2804c [LLD] Add support for --unique option by David Bozier · 5 years ago
  55. ff9bc0c fix typo by Nico Weber · 5 years ago
  56. 06f1a5c [lld][WebAssembly] Allow symbols with explict import names to be undefined at link time. by Sam Clegg · 5 years ago
  57. d48d339 [lld][ELF] Add --shuffle-sections=seed to shuffle input sections by Rafael Ávila de Espíndola · 5 years ago
  58. 5852475 Bump the trunk major version to 11 by Hans Wennborg · 5 years ago llvmorg-11-init
  59. 7cd429f [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Technology by Fangrui Song · 5 years ago
  60. efabe42 fix a few typos to cycle the bots by Nico Weber · 5 years ago
  61. 7ae3d33 [lld] Fix trivial typos in comments by Kazuaki Ishizaki · 5 years ago
  62. bad8f39 hopefully last doc typo fix to cycle bots by Nico Weber · 5 years ago
  63. 9293da6 fix yet another doc typo to cycle bots by Nico Weber · 5 years ago
  64. 6faf8bd Update the man page by Rui Ueyama · 5 years ago
  65. 881d877 [WebAssembly] Add new `export_name` clang attribute for controlling wasm export names by Sam Clegg · 6 years ago
  66. 5a3a9e9 [ELF][AArch64] Rename --force-bti to -z force-bti and --pac-plt to -z pac-plt by Fangrui Song · 5 years ago
  67. 2a0fcae [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACK by Michał Górny · 6 years ago
  68. 9a5ad9b Update release notes by Rui Ueyama · 6 years ago
  69. 6785824 Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory. by Rui Ueyama · 6 years ago
  70. 0264950 [ELF] Add -z separate-loadable-segments to complement separate-code and noseparate-code by Fangrui Song · 6 years ago
  71. d48ea5d lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars. by Nico Weber · 6 years ago
  72. 3c44d59 lld-link: Make /linkrepro: take a filename, not a directory. by Nico Weber · 6 years ago
  73. 5289bbe ld.lld.1: explain long options may use one or two dashes by Ed Maste · 6 years ago
  74. 174e083 ld.lld.1: stylistic changes suggested by igor by Ed Maste · 6 years ago
  75. 7cb9c8a [WebAssembly] Implement NO_STRIP by Dan Gohman · 6 years ago
  76. 7d6aa7e [ELF] Mention contents of reproduce archive and add help description. by Peter Smith · 6 years ago
  77. 72d1089 Explain --reproduce option by Rui Ueyama · 6 years ago
  78. 6ef01c3 Add a description about multiple linker scripts by Rui Ueyama · 6 years ago
  79. 8f5b44a Bump the trunk version to 10.0.0svn by Hans Wennborg · 6 years ago llvmorg-10-init
  80. 43f4b037 Add --undefined-glob which is an --undefined with wildcard pattern match by Rui Ueyama · 6 years ago
  81. 8cfb14f docs: Update partitioning docs now that the feature is fully landed. by Peter Collingbourne · 6 years ago
  82. e208208 [ELF][AArch64] Support for BTI and PAC by Peter Smith · 6 years ago
  83. 471f118 Add --sort-common to the man page. by Rui Ueyama · 6 years ago
  84. d45eaf9 [Docs] Modernize references to macOS by J. Ryan Stinnett · 6 years ago
  85. 31fda09 Add IR support, ELF section and user documentation for partitioning feature. by Peter Collingbourne · 6 years ago
  86. 833c5abb Add release note entries for recent typo correction changes by Nico Weber · 6 years ago
  87. b372259 [docs] Fix troff macro (.F1 -> .Fl) in ld.lld.1 by Fangrui Song · 6 years ago
  88. e041d15 [LLD][ELF] Add the -z ifunc-noplt option by Fangrui Song · 6 years ago
  89. 4e21c77 [ELF] Full support for -n (--nmagic) and -N (--omagic) via common page by Peter Smith · 6 years ago
  90. 81862f8 lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal by Nico Weber · 6 years ago
  91. 99bad37 Add more lld release notes by Nico Weber · 6 years ago
  92. aec5dcc Add some lld-link 9.0 release notes by Nico Weber · 6 years ago
  93. f7f00eb [docs] Copy-edit lld/docs/WebAssembly.rst by Sam Clegg · 6 years ago
  94. cdf126e [COFF] Link crtend.o as the last object file by Martin Storsjo · 6 years ago
  95. 136a6a6 Fix two sphinx warnings by Hans Wennborg · 6 years ago
  96. dd42236 Reland "[Remarks] Add -foptimization-record-passes to filter remark emission" by Francis Visoiu Mistrih · 6 years ago
  97. 1d6c47a Revert "[Remarks] Add -foptimization-record-passes to filter remark emission" by Francis Visoiu Mistrih · 6 years ago
  98. 20fff32 [Remarks] Add -foptimization-record-passes to filter remark emission by Francis Visoiu Mistrih · 6 years ago
  99. 7507208 [ELF] Explain some options in ld.lld.1 by Fangrui Song · 6 years ago
  100. 5945ad5 Split a long line to avoid annoying horizontal scrolling on a browser. by Rui Ueyama · 6 years ago