summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.h
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-131-0/+1
* [ELF] Make TargetInfo::writeIgotPlt a no-opFangrui Song2020-01-101-1/+1
* [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...Fangrui Song2019-12-181-6/+6
* [ELF] Add IpltSectionFangrui Song2019-12-171-0/+6
* [ELF] Delete relOff from TargetInfo::writePLTFangrui Song2019-12-161-2/+1
* [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...Fangrui Song2019-12-021-1/+1
* comment typo fix to cycle botsNico Weber2019-10-301-2/+2
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-1/+1
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-105/+105
* [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_...Fangrui Song2019-06-241-1/+1
* [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for ...Fangrui Song2019-06-201-3/+3
* [ELF] Make the rule to create relative relocations in a writable section stri...Fangrui Song2019-06-111-0/+1
* [PPC32] Support GD/LD/IE/LE TLS models and their relaxationsFangrui Song2019-06-061-0/+1
* [PPC32] Improve the 32-bit PowerPC portFangrui Song2019-06-061-0/+2
* [ELF] Delete GotEntrySize and GotPltEntrySizeFangrui Song2019-05-311-2/+0
* [ELF] Full support for -n (--nmagic) and -N (--omagic) via common pagePeter Smith2019-05-131-1/+1
* [PPC64] toc-indirect to toc-relative relaxationFangrui Song2019-05-071-3/+6
* Create an instance of Target after reading all input files. NFC.Rui Ueyama2019-03-281-2/+0
* De-template X86_64TargetInfo. NFC.Rui Ueyama2019-03-281-1/+0
* Make TargetInfo const. NFC.Rui Ueyama2019-03-281-2/+2
* Inline a trivial function. NFC.Rui Ueyama2019-03-281-4/+0
* [PPC64] Sort .toc sections accessed with small code model relocs.Sean Fertile2019-02-121-1/+3
* [PPC64] Set the number of relocations processed for R_PPC64_TLS[GL]D to 2Fangrui Song2019-02-061-1/+1
* [PPC64] Reland r351978 'Sort .toc sections accessed with small code model ...'Sean Fertile2019-01-241-0/+2
* Revert "[PPC64] Sort .toc sections accessed with small code model ..."Sean Fertile2019-01-231-2/+0
* [PPC64] Sort .toc sections accessed with small code model relocs close to .got.Sean Fertile2019-01-231-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLD][ELF] - Support MSP430.George Rimar2019-01-101-0/+1
* Simplify Symbol::getPltVA.Rui Ueyama2018-11-281-4/+4
* [ELF] Allow --noinhibit-exec to produce corrupted executable with relocation ...Fangrui Song2018-11-201-3/+3
* [ELF] Fix compilation with GCC 5Martin Storsjo2018-11-151-1/+1
* [ELF] Make TrapInstr and Filler byte arrays. NFC.Simon Atanasyan2018-11-141-1/+2
* [ELF] Refactor per-target TLS layout configuration. NFC.Ryan Prichard2018-10-311-9/+0
* Reland "[PPC64] Add split - stack support."Sean Fertile2018-10-161-2/+9
* Revert "[PPC64] Add split - stack support."Sean Fertile2018-10-151-9/+2
* [PPC64] Add split - stack support.Sean Fertile2018-10-151-2/+9
* [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar2018-09-261-0/+1
* [PPC64] Helper for offset from a function's global entry to local entry. [NFC]Sean Fertile2018-09-201-0/+9
* [ELF] Add support for Armv5 and Armv6 compatible ThunksPeter Smith2018-08-201-4/+5
* Support RISC-VRui Ueyama2018-08-091-0/+1
* [ELF] Use MathExtras.h llvm::SignExtend64Fangrui Song2018-08-061-7/+3
* Implement framework for linking split-stack object files, and x86_64 support.Sterling Augustine2018-07-171-0/+7
* Add Hexagon SupportSid Manning2018-06-131-0/+1
* [PPC64] Add support for local-exec TLS modelZaara Syeda2018-06-081-1/+7
* [ELF] Fix typo. NFCFangrui Song2018-04-271-1/+1
* [ELF] - Eliminate Target::isPicRel method.George Rimar2018-04-051-1/+0
* Do not use template for check{Int,UInt,IntUInt,Alignment}.Rui Ueyama2018-03-291-14/+18
* [ELF] - Teach LLD to hint about -fdebug-types-section.George Rimar2018-03-211-4/+20
* [ELF] Add basic support for PPC LEZaara Syeda2018-03-191-0/+4
* [ELF] Recommit 327248 with Arm using the .got for _GLOBAL_OFFSET_TABLE_Peter Smith2018-03-191-2/+3
OpenPOWER on IntegriCloud