1. 9d8178f [PPC64] Define getThunkSectionSpacing() based on the range of R_PPC64_REL24 by Fangrui Song · 5 years ago
  2. 76cd633 [WebAssembly] Don't assume that strongly defined symbols are DSO-local by Sam Clegg · 5 years ago
  3. b65e1cf [COFF] Simplify Chunk::writeTo and remove OutputSectionOff, NFC by Reid Kleckner · 5 years ago
  4. aa6985c Revert "[WebAssembly] Don't generate unused table entries." by Sam Clegg · 5 years ago
  5. ac165f3 [LLD][NFC] Refactor: BuildID hash size now computed in one place. by Ben Dunbobbin · 5 years ago
  6. 3ddb6d4 [ELF] Initialize Target before it may be dereferenced by findAux when reporting "duplicate symbol" error by Fangrui Song · 5 years ago
  7. fceb657 [lld-link] initialize targets and asmparsers before invoking lib by Bob Haarman · 5 years ago
  8. 2fceb6f [WebAssembly] Handle command line options consistently with the ELF backend. by Sam Clegg · 5 years ago
  9. e08ee0e [COFF] Store Chunk RVAs and section offsets as uint32_t by Reid Kleckner · 5 years ago
  10. 3817929 [mips] Fix ld instruction in PLT entries on MIPS64 by Simon Atanasyan · 5 years ago
  11. 868016a [mips] Rename test case. NFC by Simon Atanasyan · 5 years ago
  12. bed1571 [WebAssembly] Don't generate unused table entries. by Sam Clegg · 5 years ago
  13. 4c49020 lld-link: Allow /? as option prefix, like -? is allowed by Nico Weber · 5 years ago
  14. b6ddf35 Add typo correction for command-line flags to ELF and COFF lld drivers by Nico Weber · 5 years ago
  15. 148093e [LLD][ELF] - Remove symbol-name-offset.elf binary from test cases. by George Rimar · 5 years ago
  16. e0834ae [ELF] Reorder BitcodeFiles.empty() to call thinLTOCreateEmptyIndexFiles() in only one place by Fangrui Song · 5 years ago
  17. 40fecdb [PPC64] toc-indirect to toc-relative relaxation by Fangrui Song · 5 years ago
  18. 7f93e61 [WebAssembly] Add more test coverage for reloctions against section symbols by Sam Clegg · 5 years ago
  19. 8592ddb [AMDGPU][test] Define local symbols used in amdgpu-relocs.s by Fangrui Song · 5 years ago
  20. f572b33 [lld] A better version of the fix in r359942. by Alexander Kornienko · 5 years ago
  21. 485a18f [lld] Specify output file explicitly by Alexander Kornienko · 5 years ago
  22. fa3678e Shrink SectionChunk by combining Relocs and SectionName sizes by Reid Kleckner · 5 years ago
  23. 6e37ca8 [ELF] Place SHT_NOTE sections with the same alignment into one PT_NOTE by Fangrui Song · 5 years ago
  24. d592bd5 lld-link: Add /force:multipleres extension to make dupe resource diag non-fatal by Nico Weber · 5 years ago
  25. 5f1d93d [ELF] --plugin-opt=thinlto-index-only: create empty index files even if all bitcode files are lazy by Fangrui Song · 5 years ago
  26. c62db0a [Object] Change getSectionName() to return Expected<StringRef> by Fangrui Song · 5 years ago
  27. 92c3a33 [ELF] Delete a cant-write test from test/lto/thinlto-index-only.ll by Fangrui Song · 5 years ago
  28. 7eb5dba lld-link: Make "duplicate resource" error message a bit more concise by Nico Weber · 5 years ago
  29. ae5e549 Delete trailing \r. NFC by Fangrui Song · 5 years ago
  30. 1fa01b5 [LLD] Emit dynamic relocations for references to script symbols in -pie links by Ben Dunbobbin · 5 years ago
  31. 2a3c9f8 [llvm-objdump] Print newlines before and after "Disassembly of section ...:" by Fangrui Song · 5 years ago
  32. 75d07c5 [llvm-readobj] llvm-readobj --elf-output-style=GNU => llvm-readelf by Fangrui Song · 5 years ago
  33. 4603e56 [test] Change llvm-readobj -long-option to --long-option or well-known short options. NFC by Fangrui Song · 5 years ago
  34. 9c3d342 [LLD][ELF] /DISCARD/ output sections should not be orphans by Andrew Ng · 5 years ago
  35. 1e6cb7b [LLD][ELF] Fix getRankProximity to "ignore" not live sections by Andrew Ng · 5 years ago
  36. ef69ac8 Add more lld release notes by Nico Weber · 5 years ago
  37. f43e862 Add some lld-link 9.0 release notes by Nico Weber · 5 years ago
  38. c5e4eca [LLD][ELF] - Do not remove empty sections referenced in LOADADDR/ADDR commands. by George Rimar · 5 years ago
  39. 640666b [ELF] Change std::max<uint64_t> to uint32_t for section alignment by Fangrui Song · 5 years ago
  40. 08ba98b [WebAssembly] Always take into account added when applying runtime relocations by Sam Clegg · 5 years ago
  41. c6423ae [LLD][ELF] - Convert symbol-index.s testcase to a YAML test case. NFCI. by George Rimar · 5 years ago
  42. d1cb09a [LLD][ELF] - Move the test to a correct folder, remove excessive input. NFCI. by George Rimar · 5 years ago
  43. b0564fb lld-link: Implement /swaprun: flag by Nico Weber · 5 years ago
  44. 7d571c2 llvm-cvtres: Make new dupe resource error a bit friendlier by Nico Weber · 5 years ago
  45. 23deaf8 [COFF] Don't emit .gfids sections when CFG is off by Reid Kleckner · 5 years ago
  46. f3913e9 [docs] Copy-edit lld/docs/WebAssembly.rst by Sam Clegg · 5 years ago
  47. f2c76e0 [ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131 by Fangrui Song · 5 years ago
  48. 2590c4c [PPC64] Consider localentry offset when computing branch distance by Fangrui Song · 5 years ago
  49. b11ad41 [LLD][ELF] - Remove binding.elf binary from test case. NFCI. by George Rimar · 5 years ago
  50. 8d3e290 [LLD][ELD] - Remove excessive lines from test. NFC. by George Rimar · 5 years ago
  51. 25020ed [ELF] Fix a gcc -Wextra warning by Fangrui Song · 5 years ago
  52. c09c3a6 [WebAssembly] Fix typo in relocation checking by Sam Clegg · 5 years ago
  53. fb8db98 [LLD][ELF] - Remove dynamic-section-sh_size.elf binary, convert test to yaml. NFCI. by George Rimar · 5 years ago
  54. 0867a48 [LLD][ELF] - Remove file-class.a binary from inputs and improve the test case. by George Rimar · 5 years ago
  55. a144a6d [ELF] Change default output section type to SHT_PROGBITS by Andrew Ng · 5 years ago
  56. e11db1a [LLD][COFF] Fix /linkrepro with output options that take a filename or path by Alexandre Ganea · 5 years ago
  57. a54e045 [ELF] Change findOrphanPos to only consider live sections by Andrew Ng · 5 years ago
  58. 3a00ae5 [PPC][PPC64] Improve some llvm-objdump -d -D tests by Fangrui Song · 5 years ago
  59. 3a8c411 [LLD][ELF] - Fix mips-invalid-options-descriptor.s test case and convert to YAML. by George Rimar · 5 years ago
  60. b16f62d [LLD][ELF] - Remove multiple-eh-relocs.elf binary from the inputs. NFCI. by George Rimar · 5 years ago
  61. 6b0e3e7 [LLD][ELF] - Update test case after llvm-mc change. by George Rimar · 5 years ago
  62. 08ab7d1 [PPC64] Allow R_PPC64_DTPREL* to preemptable local-dynamic symbols by Fangrui Song · 5 years ago
  63. c1fb7b1 Use llvm::stable_sort by Fangrui Song · 5 years ago
  64. 9710d8a [WebAssembly] Error on relocations against undefined data symbols. by Sam Clegg · 5 years ago
  65. 06531bf [LLD][ELF] - Remove a binary from the inputs. NFCI. by George Rimar · 5 years ago
  66. 5300974 [LLD][ELF] - Do not forget to use ch_addralign field after decompressing the sections. by George Rimar · 5 years ago
  67. 0534e30 [LLD][ELF] - Handle quoted strings in the linker scripts correctly. by George Rimar · 5 years ago
  68. 381971e [WebAssembly] Fix R_WASM_FUNCTION_OFFSET_I32 relocation warnings by Sam Clegg · 5 years ago
  69. 145ce14 [ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} to preemptable local-dynamic symbols by Fangrui Song · 5 years ago
  70. 5b6e187 [ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLT by Fangrui Song · 5 years ago
  71. 09098e0 [LLD][ELF] - Fix mistype. NFC. by George Rimar · 5 years ago
  72. ed41ffb [WebAssembly] Emit the DataCount section when bulk memory is enabled by Thomas Lively · 5 years ago
  73. dff43a6 [COFF] Pack Name in Symbol as is done in ELF by Reid Kleckner · 5 years ago
  74. 300fdf7 [MinGW] Add an --appcontainer flag, passed through to lld-link by Martin Storsjo · 5 years ago
  75. b3a54b8 [llvm] Prevent duplicate files in debug line header in dwarf 5: another attempt by Ali Tamur · 5 years ago
  76. f80a1d7 [wasm] Simplify. NFC by Fangrui Song · 5 years ago
  77. 4792aaf [LLD][ELF] - Convert out-of-order-section-in-region.s to *.test. NFCI. by George Rimar · 5 years ago
  78. 919733c [LLD][ELF] - A fix for "linker script assignment loses relative nature of section" bug. by George Rimar · 5 years ago
  79. fcf3786 [ELF] Respect NonAlloc when copying flags from the previous sections by Fangrui Song · 5 years ago
  80. 121cc53 [LLD][ELF] - Fix the different behavior of the linker script symbols on different platforms. by George Rimar · 5 years ago
  81. 77f4827 [ELF] Place SectionPiece::{Live,Hash} bit fields together by Fangrui Song · 5 years ago
  82. 74be102 lld: elf: Fix sections with explict addresses in regions by Rui Ueyama · 5 years ago
  83. 68b1ff9 [ELF] Use llvm::bsearch. NFC by Fangrui Song · 5 years ago
  84. a0122d8 Fix a crash bug caused by a nested call of parallelForEach. by Rui Ueyama · 5 years ago
  85. c88a338 lld: Fix initial Mach-O load commands size calculation omitting LC_FUNCTION_STARTS by Rui Ueyama · 5 years ago
  86. b95e17e ELF: Move build id computation to Writer. NFCI. by Peter Collingbourne · 5 years ago
  87. 8a99e0a [MachO] Add -macho to llvm-objdump commands by Fangrui Song · 5 years ago
  88. c2875fa Fix test on Windows that uses a different path separator character. by Douglas Yung · 5 years ago
  89. b396098 [LLD][COFF] use offset in archive to disambiguate archive members by Bob Haarman · 5 years ago
  90. 717f913 [COFF] Link crtend.o as the last object file by Martin Storsjo · 5 years ago
  91. 76735fc [ELF] Fix typo: .symtab_shndxr -> .symtab_shndx by Fangrui Song · 5 years ago
  92. 44220fe Fix two sphinx warnings by Hans Wennborg · 5 years ago
  93. 061795c [WebAssembly] Assign GOT entries symbols used in data relocations by Sam Clegg · 5 years ago
  94. 0a4a6f5 [llvm-readobj] Should declare `ListScope` for `verneed` entries. by Xing GUO · 5 years ago
  95. 0c17952 Discard debuginfo for object files empty after GC by Rui Ueyama · 5 years ago
  96. fca6cb6 Rename a variable and add a comment. by Rui Ueyama · 5 years ago
  97. cb175ef Move tests in r357996 to correct location within monorepo by Chih-Mao Chen · 5 years ago
  98. 1d90ddd [RISCV] Rewrite tests to use llvm-mc/llvm-objdump by Chih-Mao Chen · 5 years ago
  99. 1be1dc8 [RISCV] Fix range check for HI20/LO12/RVC_LUI relocations by Chih-Mao Chen · 5 years ago
  100. 06e535b De-template SymbolTable::addShared. by Rui Ueyama · 5 years ago