summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF
Commit message (Expand)AuthorAgeFilesLines
* Simplify error handling.Rui Ueyama2017-10-282-4/+0
* Remove trailing whitespace.Rui Ueyama2017-10-271-3/+3
* Handle all symbol types in --trace.Rafael Espindola2017-10-271-5/+9
* ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne2017-10-271-0/+210
* [ELF] - Ignore non-absolute R_386_GOTPC relocation in debug sections.George Rimar2017-10-271-0/+33
* [ELF] - Stop naming relocation sections with first input section name.George Rimar2017-10-272-3/+3
* [ELF][ARM] Add missing REQUIRES: arm to testsPeter Smith2017-10-272-1/+2
* [ELF] Add support for multiple passes to createThunks()Peter Smith2017-10-274-0/+364
* [ELF] Introduce range extension thunks for ARMPeter Smith2017-10-2714-38/+1037
* [ELF] Pre-create ThunkSections at Target specific intervalsPeter Smith2017-10-271-3/+3
* [ELF] - Dedupliсate FDEs when sections are ICFed.George Rimar2017-10-262-7/+103
* [ELF] - Implement --orphan-handling option.George Rimar2017-10-251-24/+44
* [ELF] - Linkerscript: fix issue with SUBALIGN.George Rimar2017-10-252-0/+25
* LLD/ELF/AMDGPU: Process AMDGPU-specific e_flagsKonstantin Zhuravlyov2017-10-245-0/+29
* [ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections...George Rimar2017-10-241-2/+14
* Document a change of behavior in r315552.Rafael Espindola2017-10-231-0/+17
* [ELF] When placing orphans, handle case when last section is deadPetr Hosek2017-10-231-0/+25
* Add R_PPC_ADDR16_HI relocation supportRui Ueyama2017-10-221-5/+19
* Handle shared symbols in the gnu hash construction.Rafael Espindola2017-10-183-38/+68
* Prune trailing linefeed.NAKAMURA Takumi2017-10-181-1/+0
* Revert "Bring back the rest of r315721."Rafael Espindola2017-10-182-38/+38
* Bring back the rest of r315721.Rafael Espindola2017-10-182-38/+38
* Bring back part of r315721.Rafael Espindola2017-10-171-21/+72
* Add base relative relocation record that can be used for the following case (...Tony Tye2017-10-161-0/+13
* Revert rL315721, "Handle shared and lazy symbol in the gnu hash construction."NAKAMURA Takumi2017-10-142-65/+14
* Give shared symbols priority over lazy ones.Rafael Espindola2017-10-131-0/+16
* Handle shared symbols in --gc-sections.Rafael Espindola2017-10-131-0/+6
* Handle shared and lazy symbol in the gnu hash construction.Rafael Espindola2017-10-132-14/+65
* Relax test.Rafael Espindola2017-10-131-3/+3
* Correctly handle shared and lazy symbols.Rafael Espindola2017-10-132-0/+7
* Update comment.Rafael Espindola2017-10-121-1/+1
* Relax test.Rafael Espindola2017-10-121-2/+2
* Use 0 as sh_link when we don't have a dynamic symbol table.Rafael Espindola2017-10-123-3/+3
* [ELF] - Linkerscript: Add `~` as separate math token.George Rimar2017-10-121-1/+1
* Remove one parameter from Target::getRelExpr.Rui Ueyama2017-10-124-6/+6
* [ELF] Try to not emit weird diagnostics on undefined symbols.Davide Italiano2017-10-112-0/+15
* [ELF] - Do not set output section flags except SHF_{ALLOC,WRITE,EXECINSTR}.George Rimar2017-10-112-0/+39
* Don't create a dummy __tls_get_addr.Rafael Espindola2017-10-102-4/+16
* [ELF] Set Dot initially to --image-base value when using linker scriptsJames Henderson2017-10-101-0/+18
* [LLD] Fix findOrphanPos to consistently ignore "dead" OutputSection'sAndrew Ng2017-10-101-0/+34
* [ELF] - Improve "has non-ABS reloc" error.George Rimar2017-10-101-1/+1
* Reland r315114, "ELF: Export preempted symbols even if there is a dynamic lis...Peter Collingbourne2017-10-061-2/+11
* Revert r315114, "ELF: Export preempted symbols even if there is a dynamic list."Peter Collingbourne2017-10-061-9/+0
* ELF: Export preempted symbols even if there is a dynamic list.Peter Collingbourne2017-10-061-0/+9
* Refine our --wrap implementation.Rafael Espindola2017-10-064-8/+33
* [ELF][MIPS] Check for overflow when writing R_MIPS_CALL16 and R_MIPS_TLS_GOTT...Alexander Richardson2017-10-061-0/+29
* [ELF] - Do not produce broken .dynamic section with --no-rosegmentGeorge Rimar2017-10-061-0/+15
* [ELF] - Do not produce broken .dynsym with --no-rosegment.George Rimar2017-10-061-0/+27
* [ELF] - Fix BB after r315051.George Rimar2017-10-061-2/+2
* [ELF] - Do --hash-style=both by default.George Rimar2017-10-06102-125/+125
OpenPOWER on IntegriCloud