This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4452f8 AMDGPU: Expand unaligned accesses early new 6e4fd14 AMDGPU: Add feature for unaligned access new 0c69559 [CodeView] Pretty print anonymous scopes new 7239fbb [CodeView] Include the offset of nested members
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/CodeViewDebug.cpp | 54 ++-- lib/Target/AMDGPU/AMDGPU.td | 6 + lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 + lib/Target/AMDGPU/SIISelLowering.cpp | 22 +- lib/Target/AMDGPU/SIInstrInfo.td | 6 +- test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 8 +- test/CodeGen/AMDGPU/unaligned-load-store.ll | 407 +++++++++++++++++---------- test/DebugInfo/COFF/anonymous-struct.ll | 61 ++++ test/DebugInfo/COFF/bitfields.ll | 13 +- test/DebugInfo/COFF/udts.ll | 2 +- 11 files changed, 397 insertions(+), 192 deletions(-) create mode 100644 test/DebugInfo/COFF/anonymous-struct.ll