This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2cae83 [asan] Don't overalign global metadata. new e377aa5 Add the ability to iterate across all attributes in a DIE. new 6c3ca40 Move test of lazy BFI with ORE to a generic directory new bda0ff2 xray-account: Avoid std::errc::bad_message to appease mingw.
The 3 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: .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 15 ++++- include/llvm/DebugInfo/DWARF/DWARFAttribute.h | 56 ++++++++++++++++++ include/llvm/DebugInfo/DWARF/DWARFDie.h | 32 ++++++++++ lib/DebugInfo/DWARF/DWARFDie.cpp | 50 ++++++++++++++++ lib/DebugInfo/DWARF/DWARFFormValue.cpp | 4 +- .../optimization-remarks-lazy-bfi.ll} | 0 tools/llvm-xray/xray-account.cc | 2 +- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 69 +++++++++++++++++++--- 8 files changed, 216 insertions(+), 12 deletions(-) create mode 100644 include/llvm/DebugInfo/DWARF/DWARFAttribute.h rename test/{Transforms/LoopDistribute/diagnostics-with-hotness-lazy-BFI.ll => Oth [...]