Supporting all entities declared in lexical scope in LLVM debug info.
authorAmjad Aboud <amjad.aboud@intel.com>
Tue, 23 Feb 2016 13:36:51 +0000 (13:36 +0000)
committerAmjad Aboud <amjad.aboud@intel.com>
Tue, 23 Feb 2016 13:36:51 +0000 (13:36 +0000)
commitfc8f296782caf06e71fc7b1ed215173a388f3b77
tree11bd5bde2588867afc827aaf40c5742c959b6cbd
parentd1abcf799ef589d567ed8501af499c99dfa7702a
Supporting all entities declared in lexical scope in LLVM debug info.

Differential Revision: http://reviews.llvm.org/D15976

llvm-svn: 261633
20 files changed:
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
llvm/test/DebugInfo/Generic/2010-04-06-NestedFnDbgInfo.ll
llvm/test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
llvm/test/DebugInfo/Generic/cross-cu-linkonce-distinct.ll
llvm/test/DebugInfo/Generic/namespace.ll
llvm/test/DebugInfo/Generic/nodebug.ll
llvm/test/DebugInfo/Mips/InlinedFnLocalVar.ll
llvm/test/DebugInfo/X86/InlinedFnLocalVar.ll
llvm/test/DebugInfo/X86/PR24008.ll [new file with mode: 0644]
llvm/test/DebugInfo/X86/dbg-file-name.ll
llvm/test/DebugInfo/X86/debug-dead-local-var.ll
llvm/test/DebugInfo/X86/gnu-public-names.ll
llvm/test/DebugInfo/X86/lexical-block-inline.ll [new file with mode: 0644]
llvm/test/DebugInfo/X86/lexical-block.ll [new file with mode: 0644]
llvm/test/DebugInfo/X86/subprogram-inline.ll [new file with mode: 0644]