This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a67b1c905b AMDGPU: Scalarize vector argument types to calls new a7336f29220 [CodeView] Minimal support for S_UNAMESPACE records new b9d99ce19e4 AMDGPU: Split wide vectors of i16/f16 into 32-bit regs on calls
The 2 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: .../llvm/DebugInfo/CodeView/CodeViewSymbols.def | 2 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 13 +++++ lib/DebugInfo/CodeView/RecordName.cpp | 3 ++ lib/DebugInfo/CodeView/SymbolDumper.cpp | 6 +++ lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 8 +++ lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 3 +- lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 4 ++ lib/Target/AMDGPU/SIISelLowering.cpp | 26 +++++++++- test/CodeGen/AMDGPU/call-argument-types.ll | 57 ++++++++++++++++++++++ test/CodeGen/AMDGPU/mad-mix-lo.ll | 25 +++++----- test/CodeGen/AMDGPU/mul.i16.ll | 2 +- test/DebugInfo/PDB/using-namespace.test | 51 +++++++++++++++++++ tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 6 +++ .../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 9 +++- 14 files changed, 197 insertions(+), 18 deletions(-) create mode 100644 test/DebugInfo/PDB/using-namespace.test