summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Pass a pointer to InputFile to the getRelocTargetVA to escape dereferen...Simon Atanasyan2018-06-111-11/+10
* [ELF][MIPS] Multi-GOT implementationSimon Atanasyan2018-06-111-14/+18
* [PPC64] Add support for local-exec TLS modelZaara Syeda2018-06-081-1/+16
* [PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile2018-05-311-0/+2
* Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.Sean Fertile2018-05-311-3/+3
* [PPC64] Support General-Dynamic tls.Sean Fertile2018-05-291-0/+2
* ELF: Do not ICF two sections with different output sections.Peter Collingbourne2018-05-231-1/+1
* [ELF][MIPS] Fix calculation of GP relative relocations in case of relocatable...Simon Atanasyan2018-05-081-9/+24
* [PPC64] Emit plt call stubs to the text section rather then the plt section.Sean Fertile2018-05-061-5/+7
* [PPC64] Remove support for ELF V1 ABI in LLDZaara Syeda2018-05-041-12/+3
* Fix warning: result of 32-bit shift implicitly converted to 64 bits - NFCZaara Syeda2018-04-301-1/+1
* Split .eh_frame sections in parellel.Rafael Espindola2018-04-271-4/+0
* Split merge sections early.Rafael Espindola2018-04-271-4/+0
* [PPC64] Add offset to local entry point when calling functions without pltZaara Syeda2018-04-271-1/+12
* Remove duplicate "error:" from an error message.Rui Ueyama2018-04-231-6/+6
* [PPC64] Fix toc restore nops offset for V2 ABIZaara Syeda2018-04-231-2/+6
* Define InputSection::getOffset inline.Rafael Espindola2018-04-191-2/+2
* Simplify Repl handling.Rafael Espindola2018-04-191-4/+3
* Simplify getOffset for synthetic sections.Rafael Espindola2018-04-191-5/+1
* Rename MergeInputSection::getOffset.Rafael Espindola2018-04-191-3/+4
* Simplify. NFC.Rafael Espindola2018-04-191-1/+3
* Don't call getOffset twice. NFC.Rafael Espindola2018-04-191-2/+3
* Don't ignore addend when a SHF_MERGE section is dead.Rafael Espindola2018-04-061-3/+0
* Initialize OffsetMap earlier.Rafael Espindola2018-04-051-0/+4
* Don't ignore addend in getOffset.Rafael Espindola2018-04-041-3/+0
* Inline initOffsetMap.Rafael Espindola2018-04-031-6/+0
* Use OffsetMap in getSectionPiece.Rafael Espindola2018-04-031-5/+17
* Initialize OffsetMap in a known location.Rafael Espindola2018-03-281-7/+6
* Define a trivial method inline.Rafael Espindola2018-03-281-7/+2
* Store live offsets as uint32_t.Rafael Espindola2018-03-281-1/+1
* Reduce code duplication a bit. NFCRafael Espindola2018-03-261-1/+2
* Add a SectionBase::getVA helper. NFC.Rafael Espindola2018-03-241-4/+8
* Move a Repl access.Rafael Espindola2018-03-231-2/+2
* Add a minimal fix for PR36878.Rafael Espindola2018-03-231-3/+3
* [ELF] - Fix crash relative to SHF_LINK_ORDER sections.George Rimar2018-03-081-9/+3
* [ELF] - Revert r325877 "[ELF] - Do not crash with --emit-relocs and --icf=all...George Rimar2018-02-231-2/+0
* [ELF] - Do not crash with --emit-relocs and --icf=all together.George Rimar2018-02-231-0/+2
* Ensure that Elf_Rel addends are always written for dynamic relocationsAlexander Richardson2018-02-161-0/+2
* [ELF] Fix use after free in case of using --whole-archive.Igor Kudrin2018-02-161-1/+1
* Relax relocation type checking in a non-ALLOC section.Rui Ueyama2018-02-161-9/+27
* Do not use Decompressor::isCompressedELFSection. NFC.Rui Ueyama2018-02-121-1/+3
* Remove 'z' in .zdebug when decompressing a section.Rui Ueyama2018-02-121-1/+10
* s/uncompress/decompress/g.Rui Ueyama2018-02-121-6/+6
* [ELF][MIPS] Change format of output relocations to Elf_RelSimon Atanasyan2018-02-021-2/+2
* Move function to the file where it is used.Rafael Espindola2018-01-301-26/+0
* Simplify handling of size relocations.Rafael Espindola2018-01-051-1/+1
* Detemplate reportDuplicate.Rafael Espindola2017-12-231-34/+1
* Pass an InputFile to the InputSection constructor.Rafael Espindola2017-12-211-4/+5
* Convert a few more InputFiles to references.Rafael Espindola2017-12-211-38/+38
* Detemplate createCommentSection.Rafael Espindola2017-12-211-7/+13
OpenPOWER on IntegriCloud