llvm-6502/lib/CodeGen/AsmPrinter
NAKAMURA Takumi c3e48c38bf Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neutral.
Don't assume APInt::getRawData() would hold target-aware endianness nor host-compliant endianness. rawdata[0] holds most lower i64, even on big endian host.

FIXME: Add a testcase for big endian target.

FIXME: Ditto on CompileUnit::addConstantFPValue() ?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143194 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-28 14:12:22 +00:00
..
ARMException.cpp
AsmPrinter.cpp Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp Always use the string pool, even when it makes the .o larger. This may help 2011-10-28 05:29:47 +00:00
DIE.h Always use the string pool, even when it makes the .o larger. This may help 2011-10-28 05:29:47 +00:00
DwarfCFIException.cpp
DwarfCompileUnit.cpp Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neutral. 2011-10-28 14:12:22 +00:00
DwarfCompileUnit.h Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
DwarfDebug.cpp Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
DwarfDebug.h Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
DwarfException.cpp
DwarfException.h
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp