llvm-6502/lib/CodeGen/AsmPrinter
Richard Smith 1144af3c9b Fix integer undefined behavior due to signed left shift overflow in LLVM.
Reviewed offline by chandlerc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162623 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-24 23:29:28 +00:00
..
ARMException.cpp Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field. 2012-07-20 22:05:57 +00:00
AsmPrinter.cpp Fix integer undefined behavior due to signed left shift overflow in LLVM. 2012-08-24 23:29:28 +00:00
AsmPrinterDwarf.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
AsmPrinterInlineAsm.cpp The inline asm operand modifier 'n' is suppose 2012-06-21 21:37:54 +00:00
CMakeLists.txt
DIE.cpp Use DW_FORM_flag_present to save space in debug information if we're 2012-08-24 01:14:27 +00:00
DIE.h
DwarfAccelTable.cpp Reduce malloc traffic in DwarfAccelTable 2012-04-13 20:06:17 +00:00
DwarfAccelTable.h Reduce malloc traffic in DwarfAccelTable 2012-04-13 20:06:17 +00:00
DwarfCFIException.cpp
DwarfCompileUnit.cpp Use DW_FORM_flag_present to save space in debug information if we're 2012-08-24 01:14:27 +00:00
DwarfCompileUnit.h Use DW_FORM_flag_present to save space in debug information if we're 2012-08-24 01:14:27 +00:00
DwarfDebug.cpp Use DW_FORM_flag_present to save space in debug information if we're 2012-08-24 01:14:27 +00:00
DwarfDebug.h Turn these two options in to trinary state so that they can be 2012-08-23 22:36:40 +00:00
DwarfException.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
DwarfException.h Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field. 2012-07-20 22:05:57 +00:00
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp