summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* AMDGPU: Set ABI version to 1 for code object v3Konstantin Zhuravlyov2019-02-141-5/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* AMDGPU: Use an ABS32_LO relocation for SCRATCH_RSRC_DWORD1Nicolai Haehnle2018-12-191-4/+2
* AMDGPU: Add 64-bit relative variant kindKonstantin Zhuravlyov2018-06-111-0/+2
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-6/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-4/+5
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-3/+3
* AMDGPU: Correctly set EI_OSABI based on the osKonstantin Zhuravlyov2017-10-041-5/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [AMDGPU] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-031-5/+9
* [AMDGPU] Add 32-bit lo/hi got and pc relative variant kinds and emit appropri...Konstantin Zhuravlyov2016-10-141-0/+8
* AMDGPU/SI: Add support for 8-byte relocationsTom Stellard2016-10-071-0/+2
* BranchRelaxation: Support expanding unconditional branchesMatt Arsenault2016-10-061-6/+9
* AMDGPU/SI: Add support for R_AMDGPU_ABS32Konstantin Zhuravlyov2016-07-211-0/+1
* AMDGPU/R600: Fix GlobalValue regressions.Jan Vesely2016-06-251-0/+2
* Support/ELF: Add R_AMDGPU_GOTPCREL relocationTom Stellard2016-06-231-0/+7
* AMDGPU: Add support for R_AMDGPU_REL32 relocationsTom Stellard2016-06-201-0/+6
* AMDGPU: Emit R_AMDGPU_ABS32_{HI,LO} for scratch buffer relocationsTom Stellard2016-06-201-4/+15
* AMDGPU/SI: Refactor fixup handling for constant addrspace variablesTom Stellard2016-06-141-6/+13
* Revert "AMDGPU/SI: Refactor fixup handling for constant addrspace variables"Tom Stellard2016-06-141-11/+7
* AMDGPU/SI: Refactor fixup handling for constant addrspace variablesTom Stellard2016-06-141-7/+11
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-2/+2
* AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSATom Stellard2015-06-261-1/+2
* R600/SI: Use ELF64 format instead of ELF32Tom Stellard2015-06-221-5/+5
* R600: Use EM_AMDGPU for the ELF Machine typeTom Stellard2015-06-221-1/+1
* R600 -> AMDGPU renameTom Stellard2015-06-131-0/+39
OpenPOWER on IntegriCloud