This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands fro [...] new d9478f8 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 | 40 ++++++----- include/llvm/IR/DebugInfoFlags.def | 8 +++ include/llvm/IR/DebugInfoMetadata.h | 111 +++++++++++++++--------------- lib/AsmParser/LLParser.cpp | 21 +++--- lib/Bitcode/Reader/BitcodeReader.cpp | 15 ++-- lib/IR/AsmWriter.cpp | 10 +-- lib/IR/DIBuilder.cpp | 52 +++++++------- lib/IR/DebugInfoMetadata.cpp | 36 +++++----- unittests/IR/DebugInfoTest.cpp | 23 +++---- unittests/IR/DebugTypeODRUniquingTest.cpp | 14 ++-- unittests/IR/IRBuilderTest.cpp | 6 +- unittests/IR/MetadataTest.cpp | 97 +++++++++++++------------- unittests/Transforms/Utils/Cloning.cpp | 5 +- 13 files changed, 233 insertions(+), 205 deletions(-)