1. 1f6ad9e [ELF] --wrap: don't clear sym->isUsedInRegularObj if real->isUsedInRegularObj; set wrap's initial binding to sym's by Fangrui Song · 3 years, 1 month ago
  2. 7591504 [ELF] Simplify R_386_TLS_GD computation. NFC by Fangrui Song · 3 years, 1 month ago
  3. addc775 [lld] Canonicalize HAVE_LIBXAR by Jez Ng · 3 years, 1 month ago
  4. f076678 [lld-macho] Add separator to error message by Jez Ng · 3 years, 1 month ago
  5. b99a7a2 [lld-macho] Initial groundwork for -bitcode_bundle by Jez Ng · 3 years, 1 month ago
  6. 200eb00 [ELF] Default to -z start-stop-gc with a glibc "__libc_" special case by Fangrui Song · 3 years, 1 month ago
  7. 6fda5d4 [lld] Fix test crashing when AVR target is missing by LemonBoy · 3 years, 1 month ago
  8. 3f55de1 [LLD][ELF][AVR] Propagate ELF flags to the linked image by LemonBoy · 3 years, 1 month ago
  9. 3889deb [lld-macho] Don't use arrays as template parameters by Jez Ng · 3 years, 1 month ago
  10. e4a96b6 [lld-macho] Make load relaxation work for arm64_32 by Jez Ng · 3 years, 1 month ago
  11. f778892 [lld-macho] Add 32-bit compact unwind support by Jez Ng · 3 years, 1 month ago
  12. 5a7173f [lld-macho] Add support for arm64_32 by Jez Ng · 3 years, 1 month ago
  13. 39eeceb [lld-macho] Re-root absolute input file paths if -syslibroot is specified by Jez Ng · 3 years, 1 month ago
  14. e474b6a [lld-macho] LTO: Unset VisibleToRegularObj where possible by Jez Ng · 3 years, 1 month ago
  15. eb8a624 Fix bug in .eh_frame/.debug_frame PC offset calculation for DW_EH_PE_pcrel by Alex Orlov · 3 years, 1 month ago
  16. 1c68bf2 fix typo to cycle bots by Nico Weber · 3 years, 1 month ago
  17. 1796702 fix typo to cycle bots by Nico Weber · 3 years, 1 month ago
  18. 136271e [COFF] Simplify ICF associated comdat handling by Reid Kleckner · 3 years, 1 month ago
  19. e19d8bf [NFC] Fix unused variable warning. by Bogdan Graur · 3 years, 1 month ago
  20. 15d3667 [LLD] Implement /guard:[no]ehcont by Pengfei Wang · 3 years, 1 month ago
  21. e354489 Fix resolution-err.ll by Stella Stamenova · 3 years, 1 month ago
  22. c2f7f3e [lld-macho] rm old test directory for segments.s by Jez Ng · 3 years, 1 month ago
  23. 4d15177 Revert "[lld-macho] Add support for arm64_32" and other stacked diffs by Jez Ng · 3 years, 1 month ago
  24. d839ee1 [lld-macho] arm64_32 executables are always PIE by Jez Ng · 3 years, 1 month ago
  25. 4e929c9 [lld-macho] Make load relaxation work for arm64_32 by Jez Ng · 3 years, 1 month ago
  26. d51de2d [lld-macho] Have toString() emit full path to archive files by Jez Ng · 3 years, 1 month ago
  27. b67c28b [lld-macho] Add 32-bit compact unwind support by Jez Ng · 3 years, 1 month ago
  28. b5c025f [lld-macho] Add support for arm64_32 by Jez Ng · 3 years, 1 month ago
  29. cec220a [lld-macho][nfc] Convert tabs to spaces by Jez Ng · 3 years, 1 month ago
  30. ca9f261 [lld-macho][nfc] Remove DYSYM8 reloc attribute by Jez Ng · 3 years, 2 months ago
  31. 947e9df [lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right order. by Alex Orlov · 3 years, 2 months ago
  32. f7b5872 [lld-macho][nfc] Use varargs form of hasArg() by Jez Ng · 3 years, 2 months ago
  33. 2f339e5 [lld-macho] Support -add_ast_path by Jez Ng · 3 years, 2 months ago
  34. a5ade3d [lld-macho][nfc] Extend abs-symbol.s to test for local absolute symbols by Jez Ng · 3 years, 2 months ago
  35. 34c49fe [lld-macho] Support --thinlto-jobs by Jez Ng · 3 years, 2 months ago
  36. 29b77a9 [lld-macho] Parallelize __LINKEDIT generation by Jez Ng · 3 years, 2 months ago
  37. cd446fc [lld-macho] Make time-trace* options more permissive. by Vy Nguyen · 3 years, 2 months ago
  38. 4efefa9 [lld-macho][nfc] Minor refactoring + clang-tidy fixes by Vy Nguyen · 3 years, 2 months ago
  39. ecbe470 [lld-macho] Sibling N_SO symbols must have the empty string by Jez Ng · 3 years, 2 months ago
  40. bd925b6 [lld-macho][nfc] Add test for ARM64 stubs by Jez Ng · 3 years, 2 months ago
  41. 956b1d1 [lld-macho] Symbol::value should always be uint64_t by Jez Ng · 3 years, 2 months ago
  42. 2f6e4a7 [lld-macho] Fix & refactor symbol size calculations by Jez Ng · 3 years, 2 months ago
  43. 1e69595 [lld-macho][nfc] Remove HelpHidden from aliases to implemented flags by Jez Ng · 3 years, 2 months ago
  44. 9e6baf4 [lld-macho][nfc] Rename some tests by Jez Ng · 3 years, 2 months ago
  45. 90c25d9 [lld-macho] clang-format cleanup by Jez Ng · 3 years, 2 months ago
  46. ac411bc [lld-macho] Rename SubsectionMapping to SubsectionMap by Jez Ng · 3 years, 2 months ago
  47. d2e67d3 [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text by Abhina Sreeskantharajan · 3 years, 2 months ago
  48. 7549c2d [lld][WebAssembly] Rewrite exports test in assembly. NFC by Sam Clegg · 3 years, 2 months ago
  49. b12cc30 [TextAPI] move source code files out of subdirectory, NFC by Cyndy Ishida · 3 years, 2 months ago
  50. 63bcaf6 [PowerPC] Fix issue where binary uses a .got but is missing a .TOC. by Stefan Pintilie · 3 years, 2 months ago
  51. 0d621d8 [lld-macho] Another attempt at fixing 32-bit builds by Jez Ng · 3 years, 2 months ago
  52. bc766cf [lld-macho] Fix build on 32-bit systems by Jez Ng · 3 years, 2 months ago
  53. cd427a7 Revert "[lld-link] Enable addrsig table in COFF lto" by Nico Weber · 3 years, 2 months ago
  54. e5c22f1 [lld-macho] Fix -Wsuggest-override after D99633. NFC by Fangrui Song · 3 years, 2 months ago
  55. 8742287 [lld-macho][nfc] Refactor in preparation for 32-bit support by Jez Ng · 3 years, 2 months ago
  56. 9b2812b [lld-macho][NFC] Remove redundant member from class Defined by Greg McGary · 3 years, 2 months ago
  57. 0faf859 [lld][MachO] Fix -Wsign-compare warning (NFC) by Yang Fan · 3 years, 2 months ago
  58. 450bdc1 [lld] Add missing header guard (NFC) by Yang Fan · 3 years, 2 months ago
  59. 62bc89c [lld][MachO] Make emitEndFunStab independent from .subsections_via_symbols by Alexander Shaposhnikov · 3 years, 2 months ago
  60. 7e20d5d [lld][MachO] Refactor handling of subsections by Alexander Shaposhnikov · 3 years, 2 months ago
  61. 945656a [lld-macho] Parallelize UUID hash computation by Jez Ng · 3 years, 2 months ago
  62. 273fff9 [lld-macho][nfc] Test that -ObjC will import bitcode with category sections by Jez Ng · 3 years, 2 months ago
  63. e50af5b [lld-link] Enable addrsig table in COFF lto by Zequan Wu · 3 years, 2 months ago
  64. 3535313 [lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous references to Symbol by Greg McGary · 3 years, 2 months ago
  65. 1fe8a57 Revert "[COFF] Only consider associated EH sections during ICF" by Amy Huang · 3 years, 2 months ago
  66. 32e38cc fix comment typo to cycle bots by Nico Weber · 3 years, 2 months ago
  67. 1d23072 fix comment typo to cycle bots by Nico Weber · 3 years, 2 months ago
  68. 27f9496 [lld-macho] Implement -segprot by Jez Ng · 3 years, 2 months ago
  69. e086fc1 [lld-macho] Add time tracing for LTO by Jez Ng · 3 years, 2 months ago
  70. 0c66c01 [lld-macho] Fix parsing of --time-trace-{granularity,file} by Jez Ng · 3 years, 2 months ago
  71. 32e43b4 [lld-macho] Support -no_function_starts by Jez Ng · 3 years, 2 months ago
  72. 641a7d0 Reland [lld-macho][nfc] minor clean up, follow up to D98559 by Vy Nguyen · 3 years, 2 months ago
  73. ae3176c [lld-macho][nfc] Removed unnecessary static_cast by Vy Nguyen · 3 years, 2 months ago
  74. bc02199 [lld-macho] Add support for --threads by Jez Ng · 3 years, 2 months ago
  75. 028eea6 [lld-macho] Add more TimeTraceScopes by Jez Ng · 3 years, 2 months ago
  76. 9ca0f1b [lld-macho] Fix typo in diagnostic message by Jez Ng · 3 years, 2 months ago
  77. 58e5835 [NFC] Reordering parameters in getFile and getFileOrSTDIN by Abhina Sreeskantharajan · 3 years, 2 months ago
  78. 9e33f04 [LLD] Fix probing a MSYS based 'tar' in a Windows Container by Martin Storsjö · 3 years, 2 months ago
  79. d7c1e5d [lld] add context-sensitive PGO options for COFF. by Yolanda Chen · 3 years, 2 months ago
  80. 6e51044 [lld-macho][nfc] Fixed test so it output to %t/ rather than current directory. by Vy Nguyen · 3 years, 2 months ago
  81. 793e3b8 AMDGPU/LLD: Add target id and code object v4 support to linker by Konstantin Zhuravlyov · 3 years, 2 months ago
  82. abd69d5 AMDGPU: Add target id and code object v4 support by Konstantin Zhuravlyov · 3 years, 2 months ago
  83. 1f886bd [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. by Andy Wingo · 3 years, 2 months ago
  84. d64deff [lld] Fix test to work with and without a vendor string by Shoaib Meenai · 3 years, 2 months ago
  85. 944bfa6 [lld-macho] Fixed lld-version expectation in test so it works on Fuchsia. by Vy Nguyen · 3 years, 2 months ago
  86. d01caa9 Revert "[lld-macho][nfc] minor clean up, follow up to D98559" by Vy Nguyen · 3 years, 2 months ago
  87. 9e5ea45 [lld-macho][nfc] minor clean up, follow up to D98559 by Vy Nguyen · 3 years, 2 months ago
  88. 37b4ab1 Revert "Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)"""""" by Vy Nguyen · 3 years, 2 months ago
  89. 396aa68 Revert "Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)""""" by Mehdi Amini · 3 years, 2 months ago
  90. 32f02e6 Revert "Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)"""" by Vy Nguyen · 3 years, 2 months ago
  91. 880a8de [COFF] Only consider associated EH sections during ICF by Reid Kleckner · 3 years, 2 months ago
  92. fb5b54a [PDB] Add missing test for b552adf8b388a4 by Reid Kleckner · 3 years, 2 months ago
  93. 19eea49 Revert "Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)""" by Vy Nguyen · 3 years, 2 months ago
  94. 415c9d1 Revert "Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)"" by Vy Nguyen · 3 years, 2 months ago
  95. 786c06d [LLD][PowerPC] Fix bug in PC-Relative initial exec by Stefan Pintilie · 3 years, 2 months ago
  96. 235f7a2 [ELF][docs] Add line breaks by Yang Fan · 3 years, 2 months ago
  97. 1f8733c Revert "[lld-macho] Implement -dependency_info (partially - more opcodes needed)" by Nico Weber · 3 years, 2 months ago
  98. c28b5aa [lld-macho] Implement -dependency_info (partially - more opcodes needed) by Vy Nguyen · 3 years, 2 months ago
  99. 0a92576 [lld-macho][nfc] Format Options.td by Jez Ng · 3 years, 2 months ago
  100. 59a578b [lld-macho] Minor touch-up to objc.s by Jez Ng · 3 years, 2 months ago