summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] - Ignore R_386_NONE.George Rimar2017-01-111-0/+2
* [ELF] - Explicitly list supported relocations for x86 target.George Rimar2017-01-111-1/+7
* Merge elf::toString and coff::toString.Rui Ueyama2017-01-061-4/+4
* [ELF] Add support for thunks to undefined non-weak symbolsPeter Smith2017-01-041-2/+5
* [ELF] - Use error() instead of fatal() during relaxation of R_X86_64_GOTTPOFFGeorge Rimar2016-12-221-1/+1
* [ELF] - Do not call fatal() in Target.cpp, call error() instead.George Rimar2016-12-211-7/+7
* Move a function defintion to make it static.Rui Ueyama2016-12-211-0/+29
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* Rename functions as per post commit review for r289072.Rui Ueyama2016-12-151-12/+12
* [ELF] Add R_ARM_RELATIVE to relocations that can be applied to GotSectionPeter Smith2016-12-131-0/+1
* Add support for R_X86_64_GOT64.Rafael Espindola2016-12-091-0/+2
* [ELF][I386] .got.plt entries for i386 should use VA of ifunc resolverPeter Smith2016-12-091-0/+16
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-3/+2
* Use make to instantiate Target and LinkerScript. NFC.Rui Ueyama2016-12-081-12/+13
* Make function names shorter. NFC.Rui Ueyama2016-12-081-13/+13
* Do not use template where template is not needed.Rui Ueyama2016-12-081-8/+8
* [ELF] - Read 16 bits for R_386_16/R_386_PC16 relocations instead of 32.George Rimar2016-12-081-1/+2
* [ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbolsSimon Atanasyan2016-12-081-4/+4
* Rename MaxPageSize to DefaultMaxPageSize to avoid confusion.Rafael Espindola2016-12-071-3/+3
* ELF/AArch64: Refactor R_AARCH64_LDST{8,15,32,64,128}_ABS_LO12_NC RelocationsAdhemerval Zanella2016-12-071-12/+20
* ELF/AArch64: Fix R_AARCH64_LDST16_ABS_LO12_NC maskAdhemerval Zanella2016-12-051-1/+1
* ELF/AArch64: Simplify R_AARCH64_ADD_ABS_LO12_NC relocationAdhemerval Zanella2016-12-051-5/+1
* ELF/AArch64: consolidate getAArch64Page implementationAdhemerval Zanella2016-12-051-1/+4
* [ELF] - Implemented R_386_16 and R_386PC16 relocationsGeorge Rimar2016-12-031-0/+10
* Ignore R_X86_64_NONE.Rafael Espindola2016-12-021-0/+2
* [ELF] Add support for static TLS to ARMPeter Smith2016-11-291-0/+3
* [ELF] Refactor target error messagesEugene Leviant2016-11-291-50/+60
* Use relocations to fill statically known got entries.Rafael Espindola2016-11-291-0/+4
* Sort. NFC.Rafael Espindola2016-11-291-1/+1
* [ELF] Refactor getDynRel to print error locationEugene Leviant2016-11-251-23/+18
* Remove trailing whitespace.Rui Ueyama2016-11-231-1/+1
* Define toString() as a generic function to get a string for error message.Rui Ueyama2016-11-231-6/+6
* lld: Default image base address to 0x200000 on x86-64Ed Maste2016-11-231-0/+3
* [ELF] Convert PltSection to input sectionEugene Leviant2016-11-181-6/+6
* [ELF][MIPS] Add MipsGotSection to handle MIPS GOTSimon Atanasyan2016-11-161-1/+1
* [ELF] Convert DynamicSection to input section.Eugene Leviant2016-11-151-2/+2
* [ELF] Convert .got section to input sectionEugene Leviant2016-11-111-1/+1
* [ELF] Convert .got.plt section to input sectionEugene Leviant2016-11-101-6/+7
* Split Header into individual fields.Rafael Espindola2016-11-091-15/+15
* [ELF][MIPS] N32 ABI supportSimon Atanasyan2016-11-051-10/+18
* [ELF] Do not create interworking thunks for undefined weak references.Peter Smith2016-11-031-0/+3
* Implement R_PPC_ADDR32.Rui Ueyama2016-11-011-3/+4
* Implement R_PPC_REL24 and R_PPC_REL32 relocations.Rui Ueyama2016-11-011-1/+14
* [ELF][MIPS] Put local GOT entries accessed via a 16-bit index firstSimon Atanasyan2016-10-211-3/+4
* [AMDGPU] Handle R_AMDGPU_ABS64 relocationKonstantin Zhuravlyov2016-10-201-0/+4
* [ELF] Allow relative exceptions relocations in shared librariesPeter Smith2016-10-201-4/+4
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-35/+34
* [ELF] Support for R_ARM_TARGET2 relocationPeter Smith2016-10-171-0/+8
* [ELF/AMDGPU]: Add support for new relocationsKonstantin Zhuravlyov2016-10-141-0/+10
* [ELF] Set max page size to 64K for AArch64Eugene Leviant2016-10-041-0/+1
OpenPOWER on IntegriCloud