llvm-mirror/lib/CodeGen/AsmPrinter
Jeremy Morse 8a52b0c38f [DebugInfo] Terminate all location-lists at end of block
This commit reapplies r359426 (which was reverted in r360301 due to
performance problems) and rolls in D61940 to address the performance problem.
I've combined the two to avoid creating a span of slow-performance, and to
ease reverting if more problems crop up.

The summary of D61940: This patch removes the "ChangingRegs" facility in
DbgEntityHistoryCalculator, as its overapproximate nature can produce incorrect
variable locations. An unchanging register doesn't mean a variable doesn't
change its location.

The patch kills off everything that calculates the ChangingRegs vector.
Previously ChangingRegs spotted epilogues and marked registers as unchanging if
they weren't modified outside the epilogue, increasing the chance that we can
emit a single-location variable record. Without this feature,
debug-loc-offset.mir and pr19307.mir become temporarily XFAIL. They'll be
re-enabled by D62314, using the FrameDestroy flag to identify epilogues, I've
split this into two steps as FrameDestroy isn't necessarily supported by all
backends.

The logic for terminating variable locations at the end of a basic block now
becomes much more enjoyably simple: we just terminate them all.

Other test changes: inlined-argument.ll becomes XFAIL, but for a longer term.
The current algorithm for detecting that a variable has a single-location
doesn't work in this scenario (inlined function in multiple blocks), only other
bugs were making this test work. fission-ranges.ll gets slightly refreshed too,
as the location of "p" is now correctly determined to be a single location.

Differential Revision: https://reviews.llvm.org/D61940

llvm-svn: 362951
2019-06-10 15:23:46 +00:00
..
AccelTable.cpp
AddressPool.cpp
AddressPool.h
ARMException.cpp
AsmPrinter.cpp [Remarks][NFC] Move the serialization to lib/Remarks 2019-05-30 21:45:59 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
ByteStreamer.h
CMakeLists.txt
CodeViewDebug.cpp CodeView - add static data members to global variable debug info. 2019-05-29 21:45:34 +00:00
CodeViewDebug.h Emit global variables as S_CONSTANT records for codeview debug info. 2019-05-16 22:28:52 +00:00
DbgEntityHistoryCalculator.cpp [DebugInfo] Terminate all location-lists at end of block 2019-06-10 15:23:46 +00:00
DebugHandlerBase.cpp Stop undef fragments from closing non-overlapping fragments 2019-05-28 13:23:25 +00:00
DebugLocEntry.h
DebugLocStream.cpp
DebugLocStream.h
DIE.cpp
DIEHash.cpp
DIEHash.h
DIEHashAttributes.def
DwarfCFIException.cpp
DwarfCompileUnit.cpp [DebugInfo] More strict debug range for stack variables 2019-06-10 08:41:06 +00:00
DwarfCompileUnit.h
DwarfDebug.cpp [DebugInfo] More strict debug range for stack variables 2019-06-10 08:41:06 +00:00
DwarfDebug.h [DebugInfo] More strict debug range for stack variables 2019-06-10 08:41:06 +00:00
DwarfException.h
DwarfExpression.cpp [DwarfExpression] Refactor dwarf expression (NFC) 2019-05-23 10:37:13 +00:00
DwarfExpression.h [DwarfExpression] Refactor dwarf expression (NFC) 2019-05-23 10:37:13 +00:00
DwarfFile.cpp
DwarfFile.h
DwarfStringPool.cpp
DwarfStringPool.h
DwarfUnit.cpp [DebugInfo] More strict debug range for stack variables 2019-06-10 08:41:06 +00:00
DwarfUnit.h [DebugInfo] More strict debug range for stack variables 2019-06-10 08:41:06 +00:00
EHStreamer.cpp
EHStreamer.h
ErlangGCPrinter.cpp
LLVMBuild.txt
OcamlGCPrinter.cpp
WasmException.cpp
WasmException.h
WinCFGuard.cpp
WinCFGuard.h
WinException.cpp [AArch64][Windows] Compute function length correctly in unwind tables. 2019-05-03 00:10:45 +00:00
WinException.h [AArch64][Windows] Compute function length correctly in unwind tables. 2019-05-03 00:10:45 +00:00