llvm-project/llvm/lib/CodeGen/MIRParser
Francis Visoiu Mistrih 57fcd3454a [MIR] Add support for debug metadata for fixed stack objects
Debug var, expr and loc were only supported for non-fixed stack objects.

This patch adds the following fields to the "fixedStack:" entries, and
renames the ones from "stack:" to:

* debug-info-variable
* debug-info-expression
* debug-info-location

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

llvm-svn: 330859
2018-04-25 18:58:06 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
LLVMBuild.txt Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change 2017-08-23 20:39:35 +00:00
MILexer.cpp [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MILexer.h [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MIParser.cpp [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MIParser.h [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MIRParser.cpp [MIR] Add support for debug metadata for fixed stack objects 2018-04-25 18:58:06 +00:00