summaryrefslogtreecommitdiff
path: root/lld/ELF/InputSection.cpp
AgeCommit message (Expand)Author
2018-03-28Define a trivial method inline.Rafael Espindola
2018-03-28Store live offsets as uint32_t.Rafael Espindola
2018-03-26Reduce code duplication a bit. NFCRafael Espindola
2018-03-24Add a SectionBase::getVA helper. NFC.Rafael Espindola
2018-03-23Move a Repl access.Rafael Espindola
2018-03-23Add a minimal fix for PR36878.Rafael Espindola
2018-03-08[ELF] - Fix crash relative to SHF_LINK_ORDER sections.George Rimar
2018-02-23[ELF] - Revert r325877 "[ELF] - Do not crash with --emit-relocs and --icf=all...George Rimar
2018-02-23[ELF] - Do not crash with --emit-relocs and --icf=all together.George Rimar
2018-02-16Ensure that Elf_Rel addends are always written for dynamic relocationsAlexander Richardson
2018-02-16[ELF] Fix use after free in case of using --whole-archive.Igor Kudrin
2018-02-16Relax relocation type checking in a non-ALLOC section.Rui Ueyama
2018-02-12Do not use Decompressor::isCompressedELFSection. NFC.Rui Ueyama
2018-02-12Remove 'z' in .zdebug when decompressing a section.Rui Ueyama
2018-02-12s/uncompress/decompress/g.Rui Ueyama
2018-02-02[ELF][MIPS] Change format of output relocations to Elf_RelSimon Atanasyan
2018-01-30Move function to the file where it is used.Rafael Espindola
2018-01-05Simplify handling of size relocations.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-19Remove unnecessary this->. NFC.Rafael Espindola
2017-12-13Move Repl to SectionBase.Rafael Espindola
2017-12-13Move Repl check to a symbol method.Rafael Espindola
2017-12-13Fix the type of the Discared section.Rafael Espindola
2017-12-09Remove some includes from InputFiles.h.Rafael Espindola
2017-11-30[ELF] - Handle EhInputSection Live bit in MarkLive.cppGeorge Rimar
2017-11-30Don't crash on invalid.Rafael Espindola
2017-11-30Delete dead code.Rafael Espindola
2017-11-28Move Memory.{h,cpp} to Common.Rui Ueyama
2017-11-27Consistent use of <internal> when displaying internal symbol namesSam Clegg
2017-11-16[ELF] - Don't emit broken relocations for SHF_MERGE sections when --emit-relo...George Rimar
2017-11-09[MIPS] Fix calculation of the R_MICROMIPS_LO16 / HI16 relocationsSimon Atanasyan
2017-11-06ELF: Merge DefinedRegular and Defined.Peter Collingbourne
2017-11-04Rename Body -> Sym.Rui Ueyama
2017-11-03Rename SymbolBody -> SymbolRui Ueyama
2017-11-03[ELF] - Remove excessive field initialization. NFC.George Rimar
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-27[ELF] - Ignore non-absolute R_386_GOTPC relocation in debug sections.George Rimar
2017-10-27Do not use InputSection::getFile<ELFT>() if InputSection::File suffices. NFC.Rui Ueyama
2017-10-27De-template EhReader. NFC.Rui Ueyama
2017-10-27De-template elf::getObjMsg. NFC.Rui Ueyama
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-25Simplify.Rui Ueyama
2017-10-22Remove a fast lookup table from MergeInputSection.Rui Ueyama
2017-10-22Simplify.Rui Ueyama
2017-10-21Assume that mergeable input sections are smaller than 4 GiB.Rui Ueyama
2017-10-21Don't call buildSectionOrder multiple times.Rafael Espindola