This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 796acd42b6d [X86] Move Atomic binops to use WriteALURMW schedule class new fff44e68bae Emit template type and value parameter DIEs for template va [...]
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-c/DebugInfo.h | 34 +++---- include/llvm/IR/DIBuilder.h | 4 +- include/llvm/IR/DebugInfoMetadata.h | 34 +++---- lib/AsmParser/LLParser.cpp | 13 +-- lib/Bitcode/Reader/MetadataLoader.cpp | 22 ++++- lib/Bitcode/Writer/BitcodeWriter.cpp | 4 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 3 + lib/IR/AsmWriter.cpp | 1 + lib/IR/DIBuilder.cpp | 8 +- lib/IR/DebugInfo.cpp | 54 +++++------ lib/IR/DebugInfoMetadata.cpp | 25 +++--- lib/IR/LLVMContextImpl.h | 8 +- test/Assembler/diglobalvariable.ll | 9 +- test/DebugInfo/X86/template.ll | 134 ++++++++++++++++------------ tools/llvm-c-test/debuginfo.c | 22 +++-- unittests/IR/MetadataTest.cpp | 76 +++++++++------- 16 files changed, 249 insertions(+), 202 deletions(-)