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