When instruction bundling is enabled and the -mc-relax-all flag is
set, we can write bundle padding directly into fragments and avoid
creating large number of fragments significantly reducing LLVM MC
memory usage.
Fixes https://code.google.com/p/nativeclient/issues/detail?id=4063
Here and elsewhere - please document all the new functions/methods you add - explaining their arguments, return values, etc.