This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2db23b3bbe9 Replace HashString algorithm with xxHash64 new 1bf6297ee85 Add support for DW_TAG_thrown_type.
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/IR/DIBuilder.h | 23 +++---- include/llvm/IR/DebugInfoMetadata.h | 40 ++++++------ lib/AsmParser/LLParser.cpp | 17 +++--- lib/Bitcode/Reader/MetadataLoader.cpp | 48 ++++++++------- lib/Bitcode/Writer/BitcodeWriter.cpp | 1 + lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 10 +++ lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 + lib/IR/AsmWriter.cpp | 1 + lib/IR/DIBuilder.cpp | 26 ++++---- lib/IR/DebugInfoMetadata.cpp | 12 ++-- lib/IR/LLVMContextImpl.h | 12 ++-- lib/IR/Verifier.cpp | 8 +++ test/Assembler/disubprogram.ll | 16 +++-- test/DebugInfo/Generic/thrownTypes.ll | 38 ++++++++++++ test/Verifier/DISubprogram.ll | 22 +++++++ unittests/IR/IRBuilderTest.cpp | 19 ++++++ unittests/IR/MetadataTest.cpp | 112 +++++++++++++++++++--------------- 17 files changed, 272 insertions(+), 136 deletions(-) create mode 100644 test/DebugInfo/Generic/thrownTypes.ll create mode 100644 test/Verifier/DISubprogram.ll