This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec777bf96d0 NFC: directly return when CommonExitBlock != Succ new dcec492d931 [InstCombine] Precommit tests for D68265 new a3f4bb33fd2 [InstCombine] Simplify fma multiplication to nan for undef [...] new 72b55d49c0f [llvm-objcopy] Add --set-section-alignment
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llvm-objcopy.rst | 5 + lib/Analysis/InstructionSimplify.cpp | 6 +- test/Transforms/InstCombine/fma.ll | 206 ++++++++++++++++++++- test/tools/llvm-objcopy/ELF/binary-input.test | 8 + .../llvm-objcopy/ELF/set-section-alignment.test | 54 ++++++ tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 9 +- tools/llvm-objcopy/CopyConfig.cpp | 26 +++ tools/llvm-objcopy/CopyConfig.h | 1 + tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 8 + tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 15 +- tools/llvm-objcopy/ObjcopyOpts.td | 4 + 11 files changed, 326 insertions(+), 16 deletions(-) create mode 100644 test/tools/llvm-objcopy/ELF/set-section-alignment.test