1. e174d5e [COFF] Set proper pointer size alignment for LocalImportChunk by Martin Storsjo · 6 years ago
  2. 310aa1d [ELF] - Set sh_info and sh_link for .rela.plt sections. by George Rimar · 6 years ago
  3. 6112650 Eliminate dependency to formatv(). NFC. by Fangrui Song · 6 years ago
  4. f36bc52 Make a member function private and rename it to avoid function overloading. by Rui Ueyama · 6 years ago
  5. b180b51 [ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ignore is used by Fangrui Song · 6 years ago
  6. 2b1cc10 Eliminate dependency to formatv(). NFC. by Rui Ueyama · 6 years ago
  7. 7ca8107 [COFF] Look for libfoo.a if foo.lib is specified, for MinGW by Martin Storsjo · 6 years ago
  8. 05e0f69 [MinGW] Pass libpath to the COFF linker by Martin Storsjo · 6 years ago
  9. 7628058 Adapt OptTable::PrintHelp change in D51009 by Fangrui Song · 6 years ago
  10. 5ba94b0 Merge two overloaded functions into one function. NFC. by Rui Ueyama · 6 years ago
  11. b26bc49 Return early. NFC. by Rui Ueyama · 6 years ago
  12. 5d8a50d Attempt to fix ubsan. by Rui Ueyama · 6 years ago
  13. caf1f08 Calculate an offset only once. NFC. by Rui Ueyama · 6 years ago
  14. 1d5f2f4 Remove redundant `Symtab->`. by Rui Ueyama · 6 years ago
  15. 60159a7 Simplify. NFC. by Rui Ueyama · 6 years ago
  16. c64d64c Remove a use of template to make code less abstracted. by Rui Ueyama · 6 years ago
  17. 975bd6f Fix lld test. by Zachary Turner · 6 years ago
  18. a843b7a lld-link: attempt to fix tests on Windows after r344061. by Nico Weber · 6 years ago
  19. 3c32187 Add an entry to the release notes. by Rui Ueyama · 6 years ago
  20. 29015e5 lld-link: Use /pdbsourcepath: for more places when present. by Nico Weber · 6 years ago
  21. c93dcf0 lld-link: Implement support for %_PDB% and %_EXT% for /pdbaltpath:. by Nico Weber · 6 years ago
  22. b8670e4 Fix a broken buildbot. by Rui Ueyama · 6 years ago
  23. 5597f48 Avoid unnecessary buffer allocation and memcpy for compressed sections. by Rui Ueyama · 6 years ago
  24. cae0227 [ELF][HEXAGON] Add R_HEX_GOT_16_X support by Sid Manning · 6 years ago
  25. ba88da8 [llvm-nm] Write "no symbol" output to stderr by Petr Hosek · 6 years ago
  26. ac9b2d9 [COFF] Do MinGW specific entry/subsystem inference by Martin Storsjo · 6 years ago
  27. fe7c54f [docs] Mention some notable feature in the release notes by Martin Storsjo · 6 years ago
  28. 304e994 [COFF] Cope with GCC produced weak aliases referring to comdat functions by Martin Storsjo · 6 years ago
  29. 1b68a4c [LLD][COFF] Fix ordering of CRT global initializers in COMDAT sections by Alexandre Ganea · 6 years ago
  30. d0c1d02 ReleaseNotes: remove superfluous 's' in 'can promotes' by Ed Maste · 6 years ago
  31. cfade5d [ELF][HEXAGON] Add support for GOT relocations. by Sid Manning · 6 years ago
  32. 79ac76f [ELF] - Simplify. NFCI. by George Rimar · 6 years ago
  33. 773979a Use std::make_pair rather than brace initialization. by Matt Morehouse · 6 years ago
  34. 1e91a95 [ELF] Fix typo. NFC by Shoaib Meenai · 6 years ago
  35. 61fc91a [ELF] Fix crash on invalid undefined local symbols by Shoaib Meenai · 6 years ago
  36. 0fefcf7 [llvm-nm] Update lld tests based on changed llvm-nm output by Jordan Rupprecht · 6 years ago
  37. 93a9925 [WebAssembly] Refactor use of signatures by Derek Schuff · 6 years ago
  38. b65a4ea Minor refacotring of Relocations.cpp. NFC. by Rui Ueyama · 6 years ago
  39. 0fa1edd [PPC64] Test documenting toc-restore after interposable recursive call. [NFC] by Sean Fertile · 6 years ago
  40. 7d27fa4 [PPC64] Add test documenting toc-restore when linking with -Bsymbolic. [NFC] by Sean Fertile · 6 years ago
  41. 32c5e04 [COFF] Cope with weak aliases produced by GNU tools by Martin Storsjo · 6 years ago
  42. 8059e7e lld-link: Several tweaks to default entry point selection. by Nico Weber · 6 years ago
  43. a6ad00e [ELF] - Fix BB after r343668 by George Rimar · 6 years ago
  44. 05f406d [ELF] - Do not forget to include to .dymsym symbols that were converted to Defined. by George Rimar · 6 years ago
  45. 5edeb58 [LLD] - Do not crash when reporting errors when .debug_line_str (DWARF5) is used by George Rimar · 6 years ago
  46. 1513e50 Introduce a flag to warn when ifunc symbols are used with text relocations. by Ali Tamur · 6 years ago
  47. 9a8c0e5 [NFC][BUG-FIX][ARM] Add missing data symbol by Diogo N. Sampaio · 6 years ago
  48. 0aae449 [ELF] Read the call graph profile from object files. by Michael J. Spencer · 6 years ago
  49. df3e305 [ELF] [HEXAGON] Add support for PLT_B22_PCREL and HEX_32_PCREL by Sid Manning · 6 years ago
  50. 688fc8b Add an explanation about cross linking. by Rui Ueyama · 6 years ago
  51. ad7b83a Fix typo in LLD man page by James Henderson · 6 years ago
  52. b4d2409 [COFF] In MinGW mode, ignore relocations against a discarded section by Martin Storsjo · 6 years ago
  53. 26a604b [LLD][COFF] Fix pdb loading when the path points to a removable device by Alexandre Ganea · 6 years ago
  54. 33e1812 [WebAssembly] Preserve function signatures during LTO by Sam Clegg · 6 years ago
  55. b455929 [ELF][HEXAGON] Add support for dynamic libraries by Sid Manning · 6 years ago
  56. bf5a2d8 [WebAssembly] Add --[no]-export-dynamic to replace --export-default by Sam Clegg · 6 years ago
  57. 70c14b1 [COFF] Add missing Requires x86 to fix buildbot by Peter Smith · 6 years ago
  58. 32922be [WebAssembly] Update Config member to match command line option by Sam Clegg · 6 years ago
  59. 035fd35 Revert "[WebAssembly] Update docs" by Sam Clegg · 6 years ago
  60. 9b0c454 [WebAssembly] Update docs by Sam Clegg · 6 years ago
  61. d648dbf [ELF] llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 6 years ago
  62. cdc53af Allow later -z name=<int> args to override earlier args by Ryan Prichard · 6 years ago
  63. 252781d [AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12 by Ryan Prichard · 6 years ago
  64. ec6cfef [ELF][test] Use llvm-readelf's short option -r instead of -relocations and remove ignored --wide by Fangrui Song · 6 years ago
  65. 43510f9 [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info. by George Rimar · 6 years ago
  66. e8e5fe8 [COFF] Don't do autoexport of symbols from GNU import libraries by Martin Storsjo · 6 years ago
  67. 455ddd7 [COFF] Allow automatic dllimport from gnu import libraries by Martin Storsjo · 6 years ago
  68. 10b5be4 [WebAssembly] Add --export-default/--no-export-default options by Sam Clegg · 6 years ago
  69. e487484 Update a --help message and add -execute-only to the man page. by Rui Ueyama · 6 years ago
  70. 21f9d85 De-template VersionDefinitionSection. NFC. by Rui Ueyama · 6 years ago
  71. 7a3f8e5 Reset input section pointers to null on each linker invocation. by Rui Ueyama · 6 years ago
  72. 3da143c Fix an error message. It must start with a lowercase letter. by Rui Ueyama · 6 years ago
  73. bc9e188 Parallelize .gdb_index string table writes. by Rui Ueyama · 6 years ago
  74. 2713906 [COFF] Add support for creating range extension thunks for ARM by Martin Storsjo · 6 years ago
  75. d2a2d18 [ELF] - Add -z global option to manual. by George Rimar · 6 years ago
  76. e059d08 [WebAssembly] Move .debug_line section address of dead function outside section range by Yury Delendik · 6 years ago
  77. 762d7b4 [lld-link] Generalize handling of /debug and /debug:{none,full,fastlink,ghash,symtab} by Will Wilson · 6 years ago
  78. f100fab Correct RISC-V link in release notes by Ed Maste · 6 years ago
  79. fe9f98f [COFF] Support linking to import libraries from GNU binutils by Martin Storsjo · 6 years ago
  80. 1d58e6b Update release notes. by Rui Ueyama · 6 years ago
  81. 6a22670 Update release notes. by Rui Ueyama · 6 years ago
  82. 6cf4cff Align AArch64 and i386 image base to superpage by Dimitry Andric · 6 years ago
  83. c7e7fed [ELF] Use the Repl point to avoid the segfault when using ICF by Petr Hosek · 6 years ago
  84. a2c30e5 Make a member function non-member. NFC. by Rui Ueyama · 6 years ago
  85. f40ef2f [WebAssembly] Add v128 value type by Thomas Lively · 6 years ago
  86. ef16418 Rename a function. NFC. by Rui Ueyama · 6 years ago
  87. e79d80c Make variable names shorter. NFC. by Rui Ueyama · 6 years ago
  88. aac159b Simplify. NFC. by Rui Ueyama · 6 years ago
  89. 0a61919 Add paretntheses around a C macro parameter. by Rui Ueyama · 6 years ago
  90. 4051b97 [ELF][HEXAGON] Set DefaultMaxPageSize to 64K by Sid Manning · 6 years ago
  91. 610aab1 Fix one more test failure. by Zachary Turner · 6 years ago
  92. 89b2d97 [PPC64] Handle ppc64le triple in getBitcodeMachineKind. by Sean Fertile · 6 years ago
  93. a762c6a [PPC64] Helper for offset from a function's global entry to local entry. [NFC] by Sean Fertile · 6 years ago
  94. 8dfec7c [PPC64] Optimize redundant instructions in global access sequences. by Sean Fertile · 6 years ago
  95. 9b7710b [COFF] Fix the name mangling of a function in the autoexport exclusion list by Martin Storsjo · 6 years ago
  96. 93e3f19 [COFF] Add support for delay loading DLLs for ARM64 by Martin Storsjo · 6 years ago
  97. 4c25fcc [COFF] Fix a block with incorrect indentation. NFC. by Martin Storsjo · 6 years ago
  98. 618398d [ELF] Set Out::TlsPhdr earlier for encoding packed reloc tables by Ryan Prichard · 6 years ago
  99. 8dea371 [PPC64] Support relaxing R_PPC64_TLSGD16 in TlsGdtoLe relaxation. by Sean Fertile · 6 years ago
  100. 7a69897 [PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC] by Sean Fertile · 6 years ago