summaryrefslogtreecommitdiff
path: root/lld/ELF/Arch/PPC64.cpp
AgeCommit message (Expand)Author
2019-01-10[PPC64] Fix RelType in checkInt and checkAlignment diagnsotics.Sean Fertile
2018-12-20[PPC64] Add toc-optimizations for got based relocations.Sean Fertile
2018-12-18[PPC64] Support got-based relocations.Sean Fertile
2018-12-04Remove unreachable code.Rui Ueyama
2018-12-04[PPC][PPC64] PPC_REL14 and PPC64_REL14 relocationsMartell Malone
2018-11-14[ELF] Make TrapInstr and Filler byte arrays. NFC.Simon Atanasyan
2018-11-14[PPC64] Long branch thunks.Sean Fertile
2018-11-07[PPC64] Use INT32_MIN instead of std::numeric_limits<int32_t>::min()Fangrui Song
2018-10-31[ELF] Refactor per-target TLS layout configuration. NFC.Ryan Prichard
2018-10-30[ELF][PPC64]Workaround bogus Visual Studio build warningJames Henderson
2018-10-22[ELF][PPC64] Fix a split-stack comment in rLLD344622Fangrui Song
2018-10-22[ELF] Format PPC64.cpp, NFCFangrui Song
2018-10-18[PPC64] Fix offset checks on rel24 call relocations.Sean Fertile
2018-10-16Reland "[PPC64] Add split - stack support."Sean Fertile
2018-10-15Revert "[PPC64] Add split - stack support."Sean Fertile
2018-10-15[PPC64] Add split - stack support.Sean Fertile
2018-09-26[ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar
2018-09-25Reset input section pointers to null on each linker invocation.Rui Ueyama
2018-09-20[PPC64] Helper for offset from a function's global entry to local entry. [NFC]Sean Fertile
2018-09-20[PPC64] Optimize redundant instructions in global access sequences.Sean Fertile
2018-09-17[PPC64] Support relaxing R_PPC64_TLSGD16 in TlsGdtoLe relaxation.Sean Fertile
2018-09-17[PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC]Sean Fertile
2018-08-28[PPC64] Fix DQ-form instruction handling and emit error for misalignment.Sean Fertile
2018-08-23Revert "[PPC64] Fix DQ-form instruction handling and emit error for misalign..."Sean Fertile
2018-08-23[PPC64] Fix DQ-form instruction handling and emit error for misalignment.Sean Fertile
2018-08-21[PPC64] Add TLS initial exec to local exec relaxationZaara Syeda
2018-07-09[PPC64] Add TLS local dynamic to local exec relaxationZaara Syeda
2018-07-05Remove redundnat call of makeArrayRef(). NFC.Rui Ueyama
2018-07-05Simplify PPC64::calcEFlags().Rui Ueyama
2018-06-27[PPC64] Add support for R_PPC64_GOT_DTPREL16* relocationsZaara Syeda
2018-06-27[PPC64] Add TLS global dynamic to local exec relaxationZaara Syeda
2018-06-26[PPC64] Thread-local storage general-dynamic to initial-exec relaxation.Sean Fertile
2018-06-13Use shorter names for #lo, #hi, #ha, etc. NFC.Rui Ueyama
2018-06-12[ELF][PPC64] Support R_PPC64_DTPREL64 which may be emitted in .rela.debug_addrFangrui Song
2018-06-12[PPC64] Support R_PPC64_DTPREL relocations.Sean Fertile
2018-06-08[PPC64] Add support for local-exec TLS modelZaara Syeda
2018-06-01[PPC64] Add support for initial-exec TLS modelZaara Syeda
2018-05-31[PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile
2018-05-29[PPC64] Support General-Dynamic tls.Sean Fertile
2018-05-24[PPC64] Set the IRelative relocation type.Sean Fertile
2018-05-14[ELF][PPC64] Fix getRelExpr for R_PPC64_REL64Zaara Syeda
2018-05-14[ELF][PPC64] Fix getRelExpr for R_PPC64_REL32Zaara Syeda
2018-05-09[PPC64] Add lazy symbol resolution stubs.Sean Fertile
2018-05-06[PPC64] Emit plt call stubs to the text section rather then the plt section.Sean Fertile
2018-05-04[PPC64] Remove support for ELF V1 ABI in LLD - buildbot fixZaara Syeda
2018-05-04[PPC64] Remove support for ELF V1 ABI in LLDZaara Syeda
2018-04-20Fix trap instruction on pp64.Rafael Espindola
2018-04-02Define TrapInst for ppc64.Rafael Espindola
2018-04-02[PPC64] Minor changes for Plt relocations.Sean Fertile
2018-04-02[PPC64] Write plt stubs for ElfV2 abiSean Fertile