summaryrefslogtreecommitdiff
path: root/lld/ELF/InputSection.cpp
AgeCommit message (Expand)Author
2018-08-01[LLD][ELF] - Apply clang-format to InputSections.cpp. NFC.George Rimar
2018-08-01[LLD][ELF] - Removed excessive llvm:: prefix. NFC.George Rimar
2018-07-31Simplify. NFC.Rui Ueyama
2018-07-17Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine
2018-07-16[ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.George Rimar
2018-07-11[ELF] Update addends in non-allocatable sections for REL targets when creatin...Igor Kudrin
2018-07-09[PPC64] Add TLS local dynamic to local exec relaxationZaara Syeda
2018-06-27[PPC64] Add support for R_PPC64_GOT_DTPREL16* relocationsZaara Syeda
2018-06-26[PPC64] Thread-local storage general-dynamic to initial-exec relaxation.Sean Fertile
2018-06-11[ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...Simon Atanasyan
2018-06-11[ELF][MIPS] Multi-GOT implementationSimon Atanasyan
2018-06-08[PPC64] Add support for local-exec TLS modelZaara Syeda
2018-05-31[PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile
2018-05-31Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.Sean Fertile
2018-05-29[PPC64] Support General-Dynamic tls.Sean Fertile
2018-05-23ELF: Do not ICF two sections with different output sections.Peter Collingbourne
2018-05-08[ELF][MIPS] Fix calculation of GP relative relocations in case of relocatable...Simon Atanasyan
2018-05-06[PPC64] Emit plt call stubs to the text section rather then the plt section.Sean Fertile
2018-05-04[PPC64] Remove support for ELF V1 ABI in LLDZaara Syeda
2018-04-30Fix warning: result of 32-bit shift implicitly converted to 64 bits - NFCZaara Syeda
2018-04-27Split .eh_frame sections in parellel.Rafael Espindola
2018-04-27Split merge sections early.Rafael Espindola
2018-04-27[PPC64] Add offset to local entry point when calling functions without pltZaara Syeda
2018-04-23Remove duplicate "error:" from an error message.Rui Ueyama
2018-04-23[PPC64] Fix toc restore nops offset for V2 ABIZaara Syeda
2018-04-19Define InputSection::getOffset inline.Rafael Espindola
2018-04-19Simplify Repl handling.Rafael Espindola
2018-04-19Simplify getOffset for synthetic sections.Rafael Espindola
2018-04-19Rename MergeInputSection::getOffset.Rafael Espindola
2018-04-19Simplify. NFC.Rafael Espindola
2018-04-19Don't call getOffset twice. NFC.Rafael Espindola
2018-04-06Don't ignore addend when a SHF_MERGE section is dead.Rafael Espindola
2018-04-05Initialize OffsetMap earlier.Rafael Espindola
2018-04-04Don't ignore addend in getOffset.Rafael Espindola
2018-04-03Inline initOffsetMap.Rafael Espindola
2018-04-03Use OffsetMap in getSectionPiece.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-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