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. d687b1d Reject .so files if -static is given. by Rui Ueyama · 6 years ago
  9. 59da388 [ELF] Place .note in the first page to ensure they are available in core files by Fangrui Song · 6 years ago
  10. e44eca8 [PPC64] Support got-based relocations. by Sean Fertile · 6 years ago
  11. c64cec8 ELF: AArch64: Fix errata patch address calculation. by Peter Collingbourne · 6 years ago
  12. 8323655 [ELF][ARM] Add support for architecture v6m thunks by Peter Smith · 6 years ago
  13. 3e4aa4e ELF: Handle R_ARM_V4BX correctly in PIC output files. by Peter Collingbourne · 6 years ago
  14. 6712269 Add --plugin-opt=emit-llvm option. by Rui Ueyama · 6 years ago
  15. f888911 [ELF][AArch64] Fix adrp to undefined weak reference. by Peter Smith · 6 years ago
  16. 2e03185 [LLD][ELF] - Support discarding the .dynamic section. by George Rimar · 6 years ago
  17. db0c3b8 [ELF] - Allow discarding .dynsym from the linker script. by George Rimar · 6 years ago
  18. b0746ff [LLD][ELF] - Support discarding .dynstr section. by George Rimar · 6 years ago
  19. e4b412b [test] Fix reproduce-blackslash.s test with NetBSD tar by Michal Gorny · 6 years ago
  20. 0b7419e [test] Mark atime-based tests unsupported on NetBSD by Michal Gorny · 6 years ago
  21. dc61598 [ELF] - (-Map file) Implement printing of LMA for assignments outside of section declarations. by George Rimar · 6 years ago
  22. d37358d [LLD][ELF] - Linker script: accept using a file name without a list of sections. by George Rimar · 6 years ago
  23. e3e5e9c ELF: allow non allocated sections to go into allocated sections by Rui Ueyama · 6 years ago
  24. 3e5effd [ELF] Allow discarding of .rela.plt by Martell Malone · 6 years ago
  25. fd955ea [PPC][PPC64] PPC_REL14 and PPC64_REL14 relocations by Martell Malone · 6 years ago
  26. bf9dbed Show a proper error message if output file is too large. by Rui Ueyama · 6 years ago
  27. f5a67d0 [LLD][ELF] - Improve the DWARF v5 suport for building .gdb_index. by George Rimar · 6 years ago
  28. 6c350c0 [LLD][ELF] Error if _GLOBAL_OFFSET_TABLE_ is defined in input objects by Peter Smith · 6 years ago
  29. ccadc6f [ELF] --gdb-index: use lower_bound to compute relative CU index in the object file by Fangrui Song · 6 years ago
  30. 9b9d153 [ELF][MIPS] Handle mips in the OUTPUT_FORMAT directive by Simon Atanasyan · 6 years ago
  31. bb0013d [ELF] Use more specific method to calculate DT_PLTRELSZ by Peter Smith · 6 years ago
  32. f760ee6 [ELF] - Fix R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12 handling against IFUNC symbols. by George Rimar · 6 years ago
  33. b38dbca [AArch64] Cortex-a53-843419 erratum should not apply to relaxed TLS. by Peter Smith · 6 years ago
  34. 2c52e16 [ELF] - Implement -z nodefaultlib by George Rimar · 6 years ago
  35. cbc01bb [LLD][ELF] - Added a test for "-image-base: number expected" message. NFC. by George Rimar · 6 years ago
  36. 26046f9 [LLD][ELF] - Add a test for "unbalanced --push-state/--pop-state" error. by George Rimar · 6 years ago
  37. 7f2abc7 [LLD][ELF] - Add a check for --split-stack-adjust-size error message. NFCI. by George Rimar · 6 years ago
  38. b4f0e6b [LLD][ELF] - Do not crash when parsing the -defsym option from a error state. by George Rimar · 6 years ago
  39. 7c6fbb0 [ELF] - Added test case for invalid relocation target errors. NFCI. by George Rimar · 6 years ago
  40. ef7a313 [LLD][ELF] - Add a test for non-null terminated mergeable strings section. NFCI. by George Rimar · 6 years ago
  41. 833d8cf [ELF] Write IPLT header in -static -z retpolineplt mode by Fangrui Song · 6 years ago
  42. 3ad31c5 [ARM] Change REQUIRES: ARM to Requires: arm by Peter Smith · 6 years ago
  43. 256035a [ELF] Allow --noinhibit-exec to produce corrupted executable with relocation overflow by Fangrui Song · 6 years ago
  44. 467fe21 Support ARM_V4BX relocation by Fangrui Song · 6 years ago
  45. fc44b31 [ELF][MIPS] Use MIPS R6 `sigrie` as a trap instruction by Simon Atanasyan · 6 years ago
  46. 45d5724 [PPC64] Long branch thunks. by Sean Fertile · 6 years ago
  47. bf9f447 [NFC] Change address __tls_getaddr is defined at so it does not need a thunk. by Sean Fertile · 6 years ago
  48. 25dbe26 [AArch64] Fix resolution of R_PLT_PAGE RelExpr by Peter Smith · 6 years ago
  49. a125cc2 Fix r346747 and r346796 by Diana Picus · 6 years ago
  50. 39418da [ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixed by Fangrui Song · 6 years ago
  51. 1cdaf2d [ELF] .gdb_index: fix CuOff when a .debug_info section contains more than 1 DW_TAG_compile_unit by Fangrui Song · 6 years ago
  52. 2bb5390 [ELF] Fix relocation-common.s after rL346610 by Fangrui Song · 6 years ago
  53. 39c1b8e [ELF] Fix objdump tests after rL346610 by Fangrui Song · 6 years ago
  54. b5c8b3f [lld][test] Update tests using objdump by Kristina Brooks · 6 years ago
  55. 958ebe9 [lld][NFC] Use explicit --symbols instead of -t in tests using llvm-readelf. by Jordan Rupprecht · 6 years ago
  56. d22f39e [lld][NFC] Update tests to use -S instead of -s when using llvm-readelf. by Jordan Rupprecht · 6 years ago
  57. eaa12bb Handle OUTPUT_FORMAT arguments in quotation marks by Galina Kistanova · 6 years ago
  58. 931f7ef [DWARF] Fix typo, .gnu_index -> .gdb_index by Fangrui Song · 6 years ago
  59. d79aa86 Reland "Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy" by Fangrui Song · 6 years ago
  60. 35f5118 Revert "Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy" by Teresa Johnson · 6 years ago
  61. cab58aa Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy by Teresa Johnson · 6 years ago
  62. 3ec35ba [ELF] Change sh_link of .rel{,a}.plt to make GNU strip happy by Fangrui Song · 6 years ago
  63. bb7d582 [ELF] - Do not crash when -r output uses linker script with `/DISCARD/` by George Rimar · 6 years ago
  64. f00db1e [ELF] Fallback to sh_link=0 if neither .dynsym nor .symtab exists by Fangrui Song · 6 years ago
  65. 7c89849 [PPC64] Handle powerpc64 in OUTPUT_FORMAT. by Sean Fertile · 6 years ago
  66. 6ee2546 AMDGPU: Switch some lld tests to v2 by Konstantin Zhuravlyov · 6 years ago
  67. b003028 [ELF] Add --{,no-}call-graph-profile-sort (enabled by default) by Fangrui Song · 6 years ago
  68. f8436da [ELF] Don't check if symbols in .llvm.call-graph-profile are unorderable by Fangrui Song · 6 years ago
  69. 1182f35 Remove full stops from error messages for consistency. by Rui Ueyama · 6 years ago
  70. 06426b8 Include input section name and output section name in an error message. by Rui Ueyama · 6 years ago
  71. e221307 Remove a global variable that we can live without. by Rui Ueyama · 6 years ago
  72. a46f7f5 Don't mess up RelIplt symbols during relocatable processing by Dimitry Andric · 6 years ago
  73. dac7961 [ELF] Split up emulation.s per backend by Shoaib Meenai · 6 years ago
  74. 20c5abb [ELF] Actually fix test from r344976 by Shoaib Meenai · 6 years ago
  75. be227fe [ELF] Fix test from r344976 by Shoaib Meenai · 6 years ago
  76. 337a633 [ELF] Handle elf32-littlearm in OUTPUT_FORMAT by Shoaib Meenai · 6 years ago
  77. 16f4406 [ELF] Don't warn on two legitimate cases when reading .llvm.call-graph-profile by Fangrui Song · 6 years ago
  78. 98c7ed5 Add OUTPUT_FORMAT linker script directive support. by Rui Ueyama · 6 years ago
  79. 6887246 Fix typo in a test file name. by Rui Ueyama · 6 years ago
  80. 23c11f5 [PPC64] Fix offset checks on rel24 call relocations. by Sean Fertile · 6 years ago
  81. fe11f74 [NewPM] teach -passes= to emit meaningful error messages by Fedor Sergeev · 6 years ago
  82. cf5be82 Reland "[PPC64] Add split - stack support." by Sean Fertile · 6 years ago
  83. fa9dbc4 Revert "[PPC64] Add split - stack support." by Sean Fertile · 6 years ago
  84. fbbbd69 [PPC64] Add split - stack support. by Sean Fertile · 6 years ago
  85. acd2744 [ELF][HEXAGON] Let input determine e_flag. by Sid Manning · 6 years ago
  86. b1de5f9 [LLD][ELF] - Check options before processing the -v/-version options. by George Rimar · 6 years ago
  87. 118e29b [lld] Add more complete support for the INCLUDE command. by Rui Ueyama · 6 years ago
  88. f319188 [ELF] Fix link failure with Android compressed relocation support. by Eli Friedman · 6 years ago
  89. 310aa1d [ELF] - Set sh_info and sh_link for .rela.plt sections. by George Rimar · 6 years ago
  90. b180b51 [ELF] Don't warn on undefined symbols if UnresolvedPolicy::Ignore is used by Fangrui Song · 6 years ago
  91. b8670e4 Fix a broken buildbot. by Rui Ueyama · 6 years ago
  92. 5597f48 Avoid unnecessary buffer allocation and memcpy for compressed sections. by Rui Ueyama · 6 years ago
  93. cae0227 [ELF][HEXAGON] Add R_HEX_GOT_16_X support by Sid Manning · 6 years ago
  94. ba88da8 [llvm-nm] Write "no symbol" output to stderr by Petr Hosek · 6 years ago
  95. cfade5d [ELF][HEXAGON] Add support for GOT relocations. by Sid Manning · 6 years ago
  96. 1e91a95 [ELF] Fix typo. NFC by Shoaib Meenai · 6 years ago
  97. 61fc91a [ELF] Fix crash on invalid undefined local symbols by Shoaib Meenai · 6 years ago
  98. 0fefcf7 [llvm-nm] Update lld tests based on changed llvm-nm output by Jordan Rupprecht · 6 years ago
  99. 0fa1edd [PPC64] Test documenting toc-restore after interposable recursive call. [NFC] by Sean Fertile · 6 years ago
  100. 7d27fa4 [PPC64] Add test documenting toc-restore when linking with -Bsymbolic. [NFC] by Sean Fertile · 6 years ago