summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF][MIPS] Setup STO_MIPS_PIC flag for PIC symbols when generate a relocatab...Simon Atanasyan2016-09-291-6/+1
* [ELF] Use MaxPageSize for aligning PT_LOADPetr Hosek2016-09-281-3/+2
* [ELF/AArch64] Implement some UABS relocsEugene Leviant2016-09-121-0/+12
* [ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 relocations calc...Simon Atanasyan2016-09-051-2/+4
* [ELF][MIPS] Support R_MIPS_TLS_DTPREL32 / R_MIPS_TLS_TPREL32 relocations calc...Simon Atanasyan2016-09-051-2/+8
* Fix the implementation of R_386_GOTPC and R_386_GOTOFF.Rafael Espindola2016-08-311-2/+2
* Initialize RelativeRel for AMDGPU.Rui Ueyama2016-08-311-0/+1
* [ELF][MIPS] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocations calculationSimon Atanasyan2016-08-311-0/+20
* [ELF][MIPS] Inline function. NFCSimon Atanasyan2016-08-311-3/+2
* fix typo "varaibles"Nico Weber2016-08-241-1/+1
* Add R_386_TLS_LE as a relocation having an implicit addend.Ed Schouten2016-08-201-0/+1
* [ELF][MIPS] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocations calculationSimon Atanasyan2016-08-181-0/+4
* [ELF][MIPS] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 relocations calculationSimon Atanasyan2016-08-181-0/+4
* [ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold.Michael J. Spencer2016-08-171-0/+1
* Add EM_IAMCU support.Rui Ueyama2016-08-031-0/+1
* [ELF/ARM] Add support for R_ARM_TARGET1 relocation.Davide Italiano2016-08-011-0/+6
* [ELF][MIPS] Apply mask while reading implicit addend and writing result of R_...Simon Atanasyan2016-07-221-2/+2
* ELF/AMDGPU: Add support for R_AMDGPU_ABS32Konstantin Zhuravlyov2016-07-211-0/+3
* [ELF][MIPS] Create PLT entry specific for MIPS ABI version R6Simon Atanasyan2016-07-201-1/+8
* Create thunks before regular relocation scan.Rafael Espindola2016-07-201-0/+2
* Initial support for the local dynamic model ARM TLS relocations:Peter Smith2016-07-201-0/+11
* Support for standard model ARM TLSPeter Smith2016-07-201-1/+24
* Remove TargetInfo::getImageBase. NFC.Rui Ueyama2016-07-141-5/+1
* Attempt to unbreak msan bot.Rui Ueyama2016-07-141-1/+4
* Add GotEntrySize/GotPltEntrySize to ELF target.Rui Ueyama2016-07-131-0/+12
* Rename VAStart -> ImageBase. NFC.Rui Ueyama2016-07-131-2/+4
* Add ILP32 support to X86_64TargetInfo.Rui Ueyama2016-07-121-33/+55
* Remove Target::writeThunk.Rui Ueyama2016-07-091-14/+0
* Recommit R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-20/+68
* Revert R274836 Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-68/+20
* Add Thunk support framework for ARM and MipsPeter Smith2016-07-081-20/+68
* Read the implicit addend of R_386_GOT32X.Rafael Espindola2016-07-061-0/+1
* Recognize R_386_GOT32X.Rafael Espindola2016-07-061-0/+1
* ELF/AMDGPU: Add support for GOT relocationsTom Stellard2016-07-041-6/+19
* [ELF][MIPS] Support MIPS TLS relocationsSimon Atanasyan2016-06-231-2/+29
* Simplify writeThunk. NFC.Rui Ueyama2016-06-211-5/+4
* Detect invalid use of R_X86_64_GOTTPOFF.Rui Ueyama2016-06-211-0/+2
* Refactor X86TargetInfo::relaxTlsIeToLe.Rui Ueyama2016-06-211-23/+23
* Fix typo in comment.Rui Ueyama2016-06-211-1/+1
* Unbreak buildbots.Rui Ueyama2016-06-211-1/+1
* Refactor X86_64TargetInfo::relaxTlsIeToLe.Rui Ueyama2016-06-211-27/+33
* ELF/AMDGPU: Add support for R_AMDGPU_REL32 relocationsTom Stellard2016-06-201-6/+5
* [ELF][MIPS] Support GOT entries for non-preemptible symbols with different a...Simon Atanasyan2016-06-191-3/+1
* Remove default values that vary depending on target.Rui Ueyama2016-06-161-0/+1
* Make a switch-case a function for the sake of simplicity.Rui Ueyama2016-06-161-12/+15
* Merge cases that execute the same code.Rui Ueyama2016-06-161-19/+6
* Early return. NFC.Rui Ueyama2016-06-161-21/+21
* Simplify. NFC.Rui Ueyama2016-06-161-20/+10
* Simplify *(x+y) to x[y]. NFC.Rui Ueyama2016-06-161-11/+11
* Simplify. NFC.Rui Ueyama2016-06-161-1/+1
OpenPOWER on IntegriCloud