This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3afd566557f AMDGPU: Add 32-bit constant address space new a3b503f0223 [DebugInfo] Improvements to representation of enumeration t [...]
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/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 +- 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 +- 16 files changed, 392 insertions(+), 51 deletions(-) create mode 100644 test/Assembler/DIEnumerator.ll create mode 100644 test/DebugInfo/Generic/debug-info-enum.ll