llvm-6502/lib
David Majnemer 1fa70c99dc COFF: Don't oversize COMMON symbols when targeting BFD ld
COFF normally doesn't allow us to describe the alignment of COMMON
symbols.

It turns out that most linkers use the symbol size as a hint as to how
aligned the symbol should be.

However the BFD folks have added a .drectve command, which we
now support as of r219229, that allows us to specify the alignment
precisely.  With this in mind, stop rounding sizes up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219281 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-08 06:38:53 +00:00
..
Analysis [BasicAA] Revert "Revert r218714 - Make better use of zext and sign information." 2014-10-06 18:37:59 +00:00
AsmParser
Bitcode
CodeGen Cache SelectionDAGISel TargetInstrInfo lookups on the class and 2014-10-08 01:58:03 +00:00
DebugInfo llvm-dwarfdump: Add support for some COFF relocations 2014-10-08 06:38:50 +00:00
ExecutionEngine
IR DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. 2014-10-07 16:56:20 +00:00
IRReader
LineEditor
Linker
LTO
MC COFF: Don't oversize COMMON symbols when targeting BFD ld 2014-10-08 06:38:53 +00:00
Object Don't check for null after calling COFFObjectFile::toSec. 2014-10-07 21:03:22 +00:00
Option
ProfileData Eliminate some deep std::vector copies. NFC. 2014-10-03 18:33:16 +00:00
Support [Support] Add MemoryBuffer::getFileSlice() 2014-10-08 00:22:18 +00:00
TableGen Eliminate some deep std::vector copies. NFC. 2014-10-03 18:33:16 +00:00
Target [AArch64] Generate vector signed/unsigned mul and mla/mls long. 2014-10-08 02:31:24 +00:00
Transforms Revert r219175 - [InstCombine] re-commit r218721 icmp-select-icmp optimization 2014-10-08 01:05:57 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile