Recommitted r263424 "Supporting all entities declared in lexical scope in LLVM debug...
authorAmjad Aboud <amjad.aboud@intel.com>
Thu, 24 Mar 2016 13:30:16 +0000 (13:30 +0000)
committerAmjad Aboud <amjad.aboud@intel.com>
Thu, 24 Mar 2016 13:30:16 +0000 (13:30 +0000)
commit6ff7e10052b72389c99afcb622df879d8777c2d7
treea83b01d56d170c06ba7c8544981e1176d3434e81
parent837f15187b8499e2326cf2e403bffc97669c6c2e
Recommitted r263424 "Supporting all entities declared in lexical scope in LLVM debug info."
After fixing PR26942 (the fix is included in this commit).

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

llvm-svn: 264280
21 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-file.ll [new file with mode: 0644]
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]