llvm-6502/lib/CodeGen/AsmPrinter
David Blaikie 59eaa38746 DebugInfo: PR14728: TLS support
Based on GCC's output for TLS variables (OP_constNu, x@dtpoff,
OP_lo_user), this implements debug info support for TLS in ELF. Verified
that this output is correct/sufficient on Linux (using gold - if you're
using binutils-ld, you'll need something with the fix for
http://sourceware.org/bugzilla/show_bug.cgi?id=15685 in it).

Support on non-ELF is sort of "arbitrary" at the moment - if Apple folks
want to discuss (or just go ahead & implement) how this should work in
MachO, etc, I'm open.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185203 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-28 20:05:11 +00:00
..
ARMException.cpp
AsmPrinter.cpp 80-column and tab character fixes. 2013-06-24 23:20:02 +00:00
AsmPrinterDwarf.cpp DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/SLEB128 generation 2013-06-23 18:31:11 +00:00
AsmPrinterInlineAsm.cpp 80-column and tab character fixes. 2013-06-24 23:20:02 +00:00
CMakeLists.txt
DIE.cpp DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols 2013-06-28 20:05:04 +00:00
DIE.h DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols 2013-06-28 20:05:04 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp DebugInfo: PR14728: TLS support 2013-06-28 20:05:11 +00:00
DwarfCompileUnit.h DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols 2013-06-28 20:05:04 +00:00
DwarfDebug.cpp DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbols 2013-06-28 20:05:04 +00:00
DwarfDebug.h DebugInfo: Simplify the AddressPool representation 2013-06-28 18:47:19 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp