This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8206b0c26f2 Fix broken asan Support tests new 5fe8b27775a [llvm-objcopy] Add --keep-symbol (-K) option new c2faa707779 [X86] Split off F16C WriteCvtPH2PS/WriteCvtPS2PH scheduler classes new f46201df376 [DAG] propagate FMF for all FPMathOperators
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/SelectionDAGBuilder.cpp | 34 +++++++++++------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 7 ++++ lib/Target/X86/X86InstrAVX512.td | 30 +++++++++------- lib/Target/X86/X86InstrSSE.td | 24 +++++++------ lib/Target/X86/X86SchedBroadwell.td | 24 ++++++------- lib/Target/X86/X86SchedHaswell.td | 33 +++++++---------- lib/Target/X86/X86SchedSandyBridge.td | 9 ++++- lib/Target/X86/X86SchedSkylakeClient.td | 29 ++++++--------- lib/Target/X86/X86SchedSkylakeServer.td | 31 ++++++---------- lib/Target/X86/X86Schedule.td | 9 ++++- lib/Target/X86/X86ScheduleAtom.td | 8 ++++- lib/Target/X86/X86ScheduleBtVer2.td | 41 +++++----------------- lib/Target/X86/X86ScheduleSLM.td | 8 ++++- lib/Target/X86/X86ScheduleZnver1.td | 14 ++++---- .../AArch64/vecreduce-propagate-sd-flags.ll | 3 +- test/CodeGen/ARM/fp16-instructions.ll | 2 +- test/CodeGen/PowerPC/fmf-propagation.ll | 22 ++++++------ test/CodeGen/X86/f16c-schedule.ll | 4 +-- test/CodeGen/X86/fmaxnum.ll | 28 ++++----------- test/CodeGen/X86/fminnum.ll | 28 ++++----------- test/CodeGen/X86/pr34149.ll | 8 ++--- test/tools/llvm-mca/X86/Broadwell/resources-f16c.s | 4 +-- test/tools/llvm-mca/X86/BtVer2/resources-f16c.s | 4 +-- ...symbol.test => keep-symbol-remove-section.test} | 22 +++++++----- .../llvm-objcopy/{weaken.test => keep-symbol.test} | 31 ++++++---------- tools/llvm-objcopy/ObjcopyOpts.td | 5 +++ tools/llvm-objcopy/llvm-objcopy.cpp | 7 ++++ 27 files changed, 218 insertions(+), 251 deletions(-) copy test/tools/llvm-objcopy/{strip-reloc-symbol.test => keep-symbol-remove-sectio [...] copy test/tools/llvm-objcopy/{weaken.test => keep-symbol.test} (74%)