This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f100f6cf7c [PowerPC] check for INLINEASM_BR along w/ INLINEASM new e8d62a350ee [COFF, ARM64] Add CodeView register mapping
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: include/llvm/DebugInfo/CodeView/CodeView.h | 14 ++ .../llvm/DebugInfo/CodeView/CodeViewRegisters.def | 203 ++++++++++++++++++++- include/llvm/DebugInfo/CodeView/EnumTables.h | 2 +- include/llvm/DebugInfo/PDB/PDBExtras.h | 3 +- include/llvm/DebugInfo/PDB/PDBTypes.h | 1 + lib/DebugInfo/CodeView/EnumTables.cpp | 20 +- lib/DebugInfo/CodeView/SymbolDumper.cpp | 19 +- lib/DebugInfo/PDB/PDBExtras.cpp | 32 +++- lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 2 +- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 177 +++++++++++++++++- test/DebugInfo/COFF/register-variables-arm64.ll | 149 +++++++++++++++ tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 54 ++++-- tools/llvm-pdbutil/PdbYaml.cpp | 1 + tools/llvm-pdbutil/PrettyFunctionDumper.cpp | 3 +- 14 files changed, 638 insertions(+), 42 deletions(-) create mode 100644 test/DebugInfo/COFF/register-variables-arm64.ll