This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a1e1149e9ea Revert "[CodeGen] Do the Simple Early Return in block-place [...] new a080e2039a9 Handle local commons for XCOFF object file writing new 9c26d11c10e [DAGCombiner] cancel fnegs from multiplied operands of FMA new a92f0858b61 [JITLink] Don't under-align zero-fill sections.
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 44 ++++++++++++++-------- lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp | 39 +++++++------------ lib/MC/MCXCOFFStreamer.cpp | 10 +++-- lib/MC/XCOFFObjectWriter.cpp | 7 ++++ test/CodeGen/AMDGPU/fneg-combines.ll | 2 +- test/CodeGen/PowerPC/aix-xcoff-lcomm.ll | 37 ++++++++++++++++++ test/CodeGen/PowerPC/fneg.ll | 7 ++-- .../JITLink/X86/MachO_zero_fill_alignment.s | 14 +++++++ 8 files changed, 110 insertions(+), 50 deletions(-) create mode 100644 test/ExecutionEngine/JITLink/X86/MachO_zero_fill_alignment.s