- Add MACH flags
- Add XNACK flag
- Add reserved flags
- Minor cleanups in docs
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43356
AMDGPU: Bring elf flags in sync with the spec ClosedPublic Authored by kzhuravl on Feb 15 2018, 2:55 PM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 3 others. · View Herald TranscriptFeb 15 2018, 2:55 PM kzhuravl added a parent revision: D43355: AMDGPU: Bring processors and features in sync with the spec.Feb 15 2018, 2:57 PM This revision is now accepted and ready to land.Feb 15 2018, 3:19 PM Closed by commit rL325399: AMDGPU: Bring elf flags in sync with the spec (authored by kzhuravl). · Explain WhyFeb 16 2018, 2:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134725 llvm/trunk/docs/AMDGPUUsage.rst
llvm/trunk/include/llvm/BinaryFormat/ELF.h
llvm/trunk/include/llvm/Object/ELFObjectFile.h
llvm/trunk/lib/ObjectYAML/ELFYAML.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
llvm/trunk/test/CodeGen/AMDGPU/elf-header-flags-mach.ll
llvm/trunk/test/CodeGen/AMDGPU/elf-header-flags-xnack.ll
llvm/trunk/test/CodeGen/AMDGPU/elf-header-osabi.ll
llvm/trunk/test/CodeGen/AMDGPU/elf-header.ll
llvm/trunk/test/Object/AMDGPU/elf-header-flags-mach.yaml
llvm/trunk/test/Object/AMDGPU/elf-header-flags-xnack.yaml
llvm/trunk/test/Object/AMDGPU/elf-header-osabi.yaml
llvm/trunk/test/Object/AMDGPU/elf32-r600-definitions.yaml
llvm/trunk/test/Object/AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml
llvm/trunk/test/Object/AMDGPU/elf64-amdgcn-amdpal-definitions.yaml
llvm/trunk/test/Object/AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
|