llvm-6502/lib/CodeGen/AsmPrinter
Eric Christopher 5be77762a3 Revert r198208 and reapply:
r198196: Use a pointer to keep track of the skeleton unit for each normal unit and construct it up front.
      r198199: Reapply r198196 with a fix to zero initialize the skeleton pointer.
      r198202: Fix aranges and split dwarf by ensuring that the symbol and relocation back to the compile unit from the aranges section is to the skeleton unit and not the one in the dwo.

with a fix to use integer 0 for DW_AT_low_pc since the relocation to the text section symbol was causing issues with COFF. Accordingly remove addLocalLabelAddress and machinery since we're not currently using it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198222 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-30 17:22:27 +00:00
..
ARMException.cpp
AsmPrinter.cpp Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's 2013-12-28 01:39:17 +00:00
AsmPrinterDwarf.cpp Simplify check. 2013-12-04 22:29:02 +00:00
AsmPrinterHandler.h Remove weak vtables. No functional change. 2013-12-14 12:23:14 +00:00
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to type units via their signatures 2013-12-17 23:32:35 +00:00
DIE.h DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to type units via their signatures 2013-12-17 23:32:35 +00:00
DIEHash.cpp
DIEHash.h
DwarfAccelTable.cpp Rename DwarfUnits to DwarfFile to help avoid some naming confusion. 2013-12-05 18:06:10 +00:00
DwarfAccelTable.h Rename DwarfUnits to DwarfFile to help avoid some naming confusion. 2013-12-05 18:06:10 +00:00
DwarfCFIException.cpp
DwarfDebug.cpp Revert r198208 and reapply: 2013-12-30 17:22:27 +00:00
DwarfDebug.h Revert r198208 and reapply: 2013-12-30 17:22:27 +00:00
DwarfException.cpp
DwarfException.h
DwarfUnit.cpp Revert r198208 and reapply: 2013-12-30 17:22:27 +00:00
DwarfUnit.h Revert r198208 and reapply: 2013-12-30 17:22:27 +00:00
ErlangGCPrinter.cpp
LLVMBuild.txt Add proper dependencies to LLVMBuild.txt in llvm/lib. 2013-12-10 05:39:34 +00:00
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp