This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c2ea0e03ba [X86] Tag CET-IBT instruction scheduler classes new 0c69bf465f0 Re-commit r324489: [DebugInfo] Improvements to representati [...] new 07c6e350bbd [X86][AVX512] Add missing scheduling class tag for VMOVQ/VM [...]
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: include/llvm/Bitcode/LLVMBitCodes.h | 2 +- include/llvm/IR/DIBuilder.h | 5 +- include/llvm/IR/DebugInfoFlags.def | 3 +- include/llvm/IR/DebugInfoMetadata.h | 30 ++--- lib/AsmParser/LLParser.cpp | 52 ++++++++- lib/Bitcode/Reader/MetadataLoader.cpp | 5 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 19 +-- lib/IR/AsmWriter.cpp | 8 +- lib/IR/DIBuilder.cpp | 10 +- lib/IR/DebugInfoMetadata.cpp | 8 +- lib/IR/LLVMContextImpl.h | 10 +- lib/Target/X86/X86InstrAVX512.td | 10 +- test/Assembler/DIEnumerator.ll | 85 ++++++++++++++ test/DebugInfo/Generic/debug-info-enum.ll | 188 ++++++++++++++++++++++++++++++ test/DebugInfo/X86/enum-class.ll | 6 +- unittests/IR/MetadataTest.cpp | 10 +- 17 files changed, 399 insertions(+), 54 deletions(-) create mode 100644 test/Assembler/DIEnumerator.ll create mode 100644 test/DebugInfo/Generic/debug-info-enum.ll