summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch
Commit message (Expand)AuthorAgeFilesLines
* [LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbolsPeter Smith2020-01-291-4/+4
* [ELF][PPC32] Support range extension thunks with addendsFangrui Song2020-01-251-5/+5
* [ELF][PPC32] Support canonical PLTFangrui Song2020-01-251-8/+19
* [lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2020-01-241-2/+7
* [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song2020-01-242-0/+2
* [ELF] Delete the RelExpr member R_HINT. NFCFangrui Song2020-01-141-1/+1
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-132-1/+130
* [ELF][Hexagon] Add support for IE relocationsSid Manning2020-01-091-0/+22
* [LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith2020-01-071-0/+4
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* Add TPREL relocation support to HexagonSid Manning2020-01-021-0/+15
* [ELF][RISCV] Improve error message for unknown relocationsFangrui Song2019-12-311-16/+15
* [ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-291-1/+11
* [ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-291-1/+9
* [lld][RISCV] Use an e_flags of 0 if there are only binary input files.John Baldwin2019-12-211-1/+4
* [ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...Fangrui Song2019-12-1810-75/+80
* [ELF] Add IpltSectionFangrui Song2019-12-177-13/+26
* [ELF] Delete relOff from TargetInfo::writePLTFangrui Song2019-12-1610-46/+34
* [ELF][PPC64] Support long branch thunks with addendsFangrui Song2019-12-051-2/+2
* [ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...Fangrui Song2019-12-025-11/+18
* Ignore R_MIPS_JALR relocations against non-function symbolsAlex Richardson2019-11-201-0/+11
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-3/+3
* [lld] Check for branch range overflows.Sid Manning2019-10-151-0/+4
* [lld][Hexagon] Support PLT relocation R_HEX_B15_PCREL_X/R_HEX_B9_PCREL_XSid Manning2019-10-081-2/+2
* [ELF][MIPS] De-template writeValue. NFCFangrui Song2019-10-071-23/+20
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-0714-68/+121
* [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{re...Fangrui Song2019-10-071-70/+68
* [mips] Relax jalr/jr instructions using R_MIPS_JALR relocationSimon Atanasyan2019-09-261-1/+21
* [LLD][ELF][MIPS] - Inline the short helper function. NFC.George Rimar2019-09-241-10/+8
* [LLD][ELF] - Simplify getFlagsFromEmulation(). NFCI.George Rimar2019-09-231-12/+2
* [mips] Deduce MIPS specific ELF header flags from `emulation`Simon Atanasyan2019-09-221-1/+19
* [ELF][Hexagon] Improve error message for unknown relocationsFangrui Song2019-08-191-3/+18
* [lld][Hexagon] Add GOTREL relocations.Sid Manning2019-08-191-0/+11
* [ELF][PPC] Fix getRelExpr for R_PPC64_REL16_HIFangrui Song2019-08-171-0/+1
* [ELF][Hexagon] Replace R_HEXAGON_GOT with R_GOTPLTFangrui Song2019-08-161-1/+1
* [lld][Hexagon]Support HEX_32 when building shared objectsSid Manning2019-08-161-0/+7
* [ELF][AArch64] Improve error message for unknown relocationsFangrui Song2019-08-151-2/+24
* [ELF][PPC] Improve error message for unknown relocationsFangrui Song2019-08-152-4/+30
* [ELF] Don't special case symbolic relocations with 0 addend to ifunc in writa...Fangrui Song2019-08-131-5/+5
* [ELF] Rename odd variable names "New" after r365730. NFCFangrui Song2019-08-131-10/+10
* [ELF][AArch64] Support for movz, movk tprel relocationsPeter Smith2019-08-081-0/+10
* [ELF][PPC] Don't relax ifunc toc-indirect accesses to toc-relativeFangrui Song2019-08-061-1/+5
* [mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX relocations. NFCSimon Atanasyan2019-07-241-8/+4
* ELF: Add support for remaining R_AARCH64_MOVW* relocations.Peter Collingbourne2019-07-181-0/+60
* [ELF][PPC] Refactor some ppc64 testsFangrui Song2019-07-181-0/+1
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-163-9/+9
* 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-1014-2134/+2134
* [LLD] NFC: Fixed GCC warning in ELF/Arch/RISCV.cppDenis Bakhvalov2019-07-091-1/+2
* [ELF][RISCV] Support GD/LD/IE/LE TLS modelsFangrui Song2019-07-011-1/+35
OpenPOWER on IntegriCloud