This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6c62f9ae3d [DebugInfo] Correctly coalesce DBG_VALUEs that mix direct a [...] new 0f3480d826f CodeView: Provide a .def file with the register ids
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 | 52 +--- .../llvm/DebugInfo/CodeView/CodeViewRegisters.def | 268 +++++++++++++++++++++ include/llvm/module.modulemap | 1 + lib/DebugInfo/CodeView/EnumTables.cpp | 52 +--- lib/DebugInfo/PDB/PDBExtras.cpp | 54 +---- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 167 +++++++++---- test/DebugInfo/COFF/fp-stack.ll | 2 +- tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 55 +---- 8 files changed, 408 insertions(+), 243 deletions(-) create mode 100644 include/llvm/DebugInfo/CodeView/CodeViewRegisters.def