1. 11dc7fc ELF: Do not ICF two sections with different output sections. by Peter Collingbourne · 7 years ago
  2. dbef8cc [ELF] Implement --keep-unique option by Peter Smith · 7 years ago
  3. 9bf1006 Split merge sections early. by Rafael Espindola · 7 years ago
  4. 4809e2c Define InputSection::getOffset inline. by Rafael Espindola · 7 years ago
  5. 6275a7a Rename MergeInputSection::getOffset. by Rafael Espindola · 7 years ago
  6. ea2c783 Reduce code duplication. by Rafael Espindola · 7 years ago
  7. 5f8e77a Initialize OutputOff to zero. by Rafael Espindola · 7 years ago
  8. 6cd7af5 Inline initOffsetMap. by Rafael Espindola · 7 years ago
  9. 816127e Initialize OffsetMap in a known location. by Rafael Espindola · 7 years ago
  10. 92eba0e Define a trivial method inline. by Rafael Espindola · 7 years ago
  11. 5a7ca96 Store live offsets as uint32_t. by Rafael Espindola · 7 years ago
  12. 4f058a2 Add a SectionBase::getVA helper. NFC. by Rafael Espindola · 7 years ago
  13. ac114d2 s/uncompress/decompress/g. by Rui Ueyama · 7 years ago
  14. c7945c8 Move function to the file where it is used. by Rafael Espindola · 7 years ago
  15. 9a84f6b Detemplate reportDuplicate. by Rafael Espindola · 7 years ago
  16. ce3b52c Pass an InputFile to the InputSection constructor. by Rafael Espindola · 7 years ago
  17. 6040327 Convert a few more InputFiles to references. by Rafael Espindola · 7 years ago
  18. 5c73c49 Detemplate createCommentSection. by Rafael Espindola · 7 years ago
  19. f4fb5fd Move Repl to SectionBase. by Rafael Espindola · 7 years ago
  20. b01cd864 Fix the type of the Discared section. by Rafael Espindola · 7 years ago
  21. 10bcc1c Fix line endings. NFC. by Rafael Espindola · 7 years ago
  22. 8d0efdd [ELF] Reset OutputSection size prior to processing linker script commands by James Henderson · 7 years ago
  23. bdcfb17 Delete dead code. by Rafael Espindola · 7 years ago
  24. e9a9e0a ELF: Merge DefinedRegular and Defined. by Peter Collingbourne · 8 years ago
  25. 6c55a70 ELF: Remove DefinedCommon. by Peter Collingbourne · 8 years ago
  26. f52496e Rename SymbolBody -> Symbol by Rui Ueyama · 8 years ago
  27. 82f0c42d [ELF] - Teach LLD to report line numbers for data symbols. by George Rimar · 8 years ago
  28. 95c142e Revert r316305: Remove a fast lookup table from MergeInputSection. by Rui Ueyama · 8 years ago
  29. ea1398e Move "Assigned" bit from SectionBase to InputSectionBase. by Rui Ueyama · 8 years ago
  30. da4d26df Initialize members not by assignment but by the member initializer list. by Rui Ueyama · 8 years ago
  31. d6b7a39 De-template elf::getObjMsg. NFC. by Rui Ueyama · 8 years ago
  32. 572247f De-template EhFrameSection. NFC. by Rui Ueyama · 8 years ago
  33. d5135b7 Remove obsolete comment. by Rui Ueyama · 8 years ago
  34. f4ca4a6 [ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections and --emit-relocs used together. by George Rimar · 8 years ago
  35. 70abb6e LLD: Fix large integer implicitly truncated to unsigned type gcc warning by Konstantin Zhuravlyov · 8 years ago
  36. d96724d Remove a fast lookup table from MergeInputSection. by Rui Ueyama · 8 years ago
  37. 95bf509 Assume that mergeable input sections are smaller than 4 GiB. by Rui Ueyama · 8 years ago
  38. 0543343 Use more precise type. by Rui Ueyama · 8 years ago
  39. ed94f36 Remove an unused default argument. by Rui Ueyama · 8 years ago
  40. f987fe7 Add more comments. by Rui Ueyama · 8 years ago
  41. 124bedb Add comment to InputSectionBase::File. by Rui Ueyama · 8 years ago
  42. 339ddd1 Remove dead function. by Rui Ueyama · 8 years ago
  43. e8936bc Add comment. by Rui Ueyama · 8 years ago
  44. 10f5867 Remove redundant initialization code. by Rui Ueyama · 8 years ago
  45. e41f9e0 Inline a small function. NFC. by Rui Ueyama · 8 years ago
  46. 50d7b36 [ELF] Decompress debug info sections early by Shoaib Meenai · 8 years ago
  47. 3f85170 Move new lld's code to Common subdirectory. by Rui Ueyama · 8 years ago
  48. abf908e Fix a data race found by tsan. by Rui Ueyama · 8 years ago
  49. 43ca716 Inline hot functions. by Rui Ueyama · 8 years ago
  50. 169dbde Revert rL313697, "Compact EhSectionPiece from 32 bytes to 16 bytes." by NAKAMURA Takumi · 8 years ago
  51. 014b0f2 Compact EhSectionPiece from 32 bytes to 16 bytes. by Rui Ueyama · 8 years ago
  52. 696a7f9 [ELF] - Introduce std::vector<InputFile *> global arrays. by George Rimar · 8 years ago
  53. 34a0dd5 Rename EhSectionPiece::ID -> EhSectionPiece::Sec. by Rui Ueyama · 8 years ago
  54. e084aac Do not use inheritance for EhSectionPiece. by Rui Ueyama · 8 years ago
  55. a6ff617 Remove useless accessor. by Rui Ueyama · 8 years ago
  56. 17e93d2 Simplify type. NFC. by Rafael Espindola · 8 years ago
  57. 314a005 Remove a lock and use a std::unique_ptr instead. by Rui Ueyama · 8 years ago
  58. d6bcde3 [ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts" by George Rimar · 8 years ago
  59. 709fb2bb1 Rename ObjectFile -> ObjFile. by Rui Ueyama · 8 years ago
  60. f08b38c Simplify. NFC. by Rui Ueyama · 8 years ago
  61. db5e56f Store a single Parent pointer for InputSectionBase. by Rafael Espindola · 8 years ago
  62. b47c6e5 Fix a crash. by Rafael Espindola · 8 years ago
  63. 3b189d1 [ELF] - Do not allow -r to eat comdats. by George Rimar · 8 years ago
  64. e739e49 Replace std::call_once with llvm:call_once by Kamil Rytarowski · 8 years ago
  65. a6465bb Alternative way to detemplate GotSection. by Rafael Espindola · 8 years ago
  66. b876020 Change the error message format for undefined symbols. by Rui Ueyama · 8 years ago
  67. 1ec03e4 [ELF] - Detemplate InputSection::getRelocatedSection(). NFC. by George Rimar · 8 years ago
  68. 76e562a [ELF] - Detemplate InputSectionBase::uncompress(). NFC by George Rimar · 8 years ago
  69. 9353e2d [ELF] - Detemplate InputSectionBase::getLinkOrderDep(). NFC. by George Rimar · 8 years ago
  70. 5616adf Remove DefinedSynthetic. by Rafael Espindola · 8 years ago
  71. fcd208f Use uint32_t for alignment in more places, NFC. by Rafael Espindola · 8 years ago
  72. 5e434b3 Remove unnecessary template. by Rafael Espindola · 8 years ago
  73. e129409 Remove unnecessary template. NFC. by Rafael Espindola · 8 years ago
  74. 35ae65e Rename one of the getOffset methods. by Rafael Espindola · 8 years ago
  75. 76b6bd3 Remove unnecessary template. NFC. by Rafael Espindola · 8 years ago
  76. bdd2e3e Remove redundant member of InputSectionBase. NFC. by Rafael Espindola · 8 years ago
  77. c8de15b Rename remaining uses of Addralign to Alignment. by Rafael Espindola · 8 years ago
  78. 2a80e11 Make Discarded a InputSectionBase. by Rafael Espindola · 8 years ago
  79. 5c02b74 Detemplate EhInputSection. NFC. by Rafael Espindola · 8 years ago
  80. 6119b86 Detemplate merge (input and synthetic) sections. NFC. by Rafael Espindola · 8 years ago
  81. 80474a2 De-template DefinedRegular. by Rui Ueyama · 8 years ago
  82. 536a267 Move SymbolTable<ELFT>::Sections out of the class. by Rui Ueyama · 8 years ago
  83. 24e6f36 Merge OutputSectionBase and OutputSection. NFC. by Rafael Espindola · 8 years ago
  84. 798ad9a Expand a comment. NFC. by Rafael Espindola · 8 years ago
  85. 66b4e21 Convert EhOutputSection to be a synthetic section. by Rafael Espindola · 8 years ago
  86. 774ea7d Make InputSection a class. NFC. by Rafael Espindola · 8 years ago
  87. c404d50 Merge InputSectionData and InputSectionBase. by Rafael Espindola · 8 years ago
  88. b4c9b81 Convert InputSectionBase to a class. by Rafael Espindola · 8 years ago
  89. 647c168 [ELF] - Move DependentSections vector from InputSection to InputSectionBase by George Rimar · 8 years ago
  90. 09015fe [ELF] - Allow section to have multiple dependent sections. by George Rimar · 8 years ago
  91. 9e9754b Replace MergeOutputSection with a synthetic section. by Rafael Espindola · 8 years ago
  92. 3a52eb0 [ELF] Use SyntheticSections for Thunks by Peter Smith · 8 years ago
  93. f20ee9f Revert "[ELF][ARM] Use SyntheticSections for Thunks" by Rui Ueyama · 8 years ago
  94. 5191c6f [ELF][ARM] Use SyntheticSections for Thunks by Peter Smith · 8 years ago
  95. 0d8af36 [ELF] - Reuse Decompressor class. by George Rimar · 8 years ago
  96. ce03926 Merge elf::toString and coff::toString. by Rui Ueyama · 8 years ago
  97. c207a89 Remove `Compressed` member from InputSectionData. by Rui Ueyama · 8 years ago
  98. 8f687f7 Remove inappropriate use of CachedHashStringRef. by Rui Ueyama · 8 years ago
  99. c8e6884 Inline MergeInputSection::getData(). by Rui Ueyama · 8 years ago
  100. fcd3fa8 Use "equivalence class" instead of "color" to describe the concept in ICF. by Rui Ueyama · 8 years ago