summaryrefslogtreecommitdiffstats
path: root/lld/ELF/InputSection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-101-2/+1
* [ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24Fangrui Song2020-01-281-0/+8
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-1/+1
* Add TPREL relocation support to HexagonSid Manning2020-01-021-0/+1
* [ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with ...Fangrui Song2019-12-291-2/+10
* comment typo fix to cycle botsNico Weber2019-10-311-1/+1
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-281-3/+3
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-8/+10
* [ELF][PPC] Allow PT_LOAD to have overlapping p_offset rangesFangrui Song2019-08-201-14/+26
* [ELF][Hexagon] Replace R_HEXAGON_GOT with R_GOTPLTFangrui Song2019-08-161-2/+0
* [mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX relocations. NFCSimon Atanasyan2019-07-241-0/+1
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-161-3/+3
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-2/+2
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-522/+522
* [ELF][RISCV] Error on R_RISCV_PCREL_LO12_[IS] that point to absolute symbolsFangrui Song2019-07-031-0/+5
* [ELF][RISCV] Allow R_RISCV_ADD in relocateNonAlloc()Fangrui Song2019-07-031-1/+1
* [ELF][RISCV] Support GD/LD/IE/LE TLS modelsFangrui Song2019-07-011-1/+4
* [ELF][RISCV] Support PLT, GOT, copy and relative relocationsFangrui Song2019-07-011-1/+1
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-2/+2
* Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song2019-06-261-3/+17
* Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on relocations to S...Hans Wennborg2019-06-251-17/+3
* [ELF][RISCV] Treat R_RISCV_{ADD,SET,SUB}* as link-time constantsFangrui Song2019-06-121-0/+1
* [ELF][PPC64] Don't report "relocation refers to a discarded section" for .tocFangrui Song2019-06-121-1/+3
* Revert "Revert "[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_...Sean Fertile2019-06-061-3/+14
* Revert "Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbo...Sean Fertile2019-06-061-1/+2
* Revert "Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if th...Sean Fertile2019-06-061-2/+1
* Revert "[ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, ....Sean Fertile2019-06-061-14/+3
* [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/+7
* [ELF] Suppress "STT_SECTION symbol should be defined" on .eh_frame, .debug*, ...Fangrui Song2019-06-041-3/+14
* [ELF][PPC64] Rename some PPC64 ELFv2 specific RelExpr from R_PPC_* to R_PPC64_*Fangrui Song2019-06-031-4/+4
* [ELF] Implement Local Dynamic style TLSDESC for x86-64Fangrui Song2019-05-301-6/+10
* ELF: Add basic partition data structures and behaviours.Peter Collingbourne2019-05-291-2/+13
* [ELF] Implement General Dynamic style TLSDESC for x86-64Fangrui Song2019-05-291-0/+2
* Reland D61583 [ELF] Error on relocations to STT_SECTION symbols if the sectio...Fangrui Song2019-05-281-1/+2
* Revert [ELF] Error on relocations to STT_SECTION symbols if the sections were...Haojian Wu2019-05-281-2/+1
* [ELF] Error on relocations to STT_SECTION symbols if the sections were discardedFangrui Song2019-05-281-1/+2
* [ELF] Fix getRelocTargetVA formulae of R_TLS and R_NEG_TLSFangrui Song2019-05-201-8/+9
* [ARM][AArch64] Revert Android Bionic PT_TLS overaligning hackFangrui Song2019-05-181-4/+0
* [ELF][X86] Fix R_RELAX_TLS_GD_TO_LE_NEG and R_NEG_TLS after D62059Fangrui Song2019-05-181-1/+1
* [ELF] Fix TP offset of TLS Variant I after D62059Fangrui Song2019-05-181-1/+1
* [ELF] -r: fix R_*_NONE to section symbols on Elf*_Rel targetsFangrui Song2019-05-171-1/+1
* Revert r358069 "Discard debuginfo for object files empty after GC"Bob Haarman2019-05-161-1/+0
* [PPC64] toc-indirect to toc-relative relaxationFangrui Song2019-05-071-1/+6
* [ELF] Change std::max<uint64_t> to uint32_t for section alignmentFangrui Song2019-04-261-3/+3
* [PPC64] Allow R_PPC64_DTPREL* to preemptable local-dynamic symbolsFangrui Song2019-04-231-2/+1
* [LLD][ELF] - Do not forget to use ch_addralign field after decompressing the ...George Rimar2019-04-221-0/+2
* [ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} to preemptable l...Fangrui Song2019-04-221-1/+3
* [ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLTFangrui Song2019-04-221-2/+2
* [ELF] Use llvm::bsearch. NFCFangrui Song2019-04-171-5/+3
OpenPOWER on IntegriCloud