This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 44442fbe1a2 [InstCombine] simplify code for A & (A ^ B) --> A & ~B new 6108c027cf8 [SystemZ] Improve decoding in case of instructions with fou [...] new 947573c21d9 Revert r338365: [X86] Improved sched models for X86 BT*rr i [...] new 0915eb50a32 [ELF][ARM] Add Arm ABI names for float ABI ELF Header flags
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: include/llvm/BinaryFormat/ELF.h | 6 +- lib/Target/SystemZ/SystemZHazardRecognizer.cpp | 39 +++++++++- lib/Target/SystemZ/SystemZHazardRecognizer.h | 15 ++-- lib/Target/SystemZ/SystemZMachineScheduler.cpp | 3 +- lib/Target/X86/X86InstrInfo.td | 16 ++--- lib/Target/X86/X86SchedBroadwell.td | 9 ++- lib/Target/X86/X86SchedHaswell.td | 9 ++- lib/Target/X86/X86SchedSandyBridge.td | 9 ++- lib/Target/X86/X86SchedSkylakeClient.td | 9 ++- lib/Target/X86/X86SchedSkylakeServer.td | 9 ++- lib/Target/X86/X86Schedule.td | 1 - lib/Target/X86/X86ScheduleAtom.td | 1 - lib/Target/X86/X86ScheduleBtVer2.td | 1 - lib/Target/X86/X86ScheduleSLM.td | 1 - lib/Target/X86/X86ScheduleZnver1.td | 1 - test/CodeGen/SystemZ/vec-cmp-cmp-logic-select.ll | 4 +- utils/TableGen/CodeGenSchedule.cpp | 92 ------------------------ utils/TableGen/CodeGenSchedule.h | 2 - 18 files changed, 100 insertions(+), 127 deletions(-)