This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 454e9fc DebugInfo: use strongly typed enum for debug info flags new 9a67ec1 [LTO] Constify (NFC) new c581dfb Revert "DebugInfo: use strongly typed enum for debug info flags"
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/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 +++++----- lib/LTO/LTO.cpp | 36 +++++---- 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 +-- 14 files changed, 312 insertions(+), 325 deletions(-)