Add the align_to_end option to .bundle_lock in the MC implementation of aligned
authorEli Bendersky <eliben@google.com>
Mon, 7 Jan 2013 21:51:08 +0000 (21:51 +0000)
committerEli Bendersky <eliben@google.com>
Mon, 7 Jan 2013 21:51:08 +0000 (21:51 +0000)
commit6c1d4972cf1cd6b6072e31c05f97abb1ed7a8497
tree01a1fc8d4730a3b75657fafa9a5428bd7e4f0057
parentd3ae2866d105f6da6375544eb41aea0dad75a9f2
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
bundling. The document describing this feature and the implementation has also
been updated:

https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/aligned-bundling-support-in-llvm

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171797 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
test/MC/ARM/AlignedBundling/group-bundle-arm.s
test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s
tools/lto/LTOModule.cpp