llvm-6502/lib
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
..
Analysis Modify depends(Src, Dst, PossiblyLoopIndependent). 2012-11-27 06:41:46 +00:00
Archive Mark checkSignature const, and in turn stop casting away const from 2012-09-05 22:09:23 +00:00
AsmParser Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
Bitcode Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
CodeGen Never use .lcomm on platforms where it does not accept an alignment 2012-11-27 16:11:16 +00:00
DebugInfo The section is .debug_line. 2012-11-27 01:40:36 +00:00
ExecutionEngine IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field] 2012-11-22 13:18:37 +00:00
Linker Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
MC Add support for .cfi_register now that it is easy to extent the representation 2012-11-25 15:14:49 +00:00
Object s/assert/llvm_unreachable/ 2012-11-14 17:58:11 +00:00
Support Allow using MemoryBuffers with yaml::Stream directly. 2012-11-19 23:21:47 +00:00
TableGen Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
Target Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
Transforms Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
VMCore Remove the dependent libraries feature. 2012-11-27 09:55:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile