summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/PPC64.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reland "[PPC64] Add split - stack support."Sean Fertile2018-10-161-1/+114
* Revert "[PPC64] Add split - stack support."Sean Fertile2018-10-151-114/+1
* [PPC64] Add split - stack support.Sean Fertile2018-10-151-1/+114
* [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-2/+2
* [PPC64] Helper for offset from a function's global entry to local entry. [NFC]Sean Fertile2018-09-201-0/+26
* [PPC64] Optimize redundant instructions in global access sequences.Sean Fertile2018-09-201-2/+70
* [PPC64] Support relaxing R_PPC64_TLSGD16 in TlsGdtoLe relaxation.Sean Fertile2018-09-171-0/+1
* [PPC64] Helpers for read/write an instr while relocating a half16 type. [NFC]Sean Fertile2018-09-171-16/+26
* [PPC64] Fix DQ-form instruction handling and emit error for misalignment.Sean Fertile2018-08-281-7/+35
* Revert "[PPC64] Fix DQ-form instruction handling and emit error for misalign..."Sean Fertile2018-08-231-35/+7
* [PPC64] Fix DQ-form instruction handling and emit error for misalignment.Sean Fertile2018-08-231-7/+35
* [PPC64] Add TLS initial exec to local exec relaxationZaara Syeda2018-08-211-1/+102
* [PPC64] Add TLS local dynamic to local exec relaxationZaara Syeda2018-07-091-0/+50
* Remove redundnat call of makeArrayRef(). NFC.Rui Ueyama2018-07-051-1/+1
* Simplify PPC64::calcEFlags().Rui Ueyama2018-07-051-40/+9
* [PPC64] Add support for R_PPC64_GOT_DTPREL16* relocationsZaara Syeda2018-06-271-0/+12
* [PPC64] Add TLS global dynamic to local exec relaxationZaara Syeda2018-06-271-0/+37
* [PPC64] Thread-local storage general-dynamic to initial-exec relaxation.Sean Fertile2018-06-261-0/+53
* Use shorter names for #lo, #hi, #ha, etc. NFC.Rui Ueyama2018-06-131-15/+15
* [ELF][PPC64] Support R_PPC64_DTPREL64 which may be emitted in .rela.debug_addrFangrui Song2018-06-121-0/+3
* [PPC64] Support R_PPC64_DTPREL relocations.Sean Fertile2018-06-121-7/+47
* [PPC64] Add support for local-exec TLS modelZaara Syeda2018-06-081-0/+23
* [PPC64] Add support for initial-exec TLS modelZaara Syeda2018-06-011-0/+12
* [PPC64] Support R_PPC64_GOT_TLSLD16 relocations.Sean Fertile2018-05-311-0/+10
* [PPC64] Support General-Dynamic tls.Sean Fertile2018-05-291-0/+14
* [PPC64] Set the IRelative relocation type.Sean Fertile2018-05-241-0/+1
* [ELF][PPC64] Fix getRelExpr for R_PPC64_REL64Zaara Syeda2018-05-141-0/+1
* [ELF][PPC64] Fix getRelExpr for R_PPC64_REL32Zaara Syeda2018-05-141-0/+1
* [PPC64] Add lazy symbol resolution stubs.Sean Fertile2018-05-091-2/+36
* [PPC64] Emit plt call stubs to the text section rather then the plt section.Sean Fertile2018-05-061-27/+12
* [PPC64] Remove support for ELF V1 ABI in LLD - buildbot fixZaara Syeda2018-05-041-4/+11
* [PPC64] Remove support for ELF V1 ABI in LLDZaara Syeda2018-05-041-64/+50
* Fix trap instruction on pp64.Rafael Espindola2018-04-201-1/+2
* Define TrapInst for ppc64.Rafael Espindola2018-04-021-0/+2
* [PPC64] Minor changes for Plt relocations.Sean Fertile2018-04-021-2/+8
* [PPC64] Write plt stubs for ElfV2 abiSean Fertile2018-04-021-14/+31
* Do not use template for check{Int,UInt,IntUInt,Alignment}.Rui Ueyama2018-03-291-5/+5
* [ELF][PPC64] Fix getRelExpr for R_PPC64_REL16_LO and R_PPC64_REL16_HAZaara Syeda2018-03-211-1/+4
* [ELF] Add basic support for PPC LEZaara Syeda2018-03-191-0/+49
* [ELF] Convert {read,write}*be to endianness-aware read/write.Fangrui Song2018-03-091-23/+22
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-2/+2
* [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-5/+5
* 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/+215
OpenPOWER on IntegriCloud