This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dcf0053 Rename llc's -fpreserve-as-comments flag -preserve-as-comments. new fab569e AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +- lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 10 +- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 +- lib/Target/AMDGPU/SIISelLowering.cpp | 73 ++++++--- lib/Target/AMDGPU/SIInstrInfo.h | 6 + test/CodeGen/AMDGPU/global-variable-relocs.ll | 203 +++++++++++++++++++++++++ test/CodeGen/AMDGPU/global-zero-initializer.ll | 18 --- test/CodeGen/AMDGPU/hsa-func.ll | 4 +- test/CodeGen/AMDGPU/hsa-note-no-func.ll | 2 +- test/CodeGen/AMDGPU/hsa.ll | 4 +- 10 files changed, 277 insertions(+), 51 deletions(-) create mode 100644 test/CodeGen/AMDGPU/global-variable-relocs.ll delete mode 100644 test/CodeGen/AMDGPU/global-zero-initializer.ll