summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] - Fixed bug leading to miss of tls relocation when @tlsgd and @gottpoff...George Rimar2015-12-011-1/+1
* Reapply r254428.George Rimar2015-12-011-2/+1
* revert r254428 [ELF] - Refactor of tls_index implementation for tls local dyn...George Rimar2015-12-011-1/+2
* [ELF] - Target interface simplification, getGotRefReloc() removed.George Rimar2015-12-011-2/+2
* [ELF] - Refactor of tls_index implementation for tls local dynamic model.George Rimar2015-12-011-2/+1
* Fix a comment typo (cashe -> cache)Hal Finkel2015-11-251-1/+1
* [ELF] - Implemented optimizations for @tlsld and @tlsgdGeorge Rimar2015-11-251-6/+13
* [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.George Rimar2015-11-251-0/+2
* [ELF] - simplify Target interface, relocPointsToGot() removed.George Rimar2015-11-251-3/+0
* [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.George Rimar2015-11-241-0/+6
* [ELF/AArch64] Add support for R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_L...Igor Kudrin2015-11-241-1/+2
* [ELF2] getPLTRefReloc() -> getPltRefReloc().Igor Kudrin2015-11-171-1/+1
* [ELF2] - Implemented R_X86_64_GOTTPOFF relocationGeorge Rimar2015-11-131-1/+1
* [ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...George Rimar2015-11-131-2/+2
* [elf2] get{Local,Global}DynamicReloc -> is{LocalGlobal}DynamicReloc.Michael J. Spencer2015-11-131-2/+2
* [elf2] Implement global dynamic tls.Michael J. Spencer2015-11-131-0/+8
* [ELF2] Fix gcc warning in section kind switchDenis Protivensky2015-11-121-0/+1
* Add support for processing .eh_frame.Rafael Espindola2015-11-111-12/+64
* Add a helper for getting the output offset of an input offset.Rafael Espindola2015-11-111-3/+12
* Convert a few size_t I missed in the previous commit. Sorry about that.Rafael Espindola2015-11-111-2/+2
* Replace size_t with uintX_t in a few places.Rafael Espindola2015-11-111-2/+2
* Remove unnecessary this->. NFC.Rafael Espindola2015-11-111-2/+2
* Don't pass a member variable to a method. NFC.Rafael Espindola2015-11-111-9/+6
* Move relocate to the base class.Rafael Espindola2015-11-111-5/+5
* [elf2] Add support for R_X86_64_TLSLD.Michael J. Spencer2015-11-111-3/+12
* [ELF2] merge-string.s test fixed for win32 configuration.George Rimar2015-10-291-3/+3
* [ELF2] R_X86_64_COPY relocation implementedGeorge Rimar2015-10-281-1/+2
* ELF2: Move some code from MarkLive.cpp to InputSection.cpp.Rui Ueyama2015-10-271-0/+22
* Fix -Wqual-const warning.Rui Ueyama2015-10-251-1/+1
* Add support for merging string from SHF_STRINGS sections.Rafael Espindola2015-10-241-10/+26
* Drop a few const to reduce the noise from the next patch. NFC.Rafael Espindola2015-10-231-2/+2
* ELF2: Improve Target::relocateOne().Rui Ueyama2015-10-231-2/+3
* Fix symbol value calculation in SHF_MERGE.Rafael Espindola2015-10-201-1/+5
* Add support for merging the contents of SHF_MERGE sections.Rafael Espindola2015-10-191-11/+72
* Change getLocalRelTarget to include the addend.Rafael Espindola2015-10-191-18/+3
* ELF2: Treat IsMips64EL as a global configuration.Rui Ueyama2015-10-161-3/+2
* [ELF2] Remove unneeded new Type parameterHal Finkel2015-10-161-1/+1
* [ELF2] getLocalRelTarget should handle R_PPC64_TOC directlyHal Finkel2015-10-161-1/+1
* ELF2: Rename SymVA -> SA if SymVA includes addend.Rui Ueyama2015-10-151-2/+1
* Centralize the handling of r_addend. NFC.Rafael Espindola2015-10-151-4/+19
* ELF2: Do not use OutputSection as a member variable name.Rui Ueyama2015-10-151-3/+3
* Remove silly getter use.Rafael Espindola2015-10-141-1/+0
* ELF2: Remove {set,get}OutputSection accessors.Rui Ueyama2015-10-141-1/+1
* ELF2: Remove {set,get}OutputSectionOff accessors.Rui Ueyama2015-10-141-2/+2
* Add support for a R_X86_64_32 referring to a plt.Rafael Espindola2015-10-141-1/+1
* [ELF2] Allow PPC64 to add the TOC-restore after .plt-based relocationsHal Finkel2015-10-121-6/+7
* Continue early to reduce indentation.Rui Ueyama2015-10-121-17/+18
* ELF2: Create a function to get VA from Elf_Rel.Rui Ueyama2015-10-121-4/+1
* ELF2: Implement --as-needed.Rui Ueyama2015-10-111-1/+1
* ELF2: Do not pass GotVA because it's accessible as Out<ELFT>::Got->getVA().Rui Ueyama2015-10-081-3/+2
OpenPOWER on IntegriCloud