llvm-6502/lib/CodeGen/AsmPrinter
Benjamin Kramer a9e37c5eaf Fix alignment of .comm and .lcomm on mingw32.
For some reason .lcomm uses byte alignment and .comm log2 alignment so we can't
use the same setting for both. Fix this by reintroducing the LCOMM enum.
I verified this against mingw's gcc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163420 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-07 21:08:01 +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 alignment of .comm and .lcomm on mingw32. 2012-09-07 21:08:01 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp Fix indent. 2012-09-07 20:23:29 +00:00
CMakeLists.txt
DIE.cpp Clean this up slightly, doesn't really fall through. 2012-08-29 17:59:32 +00:00
DIE.h
DwarfAccelTable.cpp
DwarfAccelTable.h
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
DwarfException.h Reorder the comments of EmitExceptionTable. 2012-09-05 06:28:26 +00:00
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp