1. 4a401e9 Fix linker-defined symbols possibly not being defined when -wrap is used by Thomas Anderson · 6 years ago
  2. 2d7d128 Use unique_ptr to manage a TarWriter instance. NFC. by Rui Ueyama · 7 years ago
  3. 5961809 Fix error message. by Rui Ueyama · 7 years ago
  4. a01246b Reject .so files if -static is given. by Rui Ueyama · 7 years ago
  5. 9f49990 Add --plugin-opt=emit-llvm option. by Rui Ueyama · 7 years ago
  6. a1b3ddb [ELF] - Implement -z nodefaultlib by George Rimar · 7 years ago
  7. d5f6506 [WebAssembly] Refactor config setting and checking. NFC. by Sam Clegg · 7 years ago
  8. 4c06a6c Rename warnUnorderableSymbol maybeWarnUnorderableSymbol because the function doesn't always emit a warning. by Rui Ueyama · 7 years ago
  9. 2b39ea4 Refactor readCallGraph() and readCallGraphFromObjectFiles(). NFC. by Rui Ueyama · 7 years ago
  10. cc18f8a [ELF] Add --{,no-}call-graph-profile-sort (enabled by default) by Fangrui Song · 7 years ago
  11. 018b063 [ELF] Don't check if symbols in .llvm.call-graph-profile are unorderable by Fangrui Song · 7 years ago
  12. 9db0642 Remove full stops from error messages for consistency. by Rui Ueyama · 7 years ago
  13. efc0fe5 [ELF] Don't warn on two legitimate cases when reading .llvm.call-graph-profile by Fangrui Song · 7 years ago
  14. 4b5ec7f Reland "[PPC64] Add split - stack support." by Sean Fertile · 7 years ago
  15. 831a133 Revert "[PPC64] Add split - stack support." by Sean Fertile · 7 years ago
  16. 795cc93 [PPC64] Add split - stack support. by Sean Fertile · 7 years ago
  17. ee981860 [LLD][ELF] - Check options before processing the -v/-version options. by George Rimar · 7 years ago
  18. c7497d3 Remove SymbolTable::addUndefined<ELF32LE>(StringRef). by Rui Ueyama · 7 years ago
  19. e28c146 Avoid unnecessary buffer allocation and memcpy for compressed sections. by Rui Ueyama · 7 years ago
  20. 63830b2 Introduce a flag to warn when ifunc symbols are used with text relocations. by Ali Tamur · 7 years ago
  21. 8222f90 [ELF] Read the call graph profile from object files. by Michael J. Spencer · 7 years ago
  22. fc50e63 [ELF][HEXAGON] Add support for dynamic libraries by Sid Manning · 7 years ago
  23. 12ef7a9 De-template VersionDefinitionSection. NFC. by Rui Ueyama · 7 years ago
  24. 4e24752 Reset input section pointers to null on each linker invocation. by Rui Ueyama · 7 years ago
  25. a071669 Rename a function. NFC. by Rui Ueyama · 7 years ago
  26. d19bc04 Make variable names shorter. NFC. by Rui Ueyama · 7 years ago
  27. 9932091 Simplify. NFC. by Rui Ueyama · 7 years ago
  28. 7f3f05e [PPC64] Optimize redundant instructions in global access sequences. by Sean Fertile · 7 years ago
  29. c0b474f lld: add -z interpose support by Ed Maste · 7 years ago
  30. 73e0484 [ELF] Revert "Also demote lazy symbols." by Chih-Hung Hsieh · 7 years ago
  31. 27bbe7d [LLF][ELF] - Support -z global. by George Rimar · 7 years ago
  32. 4183120 Rename a function to follow the LLVM coding style. by Rui Ueyama · 7 years ago
  33. 386bf12 win: Omit ".exe" from lld warning and error messages. by Nico Weber · 7 years ago
  34. 07b4536 Change how we handle -wrap. by Rui Ueyama · 7 years ago
  35. a8656c62 [ELF] Add support for Armv5 and Armv6 compatible Thunks by Peter Smith · 7 years ago
  36. d1be026 [ELF] Add support for older Arm Architectures with smaller branch range by Peter Smith · 7 years ago
  37. 152e3c98 [LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative code. NFC. by George Rimar · 7 years ago
  38. 00d6f4b [LLD][ELF] - Fix crash when using empty --defsym. by George Rimar · 7 years ago
  39. 5cd9c6b Support RISC-V by Rui Ueyama · 7 years ago
  40. 9893011 ELF: Only add libcall symbols to the link if defined in bitcode. by Peter Collingbourne · 7 years ago
  41. e262bb1 Add TARGET(foo) linker script directive. by Rui Ueyama · 7 years ago
  42. 03b4d0c [ELF] - Refactor readCallGraph(). by George Rimar · 7 years ago
  43. 5530f23 Re-submit r338596 with a bug fix and a test. by Rui Ueyama · 7 years ago
  44. e981ce0 Revert r338596: Simplify. NFC. by Rui Ueyama · 7 years ago
  45. f6d1923 Simplify. NFC. by Rui Ueyama · 7 years ago
  46. 9d9113f Allow oformat to accept format starting with elf as acceptable format. isOutputFormatBinary returns false in such case. by Rumeet Dhindsa · 7 years ago
  47. 2da4e52 ELF: Add libcall symbols to the link when LTO is being used. by Peter Collingbourne · 7 years ago
  48. a932cd4 [AArch64] Support execute-only LOAD segments. by David Bolvansky · 7 years ago
  49. c60f85d [ELF] Use search paths for --version-script= by Fangrui Song · 7 years ago
  50. a052206 ELF: Read address significance tables with --icf=all. by Peter Collingbourne · 7 years ago
  51. bbfe0b7 Omit path to lld binary from lld's error, warning, and log output. by Nico Weber · 7 years ago
  52. a327a4c ELF: Implement --icf=safe using address-significance tables. by Peter Collingbourne · 7 years ago
  53. 4a29482 [ELF] Error if -r --gdb-index are used together by Fangrui Song · 7 years ago
  54. 496fb3e Support option -plugin-opt=dwo_dir= by Yunlian Jiang · 7 years ago
  55. a2125b1 Also search BitcodeFiles for exclude-lib symbols by Yi Kong · 7 years ago
  56. bc6702a [ELF] - Improve call graph pasing error reporting. by George Rimar · 7 years ago
  57. 20b92c4 [ELF] - Report call graph profile file names in error messages. by George Rimar · 7 years ago
  58. 45192b3 Factor out code to parse -pack-dyn-relocs. NFC. by Rui Ueyama · 7 years ago
  59. 11479da lld: add experimental support for SHT_RELR sections. by Rui Ueyama · 7 years ago
  60. 53f6bfb Make -z option check more strict. by Rui Ueyama · 7 years ago
  61. 2fa0604 Report an error for an unknown -z option. by Rui Ueyama · 7 years ago
  62. c9c0ccc [ELF] - Change how we handle suplicate -wrap. [NFC] by George Rimar · 7 years ago
  63. bd3684f [ELF] Support -z initfirst by Fangrui Song · 7 years ago
  64. d9c3c1c [ELF] Uniquify --wrap list. by Fangrui Song · 7 years ago
  65. ed9ee69 [ELF][MIPS] Multi-GOT implementation by Simon Atanasyan · 7 years ago
  66. e53890f Expand comments. by Rui Ueyama · 7 years ago
  67. 66f28f7 Do not show unrelated "-m is missing" error message. by Rui Ueyama · 7 years ago
  68. e37a5ce Attempt to fix a buildbot. by Rui Ueyama · 7 years ago
  69. f75ea0b Implement --{push,pop}-state. by Rui Ueyama · 7 years ago
  70. f1894fe Move code to improve readability. NFC. by Rui Ueyama · 7 years ago
  71. 47055bb Simplify. NFC. by Rui Ueyama · 7 years ago
  72. 0dd56dc Handle --plugin-opt= options as alias options. by Rui Ueyama · 7 years ago
  73. d2eb089 Add support for ThinLTO plugin option thinlto-object-suffix-replace by Rumeet Dhindsa · 7 years ago
  74. dbef8cc [ELF] Implement --keep-unique option by Peter Smith · 7 years ago
  75. be01d2e New option -z keep-text-section-prefix to keep text sections with prefixes separate. by Sriraman Tallam · 7 years ago
  76. b5b7d6e Add support for LTO plugin option obj-path by Rumeet Dhindsa · 7 years ago
  77. ac403ef Improve error message for --plugin-opt=thinlto-prefix-replace. by Rui Ueyama · 7 years ago
  78. d432f21 Rename Config::ThinLTOIndexOnlyObjectFiles -> Config::ThinLTOIndexOnlyArg. by Rui Ueyama · 7 years ago
  79. 4fb5119 Add support for thinlto option ( thinlto-emit-imports-files) to emit import files for thinlink. by Rumeet Dhindsa · 7 years ago
  80. 554adb2 Do not call exit() directly from lld. by Rui Ueyama · 7 years ago
  81. 4454b3d Parse --thinlto-prefix-replace early so that we don't need to parse it later. NFC. by Rui Ueyama · 7 years ago
  82. 2689d9f [ELF][AArch64] Add aarch64_elf64_le_vec emulation by Peter Smith · 7 years ago
  83. d366e36 Added support for ThinLTO plugin options : thinlto-index-only and thinlto-prefix-replace by Rumeet Dhindsa · 7 years ago
  84. f1652d4 Split .eh_frame sections in parellel. by Rafael Espindola · 7 years ago
  85. 9bf1006 Split merge sections early. by Rafael Espindola · 7 years ago
  86. 047f857 Also demote lazy symbols. by Rafael Espindola · 7 years ago
  87. 61376d9 Bring r329960 back. by Rafael Espindola · 7 years ago
  88. 88fe5c9 Add -z {combreloc,copyreloc,noexecstack,lazy,relro,text}. by Rui Ueyama · 7 years ago
  89. 2416d7f [ELF] --warn-backrefs: use the same GroupId for object files in the same --{start,end}-lib by Fangrui Song · 7 years ago
  90. b72daf0 [ELF] Increase NextGroupId with --end-group by Fangrui Song · 7 years ago
  91. b842725 [ELF] Add profile guided section layout by Michael J. Spencer · 7 years ago
  92. 9c86a313 Revert r329960 "Do not keep shared symbols created from garbage-collected eliminated DSOs." by Reid Kleckner · 7 years ago
  93. 039d248 Do not keep shared symbols created from garbage-collected eliminated DSOs. by Rui Ueyama · 7 years ago
  94. 1d92aa7 Add --warn-backrefs to maintain compatibility with other linkers by Rui Ueyama · 7 years ago
  95. 682a417 Added support for LTO options: sample_profile, new_pass_manager and debug_pass_manager by Rumeet Dhindsa · 7 years ago
  96. 4f98e0b [ELF] - Revert r329060 "Simplify createFiles. NFCI." by George Rimar · 7 years ago
  97. cc013f6 Make fetchIfLazy only fetch an object file. NFC. by Rui Ueyama · 7 years ago
  98. 1ef746b [ELF] - Eliminate Lazy class. by George Rimar · 7 years ago
  99. bfbeecd [ELF] - Simplify createFiles. NFCI. by George Rimar · 7 years ago
  100. 5aab635 Improve error message for an unknown --plugin-opt. by Rui Ueyama · 7 years ago