This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8cd45dd Fix DensetSet::insert_as() for MSVC2015 (NFC) new 454e9fc DebugInfo: use strongly typed enum for debug info flags
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 | 90 +++++++++++----------- include/llvm/IR/DebugInfoFlags.def | 8 ++ include/llvm/IR/DebugInfoMetadata.h | 120 +++++++++++++++--------------- lib/AsmParser/LLParser.cpp | 21 +++--- lib/Bitcode/Reader/BitcodeReader.cpp | 50 +++++++------ lib/IR/AsmWriter.cpp | 10 +-- lib/IR/DIBuilder.cpp | 86 ++++++++++----------- lib/IR/DebugInfoMetadata.cpp | 38 +++++----- unittests/IR/DebugInfoTest.cpp | 25 ++++--- unittests/IR/DebugTypeODRUniquingTest.cpp | 29 ++++---- unittests/IR/IRBuilderTest.cpp | 8 +- unittests/IR/MetadataTest.cpp | 106 +++++++++++++------------- unittests/Transforms/Utils/Cloning.cpp | 10 ++- 13 files changed, 309 insertions(+), 292 deletions(-)