llvm-6502/lib/CodeGen/AsmPrinter
David Blaikie 1233d41ff4 DebugInfo: Use a 64 bit type for the subrange
While we were encoding 64 bit values (data8) in the subrange itself,
using a 32 bit type for the subrange was still confusing the gdb. Oh,
and make it unsigned too.

As the comment points out, this could be pushed into the frontend so
that it would be 32 or 64 bit as appropriate, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205512 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-03 06:28:20 +00:00
..
ARMException.cpp
AsmPrinter.cpp Canonicalise Windows target triple spellings 2014-03-27 22:50:05 +00:00
AsmPrinterDwarf.cpp ARM: Add support for segmented stacks 2014-04-02 16:10:33 +00:00
AsmPrinterHandler.h
AsmPrinterInlineAsm.cpp
ByteStreamer.h
CMakeLists.txt
DebugLocEntry.h clarify comment 2014-04-02 15:49:45 +00:00
DebugLocList.h DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries and an MC Label to refer to them 2014-04-02 01:43:18 +00:00
DIE.cpp DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries and an MC Label to refer to them 2014-04-02 01:43:18 +00:00
DIE.h More header and forward declaration cleanup. 2014-03-18 21:44:12 +00:00
DIEHash.cpp DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries and an MC Label to refer to them 2014-04-02 01:43:18 +00:00
DIEHash.h
DwarfAccelTable.cpp
DwarfAccelTable.h More header and forward declaration cleanup. 2014-03-18 21:44:12 +00:00
DwarfCFIException.cpp
DwarfDebug.cpp Adjust comments regarding non-relocated abbrev offset in debug_info.dwo 2014-04-02 02:04:51 +00:00
DwarfDebug.h Split debug_loc and debug_loc.dwo emission into two separate functions 2014-04-02 01:50:20 +00:00
DwarfException.cpp
DwarfException.h
DwarfUnit.cpp DebugInfo: Use a 64 bit type for the subrange 2014-04-03 06:28:20 +00:00
DwarfUnit.h Remove unused parameter 2014-03-24 20:28:10 +00:00
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp
WinCodeViewLineTables.cpp Follow-up to r204790: don't try to emit line tables if there are no functions with DI in the TU 2014-03-26 11:24:36 +00:00
WinCodeViewLineTables.h Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all 2014-03-26 09:50:36 +00:00