llvm-6502/test/DebugInfo/AArch64
Adrian Prantl e240cc0b4b Remove support for DIVariable's FlagIndirectVariable and expect
frontends to use a DIExpression with a DW_OP_deref instead.

This is not only a much more natural place for this informationl; there
is also a technical reason: The FlagIndirectVariable is used to mark a
variable that is turned into a reference by virtue of the calling
convention; this happens for example to aggregate return values.
The inliner, for example, may actually need to undo this indirection to
correctly represent the value in its new context. This is impossible to
implement because the DIVariable can't be safely modified. We can however
safely construct a new DIExpression on the fly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226476 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-19 17:57:29 +00:00
..
big-endian-dump.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
big-endian.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
cfi-eof-prologue.ll IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
coalescing.ll IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
dwarfdump.ll IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
eh_frame_personality.ll Revert r221150, as it broke sanitizer tests 2014-11-03 12:19:03 +00:00
eh_frame.s Revert r221150, as it broke sanitizer tests 2014-11-03 12:19:03 +00:00
lit.local.cfg
little-endian-dump.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
processes-relocations.ll IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
struct_by_value.ll Remove support for DIVariable's FlagIndirectVariable and expect 2015-01-19 17:57:29 +00:00