summaryrefslogtreecommitdiff
path: root/lld/ELF/InputSection.h
AgeCommit message (Expand)Author
2018-07-17Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine
2018-05-23ELF: Do not ICF two sections with different output sections.Peter Collingbourne
2018-05-15[ELF] Implement --keep-unique optionPeter Smith
2018-04-27Split merge sections early.Rafael Espindola
2018-04-19Define InputSection::getOffset inline.Rafael Espindola
2018-04-19Rename MergeInputSection::getOffset.Rafael Espindola
2018-04-13Reduce code duplication.Rafael Espindola
2018-04-05Initialize OutputOff to zero.Rafael Espindola
2018-04-03Inline initOffsetMap.Rafael Espindola
2018-03-28Initialize OffsetMap in a known location.Rafael Espindola
2018-03-28Define a trivial method inline.Rafael Espindola
2018-03-28Store live offsets as uint32_t.Rafael Espindola
2018-03-24Add a SectionBase::getVA helper. NFC.Rafael Espindola
2018-02-12s/uncompress/decompress/g.Rui Ueyama
2018-01-30Move function to the file where it is used.Rafael Espindola
2017-12-23Detemplate reportDuplicate.Rafael Espindola
2017-12-21Pass an InputFile to the InputSection constructor.Rafael Espindola
2017-12-21Convert a few more InputFiles to references.Rafael Espindola
2017-12-21Detemplate createCommentSection.Rafael Espindola
2017-12-13Move Repl to SectionBase.Rafael Espindola
2017-12-13Fix the type of the Discared section.Rafael Espindola
2017-12-12Fix line endings. NFC.Rafael Espindola
2017-12-12[ELF] Reset OutputSection size prior to processing linker script commandsJames Henderson
2017-11-30Delete dead code.Rafael Espindola
2017-11-06ELF: Merge DefinedRegular and Defined.Peter Collingbourne
2017-11-06ELF: Remove DefinedCommon.Peter Collingbourne
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-11-01[ELF] - Teach LLD to report line numbers for data symbols.George Rimar
2017-10-31Revert r316305: Remove a fast lookup table from MergeInputSection.Rui Ueyama
2017-10-29Move "Assigned" bit from SectionBase to InputSectionBase.Rui Ueyama
2017-10-29Initialize members not by assignment but by the member initializer list.Rui Ueyama
2017-10-27De-template elf::getObjMsg. NFC.Rui Ueyama
2017-10-27De-template EhFrameSection. NFC.Rui Ueyama
2017-10-24Remove obsolete comment.Rui Ueyama
2017-10-24[ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections...George Rimar
2017-10-23LLD: Fix large integer implicitly truncated to unsigned type gcc warningKonstantin Zhuravlyov
2017-10-22Remove a fast lookup table from MergeInputSection.Rui Ueyama
2017-10-21Assume that mergeable input sections are smaller than 4 GiB.Rui Ueyama
2017-10-11Use more precise type.Rui Ueyama
2017-10-10Remove an unused default argument.Rui Ueyama
2017-10-10Add more comments.Rui Ueyama
2017-10-10Add comment to InputSectionBase::File.Rui Ueyama
2017-10-10Remove dead function.Rui Ueyama
2017-10-08Add comment.Rui Ueyama
2017-10-08Remove redundant initialization code.Rui Ueyama
2017-10-06Inline a small function. NFC.Rui Ueyama
2017-10-04[ELF] Decompress debug info sections earlyShoaib Meenai
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-10-02Fix a data race found by tsan.Rui Ueyama
2017-10-01Inline hot functions.Rui Ueyama