1. 38245ea [LLD][COFF] Early load PDB type server files by Alexandre Ganea · 5 years ago
  2. 75c4b92 Fix 'warning: comparison is always true due to limited range of data type [-Wtype-limits]' with GCC 7.3 by Alexandre Ganea · 5 years ago
  3. 8c5f1ab Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sections were discarded by Fangrui Song · 5 years ago
  4. 69475cb Add release note entries for recent typo correction changes by Nico Weber · 5 years ago
  5. a1bc9c9 Revert [ELF] Error on relocations to STT_SECTION symbols if the sections were discarded by Haojian Wu · 5 years ago
  6. b4a0b92 [ELF] Replace two addSymbol() call sites with Symbol::resolve(). NFC by Fangrui Song · 5 years ago
  7. 6670ffa [ELF] Error on relocations to STT_SECTION symbols if the sections were discarded by Fangrui Song · 5 years ago
  8. 73c7950 Use SymbolTable::insert() to implement --trace. by Rui Ueyama · 5 years ago
  9. b16c8f0 Merge ELFFileBase::{initSymtab,parseHeader} as ELFFileBase:init. NFC. by Rui Ueyama · 5 years ago
  10. 3d6c254 Remove elf::createSharedFile and move its code to SharedFile's ctor. NFC. by Rui Ueyama · 5 years ago
  11. 1e90cb9 [WebAssembly] Relax signature checking for undefined functions that are not called directly by Sam Clegg · 5 years ago
  12. 174aa9a [COFF] De-virtualize Chunk and SectionChunk by Reid Kleckner · 5 years ago
  13. 80f2bda [COFF] Replace OutputSection* with uint16_t index in Chunk by Reid Kleckner · 5 years ago
  14. 571527a [WebAssebmly] Add support for --wrap by Sam Clegg · 5 years ago
  15. e56b7828 [lld] Trace all references with lld --trace-symbol by Sam Clegg · 5 years ago
  16. adfeee8 [WebAssembly] Add support for -emit-relocs by Sam Clegg · 5 years ago
  17. b6404d7 [LLD][COFF] Implement /filealign parameter by Rui Ueyama · 5 years ago
  18. 9685eac [llvm-readobj] Implement GNU-style output for dynamic table by Simon Atanasyan · 5 years ago
  19. 528e1e4 [ELF] Fix a doc typo. NFC by Fangrui Song · 5 years ago
  20. ef74eeb [ELF] Deleted unused forward declarations. NFC by Fangrui Song · 5 years ago
  21. aa072fd [COFF] Remove finalizeContents virtual method from Chunk, NFC by Reid Kleckner · 5 years ago
  22. a630b06 ELF: Remove a comparison against In.EhFrame. NFCI. by Peter Collingbourne · 5 years ago
  23. ad8472d [COFF] Move KeepUnique bit from Chunk to SectionChunk, NFC by Reid Kleckner · 5 years ago
  24. 92c9f50 lld-link, clang: Treat non-existent input files as possible spellos for option flags by Nico Weber · 5 years ago
  25. e9352c9 Simplify InputFile::fetch(). by Rui Ueyama · 5 years ago
  26. 1824aef Remove LazyObjFile::AddedToLink. by Rui Ueyama · 5 years ago
  27. b56a084 Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections by Sam Clegg · 5 years ago
  28. fada623 Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp. by Rui Ueyama · 5 years ago
  29. 953b4b5 Speed up --start-lib and --end-lib. by Rui Ueyama · 5 years ago
  30. e1ba733 [LLD][ELF] - Improve diagnostic about unrecognized relocations. by George Rimar · 5 years ago
  31. fa96bad [WebAssembly] Seal imports section before counting imports by Sam Clegg · 5 years ago
  32. 3eee8e7 Move SymbolTable::addCombinedLTOObject() to LinkerDriver. by Rui Ueyama · 5 years ago
  33. de41f75 Re-land r361206 "[COFF] Store alignment in log2 form, NFC" by Reid Kleckner · 5 years ago
  34. 3565e4d [mips] Use GNU-style output to make tests smaller. NFC by Simon Atanasyan · 5 years ago
  35. 4ef14dd [mips] Replace multiple `-check-prefix` by single `-check-prefixes`. NFC by Simon Atanasyan · 5 years ago
  36. fcb27f7 Copy symbol length when we replace a symbol. by Rui Ueyama · 5 years ago
  37. 48a603b [ELF] Improve error message for relocations to symbols defined in discarded sections by Fangrui Song · 5 years ago
  38. fb27bcb Simplify the logic to instantiate Symbols. Should be NFC. by Rui Ueyama · 5 years ago
  39. 91a4e89 [docs] Fix troff macro (.F1 -> .Fl) in ld.lld.1 by Fangrui Song · 5 years ago
  40. a0099e9 Fix test to put its outputs into the temp directory. by Richard Smith · 5 years ago
  41. 2bea93c Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections" by Sam Clegg · 5 years ago
  42. d2b1026 [ELF] Deleted unused ComdatGroups member variable left by D61854 by Fangrui Song · 5 years ago
  43. 950c789 Fix test failure. by Rui Ueyama · 5 years ago
  44. d095a29 [WebAssembly] Add --reproduce. by Rui Ueyama · 5 years ago
  45. d6bb532 [WebAssembly] Add __start_/_stop_ symbols for data sections by Sam Clegg · 5 years ago
  46. 517b10e [WebAssembly] Refactor synthetic sections and relocation processing. NFC. by Sam Clegg · 5 years ago
  47. 7689587 [ELF] Don't advance position in a memory region when assigning to the Dot by Fangrui Song · 5 years ago
  48. 4d121e0 [ELF] Error on relocations to local undefined symbols by Fangrui Song · 5 years ago
  49. e7da41a Revert r361206 "[COFF] Store alignment in log2 form, NFC" by Nico Weber · 5 years ago
  50. c1d3518 [COFF] Store alignment in log2 form, NFC by Reid Kleckner · 5 years ago
  51. f426b97 [ELF][Driver] Fix precedence of symbol ordering file and CGProfile by Tiancong Wang · 5 years ago
  52. 492353f Test commit, add an empty line. by Tiancong Wang · 5 years ago
  53. ef2e360 [ELF] -z combreloc: sort dynamic relocations by (!is_relative,symbol_index,r_offset) by Fangrui Song · 5 years ago
  54. ebb2859 Revert "[ELF] Error on relocations to local undefined symbols" by Dmitri Gribenko · 5 years ago
  55. f587308 Revert "[ELF] -z combreloc: sort dynamic relocations by (symbol_index,r_offset)" by Dmitri Gribenko · 5 years ago
  56. ed9b809 [ELF] Fix getRelocTargetVA formulae of R_TLS and R_NEG_TLS by Fangrui Song · 5 years ago
  57. a174b2e [ELF] Error on relocations to local undefined symbols by Fangrui Song · 5 years ago
  58. 78b5af3 [MIPS] Update mips-abs-got.s to not use .reloc by Fangrui Song · 5 years ago
  59. d2a87af [ELF] Fix tests from r361013 on ARM/AARch64 bots. by Yvan Roux · 5 years ago
  60. 49a568d [ELF] -z combreloc: sort dynamic relocations by (symbol_index,r_offset) by Fangrui Song · 5 years ago
  61. 1de20e5 Make replaceSymbol a member function of Symbol. by Rui Ueyama · 5 years ago
  62. c7b8ba9 [ELF] Copy IsPreemptible in replaceSymbol() by Fangrui Song · 5 years ago
  63. 25e8f96 Suppress false-positive GCC -Wreturn-type warning. by Michael Liao · 5 years ago
  64. 4194133 [MinGW] Set the right updated option help for the updated pdb option. NFC by Martin Storsjo · 5 years ago
  65. d60eb68 [ARM][AArch64] Revert Android Bionic PT_TLS overaligning hack by Fangrui Song · 5 years ago
  66. 8c177ee [ELF][X86] Fix R_RELAX_TLS_GD_TO_LE_NEG and R_NEG_TLS after D62059 by Fangrui Song · 5 years ago
  67. 07a5cef [ELF] Add {i386,x86-64}-tls-le-align.s to test TP offsets for TLS Variant 2 by Fangrui Song · 5 years ago
  68. 0eab1bc [ELF] Fix TP offset of TLS Variant I after D62059 by Fangrui Song · 5 years ago
  69. 0467a3f Fix tests from r361013 on X86 bots. by Russell Gallop · 5 years ago
  70. 587fcf0 [ELF] -r: fix R_*_NONE to section symbols on Elf*_Rel targets by Fangrui Song · 5 years ago
  71. f8b6a78 [ELF] Don't align PT_TLS's p_memsz by Fangrui Song · 5 years ago
  72. 5f6d533 [MinGW] Include --enable-auto-import in the help listing by Martin Storsjo · 5 years ago
  73. 81fdfed [MinGW] Implement the -v and --version flags for the MinGW driver by Martin Storsjo · 5 years ago
  74. 3e79f1f [MinGW] Implement --help for the MinGW driver by Martin Storsjo · 5 years ago
  75. 4c1eb58 [MinGW] Allow requesting PDB output without giving a file name by Martin Storsjo · 5 years ago
  76. 6d58d40 [ELF][test] Reorganize some R_*_NONE tests by Fangrui Song · 5 years ago
  77. 1bcfa27 [ELF] Implement Dependent Libraries Feature by Ben Dunbobbin · 5 years ago
  78. f927f91 Move symbol resolution code out of SymbolTable class. by Rui Ueyama · 5 years ago
  79. ccffa59 Revert r358069 "Discard debuginfo for object files empty after GC" by Bob Haarman · 5 years ago
  80. aab008a [WebAssembly] Move code and data section generation to finalizeContent. NFC. by Sam Clegg · 5 years ago
  81. 94b2c25 [WebAssembly] Don't generate empty type sections. by Sam Clegg · 5 years ago
  82. 8538991 [lld-link] Add missing "REQUIRES: x86" to COFF/lib-module-asm.ll test. by Yvan Roux · 5 years ago
  83. 9c68d06 Add missing "REQUIRES: x86" to the lto/irmover-warning.ll test. by Igor Kudrin · 5 years ago
  84. 9f38b33 [LTO] Improve readability of module IDs by Igor Kudrin · 5 years ago
  85. 45186c0 Pemove SymbolTable::addBitcode as it is redundant. by Rui Ueyama · 5 years ago
  86. c014689 Consistently return `Symbol *` from SymbolTable's add-family functions. by Rui Ueyama · 5 years ago
  87. b8bf2ab De-template parseFile() and SymbolTable's add-family functions. by Rui Ueyama · 5 years ago
  88. 4e785d1 Introduce CommonSymbol. by Rui Ueyama · 5 years ago
  89. 65631bc Simplify SymbolTable::add{Defined,Undefined,...} functions. by Rui Ueyama · 5 years ago
  90. a567ad4 [ELF] Fix typo in header guard. NFC. by Sam Clegg · 5 years ago
  91. 37b7d89 [lld] Remove 2>&1 from --trace-symbol tests by Sam Clegg · 5 years ago
  92. 9784dad [WebAssembly] LTO: Honor comdat groups when loading bitcode files by Sam Clegg · 5 years ago
  93. 4ed87f5 [LLD][ELF] Add the -z ifunc-noplt option by Fangrui Song · 5 years ago
  94. b8b50ee [ELF] --gdb-index: fix SIGSEGV when a DWARFAddressRange has invalid SectionIndex by Fangrui Song · 5 years ago
  95. defd126 Move SymbolTable::addFile to InputFiles.cpp. by Rui Ueyama · 5 years ago
  96. f069e09 [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<uint8_t>> by Fangrui Song · 5 years ago
  97. 7978126 [WebAssembly] Refactor relocation processing. NFC. by Sam Clegg · 5 years ago
  98. 9ec789f [ELF] Full support for -n (--nmagic) and -N (--omagic) via common page by Peter Smith · 5 years ago
  99. d2085a5 [COFF] Update LLD yaml test cases to include .bss size by Reid Kleckner · 5 years ago
  100. 6cc0289 [llvm-objdump] Print st_other by Fangrui Song · 5 years ago