This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7baead5 LoopRotate: restructure code to simplify functions new da10a46 [AMDGPU][llvm-mc] Predefined symbols to access -mcpu from the [...] new adf7e0e Fix BSS global handling in AsmPrinter new 1a5003c AMDGPU/SI: Refactor fixup handling for constant addrspace variables
The 3 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/CodeGen/AsmPrinter/AsmPrinter.cpp | 68 +++++++++++----------- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 5 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 17 +++++- .../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 33 ++--------- .../AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp | 18 +++--- lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h | 3 - .../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 2 +- lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 9 ++- lib/Target/AMDGPU/SIISelLowering.cpp | 34 +++++++++++ lib/Target/AMDGPU/SIISelLowering.h | 3 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +- lib/Target/AMDGPU/SIInstrInfo.td | 6 +- lib/Target/AMDGPU/SIInstructions.td | 6 +- test/CodeGen/X86/global-sections.ll | 18 ++++++ test/MC/AMDGPU/symbol_special.s | 48 +++++++++++++++ 17 files changed, 187 insertions(+), 87 deletions(-) create mode 100644 test/MC/AMDGPU/symbol_special.s