summaryrefslogtreecommitdiffstats
path: root/lld/ELF/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move function to the file where it is used.Rafael Espindola2015-12-231-17/+0
* Split Undefined and UndefinedElf.Rafael Espindola2015-12-221-6/+17
* Simplify types. NFC.Rafael Espindola2015-12-211-2/+2
* Remove unnecessary cast.Rafael Espindola2015-12-211-1/+1
* [ELF] - fixed not properly handled @GOTTPOFF relocation against local symbolsGeorge Rimar2015-12-211-22/+14
* [ELF] - Implemented R_*_IRELATIVE relocations for x86, x64 targets.George Rimar2015-12-211-2/+5
* [ELF] - R_386_GOTOFF relocation implemented.George Rimar2015-12-211-0/+2
* [ELF] - Fixed padding for CIE/FDE entries of .eh_frame sectionGeorge Rimar2015-12-211-5/+6
* [ELF][MIPS] MIPS .reginfo sections handlingSimon Atanasyan2015-12-201-0/+26
* [ELF] - implemented @indntpoff (x86) relocation and its optimization.George Rimar2015-12-171-2/+3
* [ELF] - implement support of extended length field for CIE/FDE records of eh_...George Rimar2015-12-171-7/+27
* ELF: Rename relocNeedsCopy -> needsCopyRelRui Ueyama2015-12-171-1/+1
* ELF: Separate NeedsCopy and OffsetInBSS.Rui Ueyama2015-12-171-2/+2
* ELF: Remove accessors that don't hide anything.Rui Ueyama2015-12-171-8/+8
* ELF: Rename isTLS -> isTls for consistency.Rui Ueyama2015-12-171-1/+1
* Fixed mistype in comment. NFC.George Rimar2015-12-151-1/+1
* Reapply fixed r255626 that broke buildbot:George Rimar2015-12-151-15/+13
* Revert of r255626 "[ELF] - refactor of code in RelocationSection<ELFT>::write...George Rimar2015-12-151-13/+15
* [ELF] - refactor of code in RelocationSection<ELFT>::writeTo()George Rimar2015-12-151-15/+13
* Treat unnamed symbols as locals.Rafael Espindola2015-12-111-1/+1
* Discard local symbols from SHF_MERGE sections.Rafael Espindola2015-12-111-3/+14
* Renamed addLocalModelTlsIndex() -> addCurrentModuleTlsIndex(), NFC.George Rimar2015-12-071-1/+1
* [ELF] - Implemented @tlsgd optimization (GD->IE case, x64).George Rimar2015-12-041-7/+14
* [ELF] - Fixed bug leading to miss of tls relocation when @tlsgd and @gottpoff...George Rimar2015-12-011-4/+13
* Reapply r254428.George Rimar2015-12-011-4/+6
* revert r254428 [ELF] - Refactor of tls_index implementation for tls local dyn...George Rimar2015-12-011-6/+4
* [ELF] - Refactor of tls_index implementation for tls local dynamic model.George Rimar2015-12-011-4/+6
* [ELF] - Split RelocationSection<ELFT>::writeTo function.George Rimar2015-11-301-19/+26
* Fixed potential crash on non-ELF64LE targets.George Rimar2015-11-291-1/+1
* Replaced stuff with auto. NFC.George Rimar2015-11-261-1/+1
* Reapply r254098.George Rimar2015-11-251-5/+17
* Revert r254098 as it seems broke build bot.George Rimar2015-11-251-17/+5
* [ELF] - Lazy relocations support for x86 target.George Rimar2015-11-251-5/+17
* [ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.George Rimar2015-11-251-1/+2
* Fix Elf_Rel processing for .eh_frame.Rafael Espindola2015-11-231-1/+1
* Fix formatting.Rui Ueyama2015-11-191-9/+8
* [ELF2] Remove target specific code from GotPltSection.Igor Kudrin2015-11-161-9/+7
* [ELF2] - Implemented R_X86_64_GOTTPOFF relocationGeorge Rimar2015-11-131-4/+9
* [ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...George Rimar2015-11-131-1/+1
* [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-2/+21
* [ELF2] Add mandatory .dynamic section entries on MIPS.Igor Kudrin2015-11-121-2/+56
* [ELF2] Sort dynamic symbols according to the MIPS requirements.Igor Kudrin2015-11-121-0/+13
* Add support for processing .eh_frame.Rafael Espindola2015-11-111-2/+151
* [elf2] Add support for local TLS symbols.Michael J. Spencer2015-11-111-1/+6
* [elf2] Add support for R_X86_64_TLSLD.Michael J. Spencer2015-11-111-0/+17
* Start treating .eh_frame specially.Rafael Espindola2015-11-091-1/+1
* Round up the memsize of PT_TLS.Rafael Espindola2015-11-061-1/+1
* [ELF2] Add GOT section for MIPS target.Igor Kudrin2015-11-061-2/+16
* [elf2] Implement R_X86_64_TPOFF32.Michael J. Spencer2015-11-031-0/+3
OpenPOWER on IntegriCloud