1. f7d1650 [WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive. by Sam Clegg · 5 years ago
  2. b9733cc ELF: Move verneed tracking data structures out of VersionNeedSection. by Peter Collingbourne · 5 years ago
  3. 3c94f16 ELF: De-template SharedFile. NFCI. by Peter Collingbourne · 5 years ago
  4. ac598e8 Fix -emit-reloc against local symbols. by Rui Ueyama · 5 years ago
  5. 9e6d628 ELF: De-template ELFFileBase. NFCI. by Peter Collingbourne · 5 years ago
  6. 02b5ae9 ELF: Simplify. NFCI. by Peter Collingbourne · 5 years ago
  7. c10ec8c Remove redundant parameters. NFC. by Rui Ueyama · 5 years ago
  8. e8f7218 [WebAssembly] Include function in wasm table when used in R_WASM_TABLE_INDEX_REL_SLEB by Sam Clegg · 5 years ago
  9. 4c86eb3 [WebAssembly] Apply data relocations at runtime in shared objects by Sam Clegg · 5 years ago
  10. 6134534 [WebAssembly] Add new explicit relocation types for PIC relocations by Sam Clegg · 5 years ago
  11. 0112d5b [COFF] Fix delay import directory iterator by Joseph Tremoulet · 5 years ago
  12. 8214810 ELF: Move SymtabSHNDX and getSectionIndex() to ObjFile. NFCI. by Peter Collingbourne · 5 years ago
  13. 829d319 [codeview] Remove Type member from CVRecord by Reid Kleckner · 5 years ago
  14. 7fcb7d3 [LLD] - Update the test cases after yaml2obj change. by George Rimar · 5 years ago
  15. 7476236 [COFF] Reduce the size of Chunk and SectionChunk, NFC by Reid Kleckner · 5 years ago
  16. 17a0864 [LLD][COFF] Move type merging structures out of PDB.cpp. NFC by Alexandre Ganea · 5 years ago
  17. 22e7756 [NFC][LLD] Specify namespaces explicity to fix build failure on GCC 5 after r357383 by Matthew Voss · 5 years ago
  18. d9c6a95 ELF: Perform per-section .ARM.exidx processing during combineEhFrameSections(). NFCI. by Peter Collingbourne · 5 years ago
  19. 1da91f2 Fix builder. by Alexandre Ganea · 5 years ago
  20. daf67ba [LLD][COFF] Early dependency detection by Alexandre Ganea · 5 years ago
  21. e149316 [ELF] Rename SyntheticSection::empty to more appropriate isNeeded() with opposite meaning by Fangrui Song · 5 years ago
  22. da41541 Simplify. NFC. by Rui Ueyama · 5 years ago
  23. d552439 Replace `typedef A B` with `using B = A`. NFC. by Rui Ueyama · 5 years ago
  24. 8b990d8 Re-land "[WebAssembly] Improve invalid relocation error message"" by Sam Clegg · 5 years ago
  25. ac5dc1f Fix build following r357308 : Ensure only live thunks are considered when creating import modules by Alexandre Ganea · 5 years ago
  26. a0f939c Don't copy the .drective section with std::string by Reid Kleckner · 5 years ago
  27. 596f615 [WebAssembly] "atomics" feature requires shared memory by Thomas Lively · 5 years ago
  28. 603c7b8 [LLD][COFF] Generate import modules & COFF groups in PDB by Alexandre Ganea · 5 years ago
  29. 2f9a88b [LLD][COFF] Improve checkFailIfMismatch() by Alexandre Ganea · 5 years ago
  30. 4691d10 [ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h utilities. NFC by Fangrui Song · 5 years ago
  31. aef7b26 Revert "[WebAssembly] Improve invalid relocation error message" by Derek Schuff · 5 years ago
  32. 850fea0 Revert "[WebAssembly] Improve invalid relocation error message" by Derek Schuff · 5 years ago
  33. 1161db4 Remove a duplicate assignment. NFC. by Rui Ueyama · 5 years ago
  34. c3de8cd Fixed the lld test using ld-lld command to use ld.lld instead. by Rumeet Dhindsa · 5 years ago
  35. 24042b4 [COFF] Optimize range extension thunk insertion memory usage by Reid Kleckner · 5 years ago
  36. dbd7f6e Create an instance of Target after reading all input files. NFC. by Rui Ueyama · 5 years ago
  37. dca9485 Make a member function a non-member function. by Rui Ueyama · 5 years ago
  38. 82a531e De-template X86_64TargetInfo. NFC. by Rui Ueyama · 5 years ago
  39. 0a7db1f Make helper functions static. NFC. by Benjamin Kramer · 5 years ago
  40. 143fd5b Make TargetInfo const. NFC. by Rui Ueyama · 5 years ago
  41. 573bf04 [ELF][ARM] Recommit Redesign of .ARM.exidx handling to use a SyntheticSection by Peter Smith · 5 years ago
  42. f8d2fdb [WebAssembly] Fix typo from rL357143 by Sam Clegg · 5 years ago
  43. f1e1b6e [WebAssembly] Improve invalid relocation error message by Sam Clegg · 5 years ago
  44. f768cbd Inline a trivial function. NFC. by Rui Ueyama · 5 years ago
  45. 56ce622 [ELF] Dump symbols ordered by profiled guided section layout to file. by Rui Ueyama · 5 years ago
  46. 171607d [LLD] Restore tests that use "-" as output by Andrew Ng · 5 years ago
  47. 8dab093 Revert "[lld] Reapply "Prevent duplicate files in debug line header in dwarf 5."" by Ali Tamur · 5 years ago
  48. 363b89c [WebAssembly] Initial implementation of PIC code generation by Sam Clegg · 5 years ago
  49. 47903c2 [lld] Reapply "Prevent duplicate files in debug line header in dwarf 5." by Ali Tamur · 5 years ago
  50. 8631b6a Reland "[WebAssembly] Add linker options to control feature checking" by Thomas Lively · 5 years ago
  51. 3c33e98 [ELF] Change GOT*_FROM_END (relative to end(.got)) to GOTPLT* (start(.got.plt)) by Fangrui Song · 5 years ago
  52. 00c733a Use a class instead of lambda-based callbacks to organize garbage collector. by Rui Ueyama · 5 years ago
  53. 62c5658 Revert "[lld] Prevent duplicate files in debug line header in dwarf 5." by Ali Tamur · 5 years ago
  54. a82c839 [lld] Prevent duplicate files in debug line header in dwarf 5. by Ali Tamur · 5 years ago
  55. 9c0e7ac Revert "[WebAssembly] Add linker options to control feature checking" by Thomas Lively · 5 years ago
  56. cc59d36 [LLD][COFF] Separate module descriptors creation from type/symbol merging by Alexandre Ganea · 5 years ago
  57. 714450b Simplify PltSection. by Rui Ueyama · 5 years ago
  58. 1a821b8 [WebAssembly] Add linker options to control feature checking by Thomas Lively · 5 years ago
  59. 234cafe [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocation entries by Fangrui Song · 5 years ago
  60. de75e02 Fix lld wasm tests after r356610 by Reid Kleckner · 5 years ago
  61. ea8e355 [ELF][ARM] Revert Redesign of .ARM.exidx handling to use a SyntheticSection by Peter Smith · 5 years ago
  62. e2af250 [ELF][ARM] Redesign of .ARM.exidx handling to use a SyntheticSection by Peter Smith · 5 years ago
  63. 1ce70be [WebAssembly] Target features section by Thomas Lively · 5 years ago
  64. 48418be [TailCallElim] Update tests for LTO pipeline change by Robert Lougher · 5 years ago
  65. 4a33413 Python 2/3 compatibility by Serge Guelton · 5 years ago
  66. 92806c2 [ELF] Allow sh_entsize to be unrelated to sh_addralign and not a power of 2 by Fangrui Song · 5 years ago
  67. c72aa58 [DebugInfo][PDB] Don't write empty debug streams by Alexandre Ganea · 5 years ago
  68. dd5c18c lld-link: Run conflict-mangled.test on all systems by Nico Weber · 5 years ago
  69. caaf65c [ELF] Emit weak-undef symbols in .dynsym of a PIE binary only if linked against shared libs. by Siva Chandra · 5 years ago
  70. 400057d [LLD][ELF] - Replace one of the tests with a YAML version. by George Rimar · 5 years ago
  71. 66e92a0 [ELF] De-virtualize findOrphanPos, excludeLibs and handleARMTlsRelocation by Fangrui Song · 5 years ago
  72. 8498639 [WebAssembly] Error on R_WASM_MEMORY_ADDR relocations against undefined data symbols. by Sam Clegg · 5 years ago
  73. b34f1bb [COFF] Delete unused declarations and add a missing forward declaration. NFC by Fangrui Song · 5 years ago
  74. 8e0f441 [ELF] Delete unused forward declarations and unused DynamicReloc::getInputSec(). NFC by Fangrui Song · 5 years ago
  75. 1970538 [ELF] De-template wrapSymbols, isReserved and addGotEntry. NFC by Fangrui Song · 5 years ago
  76. 626c746 [ELF] Add a test for large .bss.rel.ro by Fangrui Song · 5 years ago
  77. dd40ac1 [ELF] Fix 3 tests after D56828 by Fangrui Song · 5 years ago
  78. 480d28e [ELF] Split RW PT_LOAD on the PT_GNU_RELRO boundary by Fangrui Song · 5 years ago
  79. 89d0059 [LLD][COFF] Add /summary to print statistics by Alexandre Ganea · 5 years ago
  80. 1126c7e Make a hack for LTO work only when you are actually doing LTO. by Rui Ueyama · 5 years ago
  81. a747972 [ELF] Simplify RelRo, TLS, NOBITS section ranks and make RW PT_LOAD start with RelRo by Fangrui Song · 5 years ago
  82. 1ea7308 [WebAssembly] Improve support for "needed" list in dylink section by Sam Clegg · 5 years ago
  83. 0535cb8 [mips] Remove redundant setup of less-significant bit. NFC by Simon Atanasyan · 5 years ago
  84. 095cde8 [WebAssembly] Handle undefined data symbols in shared libraries by Sam Clegg · 5 years ago
  85. ec68b5d Reland "[Remarks] Add -foptimization-record-passes to filter remark emission" by Francis Visoiu Mistrih · 5 years ago
  86. c4852a6 ELF: Don't add .dynamic strings to .dynstr early. by Peter Collingbourne · 5 years ago
  87. 8b46fcb Revert "[Remarks] Add -foptimization-record-passes to filter remark emission" by Francis Visoiu Mistrih · 5 years ago
  88. 0d197ef ELF: Use bump pointer allocator for uncompressed section buffers. NFCI. by Peter Collingbourne · 5 years ago
  89. 7f83c66 [Remarks] Add -foptimization-record-passes to filter remark emission by Francis Visoiu Mistrih · 5 years ago
  90. 661487c Fixup test to work after changes in r355878. by Douglas Yung · 5 years ago
  91. 73927ce ELF: Simplify. NFCI. by Peter Collingbourne · 5 years ago
  92. 92c6b07 fix break tests after rL355922. NFCI by Xing GUO · 5 years ago
  93. 96a6fca [LLD][ELF] - Show symbols visibility in "undefined symbol..." error messages. by George Rimar · 5 years ago
  94. addb9a2 Fix test to unconditionally create a GNU-format archive. by Eli Friedman · 5 years ago
  95. 8d74275 ELF: Remove dead code. NFCI. by Peter Collingbourne · 5 years ago
  96. a601f71 [ELF] Print a better error for an archive containing a non-ELF file. by Eli Friedman · 5 years ago
  97. 476fe8d Include an archive file name in an error message for a corrupted file. by Rui Ueyama · 5 years ago
  98. 5132901 lld-link: Only print demangled symbol names by default by Nico Weber · 5 years ago
  99. a829c9f [PGO] Add options for context-sensitive PGO by Rong Xu · 5 years ago
  100. 3adf028 Fail early if an output file is not writable by Rui Ueyama · 5 years ago