This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 677f061542a [TargetLowering] Move shouldFoldShiftPairToMask next to pre [...] new 4281d3e410f [DebugInfo] Improve handling of clobbered fragments new ceea708d56a [DebugInfo] Track multiple registers in DbgEntityHistoryCalculator
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/CodeGen/DbgEntityHistoryCalculator.h | 71 ++++-- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 28 ++- .../AsmPrinter/DbgEntityHistoryCalculator.cpp | 171 +++++++++++---- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 28 +-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 130 +++++++---- test/DebugInfo/ARM/partial-subreg.ll | 25 ++- test/DebugInfo/COFF/pieces.ll | 2 +- test/DebugInfo/MIR/X86/clobbered-fragments.mir | 238 +++++++++++++++++++++ test/DebugInfo/X86/pieces-3.ll | 1 + 9 files changed, 555 insertions(+), 139 deletions(-) create mode 100644 test/DebugInfo/MIR/X86/clobbered-fragments.mir