1. 64b024a [LLD] [COFF] Fix use of uninitialized memory since SVN r375390 by Martin Storsjo · 4 years, 5 months ago master
  2. 8c742da [LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving code locations. NFC. by Martin Storsjo · 4 years, 5 months ago
  3. 3a192b4 [LLD] Move duplicated dwarf parsing code to the Common library. NFC. by Martin Storsjo · 4 years, 5 months ago
  4. 63c19e2 [LLD][ELF] - Update tests after yaml2obj tool update. by George Rimar · 4 years, 5 months ago
  5. 45f33cf Move endian constant from Host.h to SwapByteOrder.h, prune include by Reid Kleckner · 4 years, 5 months ago
  6. 85c8ee1 [WebAssembly] Allow multivalue signatures in object files by Thomas Lively · 4 years, 5 months ago
  7. f6f221b [lld][coff] Add missing dependency to fix build. by Michael Liao · 4 years, 5 months ago
  8. 133aa00 [LLD] [COFF] Try to report source locations for duplicate symbols by Martin Storsjo · 4 years, 5 months ago
  9. 4651080 Update release notes by Rui Ueyama · 4 years, 5 months ago
  10. feb6bd8 [lld][test] Speculative fix for lld+windows failures by Jordan Rupprecht · 4 years, 5 months ago
  11. e436807 [lld][test] Fix use of escape character in an lld test on Windows by Jordan Rupprecht · 4 years, 5 months ago
  12. cc9144b [LLD][ELF] - Update test cases after llvm-readobj output format change. by George Rimar · 4 years, 6 months ago
  13. 51a6b6a [lld][WebAssebmly] Preserve custom import attributes with LTO by Sam Clegg · 4 years, 6 months ago
  14. 3dafd64 [lld][WebAssembly] Fix for weak references to data symbols in archives by Sam Clegg · 4 years, 6 months ago
  15. 3a00003 [WebAssembly] Elide data segments for .bss sections by Thomas Lively · 4 years, 6 months ago
  16. 5c63f0c [lld][WebAssembly] Fix static linking of -fPIC code with external undefined data by James Clarke · 4 years, 6 months ago
  17. e9ded30 [lld] Check for branch range overflows. by Sid Manning · 4 years, 6 months ago
  18. 2eeb58c [LLD] [COFF] Update a leftover comment after SVN r374869. NFC. by Martin Storsjo · 4 years, 6 months ago
  19. 9fcef6f [LLD] [COFF] Fix -Wmissing-field-initializers warnings. NFC. by Martin Storsjo · 4 years, 6 months ago
  20. bb61331 [LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC. by Martin Storsjo · 4 years, 6 months ago
  21. 84c1c1d [llvm-objdump] Adjust spacing and field width for --section-headers by Jordan Rupprecht · 4 years, 6 months ago
  22. 9702db5 [LLD][ELF] - Update test cases after llvm-readobj change. by George Rimar · 4 years, 6 months ago
  23. 085b0c8 Change test case so that it accepts backslashes in file path, in the case that the test runs on Windows by Amy Huang · 4 years, 6 months ago
  24. 7809ac6 [PDB] Fix bug when using multiple PCH header objects with the same name. by Zachary Turner · 4 years, 6 months ago
  25. acdb89e [LLD][ELF] Fix stale comments about doing ICF by Russell Gallop · 4 years, 6 months ago
  26. de87c07 Make nullptr check more robust by Rui Ueyama · 4 years, 6 months ago
  27. 78ff382 [lld] getErrPlace(): don't perform arithmetics on maybe-null pointer by Roman Lebedev · 4 years, 6 months ago
  28. 9904936 [COFF] Wrap definitions in namespace lld { namespace coff {. NFC by Fangrui Song · 4 years, 6 months ago
  29. 860f000 Use error instead of fatal to report usage errors by Rui Ueyama · 4 years, 6 months ago
  30. 5cd168d [LLD] [MinGW] Look for other library patterns with -l by Martin Storsjo · 4 years, 6 months ago
  31. b531f57 [LLD] [MinGW] Add a testcase for -l:name style library options. NFC. by Martin Storsjo · 4 years, 6 months ago
  32. 2af8248 Improve error message for bad SHF_MERGE sections by Rui Ueyama · 4 years, 6 months ago
  33. 472e9b9 [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC by Fangrui Song · 4 years, 6 months ago
  34. 787a17d [lld][WebAssembly] Refactor markLive.cpp. NFC by Sam Clegg · 4 years, 6 months ago
  35. 07fe59c dummy comment typo fix commit to cycle the bots by Nico Weber · 4 years, 6 months ago
  36. 05e1ab2 Unify the two CRC implementations by Hans Wennborg · 4 years, 6 months ago
  37. 84513db Use lld-link instead of llvm-dlltool to create an implib by Rui Ueyama · 4 years, 6 months ago
  38. 4043bb3 [lld] Don't create hints-section if Hint/Name Table is empty by Rui Ueyama · 4 years, 6 months ago
  39. 24eea52 [lld][Hexagon] Support PLT relocation R_HEX_B15_PCREL_X/R_HEX_B9_PCREL_X by Sid Manning · 4 years, 6 months ago
  40. 2fa6e37 Use /dev/null for tests that we do not need outputs by Rui Ueyama · 4 years, 6 months ago
  41. decee5e Report error if -export-dynamic is used with -r by Rui Ueyama · 4 years, 6 months ago
  42. fd5a9c6 [ELF][MIPS] De-template writeValue. NFC by Fangrui Song · 4 years, 6 months ago
  43. 0f13b95 [ELF] Wrap things in `namespace lld { namespace elf {`, NFC by Fangrui Song · 4 years, 6 months ago
  44. e2cf0c5 [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{read,write}* by Fangrui Song · 4 years, 6 months ago
  45. 2af29ec [LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport) by Martin Storsjo · 4 years, 6 months ago
  46. 16f08a1 Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729." by Martin Storsjo · 4 years, 6 months ago
  47. 8d65966 [ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³) heuristic by Fangrui Song · 4 years, 6 months ago
  48. da418fc [MinGW] Add --reproduce option by Rui Ueyama · 4 years, 6 months ago
  49. 99aff06 Add /reproduce option to lld/COFF by Rui Ueyama · 4 years, 6 months ago
  50. 95d363d Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory. by Rui Ueyama · 4 years, 6 months ago
  51. 5a44221 [llvm-objdump] Further rearrange llvm-objdump sections for compatability by Jordan Rupprecht · 4 years, 6 months ago
  52. 62d516e [mips] Use llvm-readobj `-A` flag in test cases. NFC by Simon Atanasyan · 4 years, 6 months ago
  53. 6539ab4 Add missing REQUIRES: arm. by Peter Collingbourne · 4 years, 6 months ago
  54. 60dd73a ELF: Add .interp synthetic sections first in createSyntheticSections(). by Peter Collingbourne · 4 years, 6 months ago
  55. ff54d4f ELF: Don't merge SHF_LINK_ORDER sections for different output sections in relocatable links. by Peter Collingbourne · 4 years, 6 months ago
  56. 49042c5 Revert "[MC] Emit unused undefined symbol even if its binding is not set" by Nico Weber · 4 years, 6 months ago
  57. f47e282 [ELF][test] Change llvm-readobj --arm-attributes to --arch-specific after r373125 by Fangrui Song · 4 years, 6 months ago
  58. ee929f2 [MC] Emit unused undefined symbol even if its binding is not set by Fangrui Song · 4 years, 6 months ago
  59. 2340c6a [LLD] [test] Add a forgotten comment. NFC. by Martin Storsjo · 4 years, 6 months ago
  60. 6871dcc [LLD] Simplify the demangleItanium function. NFC. by Martin Storsjo · 4 years, 6 months ago
  61. fab3f86 [LLD] Convert demangleItanium to use the higher level llvm::demangle function. NFC. by Martin Storsjo · 4 years, 6 months ago
  62. 7347917 [LLD] [COFF] Use the unified llvm demangle frontend function. NFC. by Martin Storsjo · 4 years, 6 months ago
  63. 9f86261 [ELF] Set SectionBase::partition in processSectionCommands by Fangrui Song · 4 years, 6 months ago
  64. 1683917 [lld][mach-o] Avoid segfaulting when handling an empty section list. by Matt Davis · 4 years, 6 months ago
  65. 51997f0 [mips] Relax jalr/jr instructions using R_MIPS_JALR relocation by Simon Atanasyan · 4 years, 6 months ago
  66. 0e91a45 [LLD] Fix testcase from SVN r372843 if executed on windows by Martin Storsjo · 4 years, 6 months ago
  67. e55bb95 [LLD] [COFF] Resolve source locations for undefined references using dwarf by Martin Storsjo · 4 years, 6 months ago
  68. e4b5aac [ELF] Add -z separate-loadable-segments to complement separate-code and noseparate-code by Fangrui Song · 4 years, 6 months ago
  69. 2a6ee26 [ELF] accept thinlto options without --plugin-opt= prefix by Bob Haarman · 4 years, 6 months ago
  70. 751a293 [ELF][ARM] Fix crash when discarding InputSections that have .ARM.exidx by Peter Smith · 4 years, 6 months ago
  71. 46070e3 [lld][WebAssembly] Fix static linking of -fPIC code with external undefined functions by Sam Clegg · 4 years, 6 months ago
  72. 1b5c540 [NFC][COFF] fix typo in comment ("algortihm" -> "algorithm") by Bob Haarman · 4 years, 6 months ago
  73. ae7859d [LLD][ELF][MIPS] - Inline the short helper function. NFC. by George Rimar · 4 years, 6 months ago
  74. d51111a [ELF] Delete SectionBase::assigned by Fangrui Song · 4 years, 6 months ago
  75. e32dec6 [ELF] Make MergeInputSection merging aware of output sections by Fangrui Song · 4 years, 6 months ago
  76. b41af60 [lld][WebAssembly] Preserve symbol flags in --relocatable output by Sam Clegg · 4 years, 6 months ago
  77. 8081028 [mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulations by Simon Atanasyan · 4 years, 6 months ago
  78. fd5c35f [mips] Add tests to check MIPS FreeBSD emulations. NFC by Simon Atanasyan · 4 years, 6 months ago
  79. b162abd [mips] Reformat test case to simplify addition new tests. NFC by Simon Atanasyan · 4 years, 6 months ago
  80. 3aed87e [LLD][ELF] - Simplify getFlagsFromEmulation(). NFCI. by George Rimar · 4 years, 6 months ago
  81. f0c7ca9 [mips] Deduce MIPS specific ELF header flags from `emulation` by Simon Atanasyan · 4 years, 6 months ago
  82. b7eeaf8 [ELF] Error if the linked-to section of a SHF_LINK_ORDER section is discarded by Fangrui Song · 4 years, 6 months ago
  83. 1f1de38 [WebAssembly][NFC] Remove unnecessary braces by Thomas Lively · 4 years, 6 months ago
  84. c4cb4af Don't false-positive match against binary path. by Mitch Phillips · 4 years, 6 months ago
  85. 6b039ae [WebAssembly] Sort output data sections to place .bss last by Thomas Lively · 4 years, 6 months ago
  86. 3dda288 [lld][WebAssembly] Fix use after free of archive path by Sam Clegg · 4 years, 6 months ago
  87. f65b8ad [ELF][AARCH64] Refactor AArchErrataFix to match changes in ARMErrataFix NFC. by Peter Smith · 4 years, 7 months ago
  88. c53f64f [ELF][Hexagon] Allow PT_LOAD to have overlapping p_offset ranges on EM_HEXAGON by Fangrui Song · 4 years, 7 months ago
  89. 70fa1a9 [lld] Update lld driver to use new LTO APIs to handle libcall symbols by Steven Wu · 4 years, 7 months ago
  90. e96c967 [ELF][ARM] Fix -Werror buildbots NFC. by Peter Smith · 4 years, 7 months ago
  91. 0a49d36 [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417 by Peter Smith · 4 years, 7 months ago
  92. b9d863c [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64 by Fangrui Song · 4 years, 7 months ago
  93. 6edf175 [ELF] Map the ELF header at imageBase by Fangrui Song · 4 years, 7 months ago
  94. 68496f4 lld-link: Make Options.td formatting more self-consistent. by Nico Weber · 4 years, 7 months ago
  95. 4fb3154 lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars. by Nico Weber · 4 years, 7 months ago
  96. a4a4ad5 [ELF] Delete a redundant assignment to SectionBase::assigned. NFC by Fangrui Song · 4 years, 7 months ago
  97. 0368b80 [COFF] Fix to not add archive name to buffer identifiers when they come by Amy Huang · 4 years, 7 months ago
  98. 508ce7d [ELF] ICF: change a dyn_cast<InputSection> to cast by Fangrui Song · 4 years, 7 months ago
  99. 3ee1b4e lld-link: Fix tests that do not run on macOS after r371729. by Nico Weber · 4 years, 7 months ago
  100. 9def4bd lld-link: Make /linkrepro: take a filename, not a directory. by Nico Weber · 4 years, 7 months ago