summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Arch/AMDGPU.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-071-3/+7
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-101-31/+31
* [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for ...Fangrui Song2019-06-201-0/+7
* [ELF] Make the rule to create relative relocations in a writable section stri...Fangrui Song2019-06-111-0/+1
* [ELF] Delete GotEntrySize and GotPltEntrySizeFangrui Song2019-05-311-1/+0
* Improve error message for unknown relocations.Rui Ueyama2019-02-141-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.George Rimar2018-09-261-0/+1
* AMDGPU/LLD: Handle R_AMDGPU_REL64 relocationKonstantin Zhuravlyov2018-06-111-0/+2
* Rename SymbolBody -> SymbolRui Ueyama2017-11-031-2/+2
* [lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman2017-10-251-1/+1
* Simplify.Rui Ueyama2017-10-241-11/+11
* LLD/ELF/AMDGPU: Process AMDGPU-specific e_flagsKonstantin Zhuravlyov2017-10-241-0/+19
* Add base relative relocation record that can be used for the following case (...Tony Tye2017-10-161-1/+1
* Remove one parameter from Target::getRelExpr.Rui Ueyama2017-10-121-4/+3
* Define RelType to represent relocation types.Rui Ueyama2017-10-111-4/+4
* Fix which file is in an error message.Rafael Espindola2017-08-041-3/+3
* 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/+82
OpenPOWER on IntegriCloud