summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/AArch64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith2020-01-071-0/+4
* [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...Fangrui Song2019-12-181-8/+10
* [ELF] Add IpltSectionFangrui Song2019-12-171-2/+5
* [ELF] Delete relOff from TargetInfo::writePLTFangrui Song2019-12-161-6/+4
* [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...Fangrui Song2019-12-021-3/+5
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-4/+8
* [ELF][AArch64] Improve error message for unknown relocationsFangrui Song2019-08-151-2/+24
* [ELF][AArch64] Support for movz, movk tprel relocationsPeter Smith2019-08-081-0/+10
* ELF: Add support for remaining R_AARCH64_MOVW* relocations.Peter Collingbourne2019-07-181-0/+60
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-2/+2
* ELF: Add support for R_AARCH64_ADR_PREL_PG_HI21_NC relocation.Peter Collingbourne2019-07-101-0/+3
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-204/+204
* [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for ...Fangrui Song2019-06-201-1/+1
* [ELF] Make the rule to create relative relocations in a writable section stri...Fangrui Song2019-06-111-1/+1
* [ELF][AArch64] Support for BTI and PACPeter Smith2019-06-071-4/+154
* [ELF] Delete GotEntrySize and GotPltEntrySizeFangrui Song2019-05-311-2/+0
* [LLD][ELF] - Improve diagnostic about unrecognized relocations.George Rimar2019-05-231-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] - Renamed few more AArch64 specific relocation expressions. NFC.George Rimar2018-11-151-2/+2
* [ELF] - Renamed AArch64 specific relocations expressions. NFC.George Rimar2018-11-131-2/+2
* [ELF] Refactor per-target TLS layout configuration. NFC.Ryan Prichard2018-10-311-3/+0
* [AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12Ryan Prichard2018-09-261-1/+1
* [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar2018-09-261-0/+1
* Reset input section pointers to null on each linker invocation.Rui Ueyama2018-09-251-3/+3
* Align AArch64 and i386 image base to superpageDimitry Andric2018-09-211-0/+4
* [ELF] Add support for Armv5 and Armv6 compatible ThunksPeter Smith2018-08-201-5/+8
* [ELF][AArch64] Implement the AArch64 TLSLD_LDST_LO12 family of relocsPeter Smith2018-05-041-0/+10
* [LLD][AArch64] Simplify relocations sharing same encoding [NFC]Peter Smith2018-05-031-6/+3
* [ELF] - Eliminate Target::isPicRel method.George Rimar2018-04-051-3/+5
* Do not use template for check{Int,UInt,IntUInt,Alignment}.Rui Ueyama2018-03-291-16/+16
* [ELF][AArch64] Add support for AArch64 range thunks.Peter Smith2017-11-291-0/+34
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-4/+4
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* Remove one parameter from Target::getRelExpr.Rui Ueyama2017-10-121-4/+4
* Define RelType to represent relocation types.Rui Ueyama2017-10-111-16/+16
* [AArch64] Properly check alignment for AARCH64_LD_PREL_LO19.Davide Italiano2017-09-211-0/+1
* [AArch64] Implement R_AARCH64_ LD_PREL_LO19.Davide Italiano2017-09-201-0/+2
* [ELF] Always write non-immediate bits for AArch64 branch instruction.Peter Smith2017-09-071-1/+10
* [ELF][AArch64] Add alignment checks for the LDST<N>_ABS_LO12_NC relocationsPeter Smith2017-09-061-0/+4
* Fix which file is in an error message.Rafael Espindola2017-08-041-2/+2
* Do not use make<> to allocate TargetInfo. NFC.Rui Ueyama2017-06-161-2/+4
* Split Target.cpp into small files.Rui Ueyama2017-06-161-0/+374
OpenPOWER on IntegriCloud