llvm-6502/lib/CodeGen/AsmPrinter
Quentin Colombet fcca6c690c Teach AsmPrinter how to print odd constants.
Fix an assertion when the compiler encounters big constants whose bit width is
not a multiple of 64-bits.
Although clang would never generate something like this, the backend should be
able to handle any legal IR.

<rdar://problem/13363576>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183544 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-07 18:36:03 +00:00
..
ARMException.cpp
AsmPrinter.cpp Teach AsmPrinter how to print odd constants. 2013-06-07 18:36:03 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp Const-ify some printing and dumping code for DIEValues. 2013-05-31 22:50:40 +00:00
DIE.h Const-ify some printing and dumping code for DIEValues. 2013-05-31 22:50:40 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp Move getRealLinkageName to a common place and remove all the duplicates of it. 2013-06-01 17:51:14 +00:00
DwarfCompileUnit.h
DwarfDebug.cpp Fix break in r183446 - helps to increment the iterator in a loop 2013-06-06 22:28:26 +00:00
DwarfDebug.h
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp