llvm-6502/lib/CodeGen/AsmPrinter
Devang Patel d3526eab46 Ignore DBG_VALUE machine instructions while constructing instruction ranges based on location info.
Machine instruction range consisting of only DBG_VALUE MIs only contributes consecutive labels in assembly output, which is harmless, and empty scope entry in DebugInfo, which confuses debugger tools.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125577 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-15 17:56:09 +00:00
..
AsmPrinter.cpp Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp
DIE.h
DwarfCFIException.cpp
DwarfDebug.cpp Ignore DBG_VALUE machine instructions while constructing instruction ranges based on location info. 2011-02-15 17:56:09 +00:00
DwarfDebug.h Merge .debug_loc entries whenever possible to reduce debug_loc size. 2011-02-04 22:57:18 +00:00
DwarfException.cpp Clarify the LSDASection NULL check 2011-01-30 22:07:31 +00:00
DwarfException.h
DwarfTableException.cpp
Makefile
OcamlGCPrinter.cpp