1. 796666e Use unique_ptr to manage a TarWriter instance. NFC. by Rui Ueyama · 5 years ago
  2. 8c1933f Fix error message. by Rui Ueyama · 5 years ago
  3. d687b1d Reject .so files if -static is given. by Rui Ueyama · 5 years ago
  4. 59da388 [ELF] Place .note in the first page to ensure they are available in core files by Fangrui Song · 5 years ago
  5. e44eca8 [PPC64] Support got-based relocations. by Sean Fertile · 5 years ago
  6. 257aa41 [COFF] Set the CPU string for LTO like ELF does by Reid Kleckner · 5 years ago
  7. a8285d7 [codeview] Align symbol records to save 441MB during linking clang.pdb by Reid Kleckner · 5 years ago
  8. c64cec8 ELF: AArch64: Fix errata patch address calculation. by Peter Collingbourne · 5 years ago
  9. 8323655 [ELF][ARM] Add support for architecture v6m thunks by Peter Smith · 5 years ago
  10. 3e4aa4e ELF: Handle R_ARM_V4BX correctly in PIC output files. by Peter Collingbourne · 5 years ago
  11. 253ab38 [test] Capture stderr from 'tar --version' call as well by Michal Gorny · 5 years ago
  12. 6712269 Add --plugin-opt=emit-llvm option. by Rui Ueyama · 5 years ago
  13. 9cd756f Correctly handle skewed streams in drop_front() method. by Zachary Turner · 5 years ago
  14. f888911 [ELF][AArch64] Fix adrp to undefined weak reference. by Peter Smith · 5 years ago
  15. 41062ca [WebAssembly] Add "needed" list to dylink section by Sam Clegg · 5 years ago
  16. f5b41cd Update for an llvm-dwarfdump change in output by David Blaikie · 5 years ago
  17. 2e03185 [LLD][ELF] - Support discarding the .dynamic section. by George Rimar · 5 years ago
  18. db0c3b8 [ELF] - Allow discarding .dynsym from the linker script. by George Rimar · 5 years ago
  19. b0746ff [LLD][ELF] - Support discarding .dynstr section. by George Rimar · 5 years ago
  20. 6532a86 [WebAssembly] Add support for the event section by Heejin Ahn · 5 years ago
  21. fa041c4 clang-format LLVM.h (NFC) by Heejin Ahn · 5 years ago
  22. e4b412b [test] Fix reproduce-blackslash.s test with NetBSD tar by Michal Gorny · 5 years ago
  23. 0b7419e [test] Mark atime-based tests unsupported on NetBSD by Michal Gorny · 5 years ago
  24. 7f3fe7b [PDB] Move some code around. NFC. by Zachary Turner · 5 years ago
  25. 835a49c [LLD][ELF] - Use auto. NFC. by George Rimar · 5 years ago
  26. dc61598 [ELF] - (-Map file) Implement printing of LMA for assignments outside of section declarations. by George Rimar · 5 years ago
  27. 30c879a Fixup r348306: Require x86 for test by Diana Picus · 5 years ago
  28. d37358d [LLD][ELF] - Linker script: accept using a file name without a list of sections. by George Rimar · 5 years ago
  29. d75aa49 Do not use a hash table to uniquify mergeable strings. by Rui Ueyama · 5 years ago
  30. 45524b4 [ELF] Simplify getSectionPiece by Fangrui Song · 5 years ago
  31. 7def652 [PDB] Emit S_UDT records in LLD. by Zachary Turner · 5 years ago
  32. f0c8902 Remove unreachable code. by Rui Ueyama · 5 years ago
  33. e3e5e9c ELF: allow non allocated sections to go into allocated sections by Rui Ueyama · 5 years ago
  34. 3e5effd [ELF] Allow discarding of .rela.plt by Martell Malone · 5 years ago
  35. fd955ea [PPC][PPC64] PPC_REL14 and PPC64_REL14 relocations by Martell Malone · 5 years ago
  36. 7b1fee1 [WebAssembly] Don't set a maximum size when importing the table by Sam Clegg · 5 years ago
  37. bf9dbed Show a proper error message if output file is too large. by Rui Ueyama · 5 years ago
  38. e972868 [LLD][ELF] - Remove the excessive condition. NFC. by George Rimar · 5 years ago
  39. f5a67d0 [LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index. by George Rimar · 5 years ago
  40. 596b926 Inline a function template that is used only once. NFC. by Rui Ueyama · 5 years ago
  41. ac0f9ec [PDB] Quote linker arguments containing spaces (mimic MSVC) by Alexandre Ganea · 5 years ago
  42. e28d90a Do not assume .idata is zero-initialized. by Rui Ueyama · 5 years ago
  43. 74aaca8 [WebAssembly] Allow undefined symbols when building shared libraries by Sam Clegg · 5 years ago
  44. 6c350c0 [LLD][ELF] Error if _GLOBAL_OFFSET_TABLE_ is defined in input objects by Peter Smith · 5 years ago
  45. da0ce60 [WebAssembly] Update docs by Sam Clegg · 5 years ago
  46. ccadc6f [ELF] --gdb-index: use lower_bound to compute relative CU index in the object file by Fangrui Song · 5 years ago
  47. 38666fe Simplify Symbol::getPltVA. by Rui Ueyama · 5 years ago
  48. 15d33fb Fix a typo. by Haojian Wu · 5 years ago
  49. b625844 Fix build error. by Haojian Wu · 5 years ago
  50. 9b9d153 [ELF][MIPS] Handle mips in the OUTPUT_FORMAT directive by Simon Atanasyan · 5 years ago
  51. bb0013d [ELF] Use more specific method to calculate DT_PLTRELSZ by Peter Smith · 5 years ago
  52. 16c20f7 [COFF] Remove empty sections before calculating the size of section headers by Martin Storsjo · 5 years ago
  53. 0929b9c [PDB] Add symbol records in bulk by Reid Kleckner · 5 years ago
  54. 6783d54 Remove SaveAndRestore and SmallVectorImpl from lld/Common/LLVM.h. NFC. by Rui Ueyama · 5 years ago
  55. a5795ab Make a member function non-member. NFC. by Rui Ueyama · 5 years ago
  56. f760ee6 [ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12 handling against IFUNC symbols. by George Rimar · 5 years ago
  57. b38dbca [AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS. by Peter Smith · 5 years ago
  58. 2c52e16 [ELF] - Implement -z nodefaultlib by George Rimar · 5 years ago
  59. 69c72b2 [COFF] Generate a codeview build id signature for MinGW even when not creating a PDB by Martin Storsjo · 5 years ago
  60. d731ac3 [COFF] Add exported functions to gfids table for /guard:cf by Reid Kleckner · 5 years ago
  61. 896ee02 [WebAssembly] Remove `using` statements from header files. NFC. by Sam Clegg · 5 years ago
  62. 1495c96 [Common] Threads: use function_ref instead of std::function by Fangrui Song · 5 years ago
  63. ff6e752 ELF: ICF: Include contents of referenced sections in initial partitioning hash. NFCI. by Peter Collingbourne · 5 years ago
  64. 1ca6e43 [COFF] ICF: use parallelForEach{,N} by Fangrui Song · 5 years ago
  65. cbc01bb [LLD][ELF] - Added a test for "-image-base: number expected" message. NFC. by George Rimar · 5 years ago
  66. 26046f9 [LLD][ELF] - Add a test for "unbalanced --push-state/--pop-state" error. by George Rimar · 5 years ago
  67. 7f2abc7 [LLD][ELF] - Add a check for --split-stack-adjust-size error message. NFCI. by George Rimar · 5 years ago
  68. b4f0e6b [LLD][ELF] - Do not crash when parsing the -defsym option from a error state. by George Rimar · 5 years ago
  69. a7209c3 [LLD][ELF] - Remove the excessive safety return. NFC. by George Rimar · 5 years ago
  70. 225a5b4 [LLD][ELF] - Add llvm_unreachable. NFC. by George Rimar · 5 years ago
  71. 7c6fbb0 [ELF] - Added test case for invalid relocation target errors. NFCI. by George Rimar · 5 years ago
  72. ef7a313 [LLD][ELF] - Add a test for non-null terminated mergeable strings section. NFCI. by George Rimar · 5 years ago
  73. fc218dc [LLD][ELF] - Simplify. NFCI. by George Rimar · 5 years ago
  74. 9adeec7 [LLD][ELF] - Fix mistype. NFC. by George Rimar · 5 years ago
  75. 11daa8e [ELF] - Make SymbolTable::addDefined return Defined. by George Rimar · 5 years ago
  76. 29249c5 COFF: ICF: Include contents of referenced sections in initial partitioning hash. NFCI. by Peter Collingbourne · 5 years ago
  77. 833d8cf [ELF] Write IPLT header in -static -z retpolineplt mode by Fangrui Song · 5 years ago
  78. 3ad31c5 [ARM] Change REQUIRES: ARM to Requires: arm by Peter Smith · 5 years ago
  79. 5ac184c [WebAssembly] Delete unused using statements (NFC) by Heejin Ahn · 5 years ago
  80. 7d0f273 [CodeView] RelocPtr points to little endian data. by Zachary Turner · 5 years ago
  81. 256035a [ELF] Allow --noinhibit-exec to produce corrupted executable with relocation overflow by Fangrui Song · 5 years ago
  82. 080c6fe [WebAssembly] Fix inaccurate comments / assertion messages by Heejin Ahn · 5 years ago
  83. ccbe3c4 [WebAssembly] Make starting indices calcaulation simpler (NFC) by Heejin Ahn · 5 years ago
  84. 467fe21 Support ARM_V4BX relocation by Fangrui Song · 5 years ago
  85. fc44b31 [ELF][MIPS] Use MIPS R6 `sigrie` as a trap instruction by Simon Atanasyan · 5 years ago
  86. f90d15c [WebAssembly] Import the stack pointer when building shared libraries by Sam Clegg · 5 years ago
  87. d5b260d [WebAssembly] Refactor config setting and checking. NFC. by Sam Clegg · 5 years ago
  88. 7b103cb [ELF] - Renamed few more AArch64 specific relocation expressions. NFC. by George Rimar · 5 years ago
  89. 94ace75 [ELF] Fix compilation with GCC 5 by Martin Storsjo · 5 years ago
  90. eb90ff6 [WebAssembly] Initial support for shared objects (-shared) by Sam Clegg · 5 years ago
  91. 62ad2e7 [ELF] Make TrapInstr and Filler byte arrays. NFC. by Simon Atanasyan · 5 years ago
  92. 45d5724 [PPC64] Long branch thunks. by Sean Fertile · 5 years ago
  93. bf9f447 [NFC] Change address __tls_getaddr is defined at so it does not need a thunk. by Sean Fertile · 5 years ago
  94. 25dbe26 [AArch64] Fix resolution of R_PLT_PAGE RelExpr by Peter Smith · 5 years ago
  95. d12fedf [COFF] Fix a longstanding typo in a variable name. NFC. by Martin Storsjo · 5 years ago
  96. a125cc2 Fix r346747 and r346796 by Diana Picus · 5 years ago
  97. 87d31f5 [PDB] Simplify symbol handling code, NFC by Reid Kleckner · 5 years ago
  98. 39418da [ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixed by Fangrui Song · 5 years ago
  99. 05bab3f [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to CuIndexAndAttrs by Fangrui Song · 5 years ago
  100. 0a98d88 [COFF] Simplify relocation to discarded section diagnostic code, NFC by Reid Kleckner · 5 years ago