This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f53524b [NVPTX] Added support for half-precision floating point. new b9565c5 "Use" lambda captures which are otherwise only used in asserts. NFC new beabb63 Cleanup how DWARFDie attributes are accessed and decoded.
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/DebugInfo/DWARF/DWARFDie.h | 73 +--- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 152 +++++++++ lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 98 ++---- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 2 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 30 +- lib/Target/Hexagon/HexagonBitSimplify.cpp | 1 + lib/Transforms/Scalar/SROA.cpp | 1 + lib/Transforms/Utils/ValueMapper.cpp | 1 + tools/dsymutil/DwarfLinker.cpp | 71 ++-- tools/obj2yaml/dwarf2yaml.cpp | 4 +- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 404 ++++++++++++++++------- 12 files changed, 516 insertions(+), 326 deletions(-)