llvm-6502/lib/CodeGen/AsmPrinter
Ulrich Weigand dba37a3c43 Never use .lcomm on platforms where it does not accept an alignment
argument.  Instead, use a pair of .local and .comm directives.

This avoids spurious differences between binaries built by the
integrated assembler vs. those built by the external assembler,
since the external assembler may impose alignment requirements
on .lcomm symbols where the integrated assembler does not.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168704 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27 16:11:16 +00:00
..
ARMException.cpp Make AsmPrinter::EmitTTypeReference() more robust - put 2012-11-19 21:17:20 +00:00
AsmPrinter.cpp Never use .lcomm on platforms where it does not accept an alignment 2012-11-27 16:11:16 +00:00
AsmPrinterDwarf.cpp Formatting. 2012-11-20 20:34:47 +00:00
AsmPrinterInlineAsm.cpp [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants. 2012-09-11 19:09:56 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DIE.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
DIE.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
DwarfAccelTable.cpp Fix up comment to be more clear. 2012-10-08 23:53:45 +00:00
DwarfAccelTable.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
DwarfCFIException.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
DwarfCompileUnit.cpp Whitespace. 2012-11-21 00:34:38 +00:00
DwarfCompileUnit.h 80-col fixup. 2012-09-10 23:34:03 +00:00
DwarfDebug.cpp Revert rearrangement of debug info sections to unblock the bots 2012-11-27 06:49:23 +00:00
DwarfDebug.h Make comment names match function names. 2012-11-27 00:41:57 +00:00
DwarfException.cpp Make AsmPrinter::EmitTTypeReference() more robust - put 2012-11-19 21:17:20 +00:00
DwarfException.h Factor out type info emission into separate routine. 2012-11-19 21:06:26 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
OcamlGCPrinter.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
Win64Exception.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00