summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Don't cause assertion failure if --dynamic-list or --version-script tak...Fangrui Song2020-06-162-0/+9
* [lld][ELF] Mark empty NOLOAD output sections SHT_NOBITS instead of SHT_PROGBITSMatt Schulte2020-06-161-3/+5
* [ELF][test] Make tests less address sensitive and delete redundant testsFangrui Song2020-06-167-164/+22
* [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixedFangrui Song2020-04-142-20/+7
* [ELF][test] Improve linkerscript/linkorder.sFangrui Song2020-04-141-18/+48
* [ELF][test] Rename SHF_LINK_ORDER related "metadata" to "linkorder"Fangrui Song2020-04-1411-62/+49
* [ELF] Fix a null pointer dereference when --emit-relocs and --strip-debug are...Fangrui Song2020-04-101-0/+20
* [LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.Peter Smith2020-02-044-17/+129
* [ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4Fangrui Song2020-02-0410-56/+56
* [LLD][ELF][ARM] Do not insert interworking thunks for non STT_FUNC symbolsPeter Smith2020-01-293-0/+126
* [ELF][PPC32] Support --emit-relocs link of R_PPC_PLTREL24Fangrui Song2020-01-281-0/+41
* [ELF][PPC32] Support range extension thunks with addendsFangrui Song2020-01-251-0/+87
* [ELF][PPC32] Support canonical PLTFangrui Song2020-01-251-0/+72
* [lld][RISCV] Print error when encountering R_RISCV_ALIGNJames Clarke2020-01-241-0/+12
* [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song2020-01-241-0/+29
* [ELF] --no-dynamic-linker: don't emit undefined weak symbols to .dynsymFangrui Song2020-01-231-0/+15
* [test] Fix lld/test/ELF/riscv-pcrel-hilo-error.s after D73211James Clarke2020-01-231-0/+6
* [ELF] Allow R_PLT_PC (R_PC) to a hidden undefined weak symbolFangrui Song2020-01-171-0/+5
* [ELF] Avoid false-positive assert in getErrPlace()Alex Richardson2020-01-171-1/+6
* [ELF] -r: don't create .interpFangrui Song2020-01-161-2/+7
* [ELF] --exclude-libs: don't assign VER_NDX_LOCAL to undefined symbolsFangrui Song2020-01-141-0/+19
* [ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...Fangrui Song2020-01-134-95/+185
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-131-0/+58
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-121-1/+1
* [ELF] Make TargetInfo::writeIgotPlt a no-opFangrui Song2020-01-102-4/+4
* [DebugInfo] Improve error message textJames Henderson2020-01-101-1/+1
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-091-0/+48
* [ELF] Fix includeInDynsym() when an undefined weak is merged with a lazy defi...Fangrui Song2020-01-091-0/+5
* Re-apply "[ELF] Allow getErrPlace() to work before Out::bufferStart is set"Alex Richardson2020-01-091-2/+2
* [ELF][Hexagon] Add support for IE relocationsSid Manning2020-01-091-0/+78
* [ELF] Don't special case weak symbols for pie with no shared objectsFangrui Song2020-01-082-35/+7
* [LLD][ELF][AArch64] Do not use thunk for undefined weak symbol.Peter Smith2020-01-072-28/+29
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-063-3/+3
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-061-1/+1
* [test][ELF] Use CHECK-NEXT to properly verify error messagesJames Henderson2020-01-031-34/+36
* [ELF][Hexagon][test] Use llvm-readobj to check relocations. NFCFangrui Song2020-01-021-3/+8
* Add TPREL relocation support to HexagonSid Manning2020-01-021-0/+56
* [test][ELF] Verify debug line corruption messages are printed onceJames Henderson2020-01-022-9/+30
* [ELF][RISCV][test] Test absolute/PC-relative/branch relocations to undefined ...Fangrui Song2019-12-311-0/+79
* [ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with ...Fangrui Song2019-12-293-3/+9
* [ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-292-14/+53
* [ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNCFangrui Song2019-12-292-29/+70
* [ELF] Improve the condition to create .interpFangrui Song2019-12-272-9/+7
* Revert "[ELF] Improve the condition to create .interp"Reid Kleckner2019-12-272-7/+9
* [ELF][test] Fix dynamic-linker.sFangrui Song2019-12-261-2/+2
* [ELF] Improve the condition to create .interpFangrui Song2019-12-262-7/+5
* [ELF] Support input section description .gnu.version* in /DISCARD/Fangrui Song2019-12-261-0/+47
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-251-2/+2
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [ELF] Don't suggest an alternative spelling for a symbol in a discarded sectionFangrui Song2019-12-231-0/+56
OpenPOWER on IntegriCloud