Aligned bundling support. Following the discussion here:
authorEli Bendersky <eliben@google.com>
Thu, 20 Dec 2012 19:05:53 +0000 (19:05 +0000)
committerEli Bendersky <eliben@google.com>
Thu, 20 Dec 2012 19:05:53 +0000 (19:05 +0000)
commit4766ef41b31e4f97bce1179c3b0398303bf65356
tree9c7d834025eea913e5887165099d31af8464cfe0
parent5d3cfa6d1f6d3069893d50af39511cbf5576be91
Aligned bundling support. Following the discussion here:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056754.html

The proposal and implementation are fully documented here:
https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/aligned-bundling-support-in-llvm

Tests will follow shortly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170718 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/MC/MCAsmLayout.h
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
tools/lto/LTOModule.cpp