This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce74ac30674 AMDGPU/SI: Handle infinite loop for the structurizer to wor [...] new 01ff7b72c9e [X86] Split WriteCMOV + WriteCMOV2 scheduler classes new a1fecd54c57 [llvm-mca] Add an example showing how to get Intel assembly syntax new cce04b3a5cd [CMake] Make optimizing sanitizer builds optional
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: CMakeLists.txt | 1 + cmake/modules/HandleLLVMOptions.cmake | 2 +- docs/CommandGuide/llvm-mca.rst | 6 +++++ lib/Target/X86/X86InstrCMovSetCC.td | 39 +++++++++++++++++---------------- lib/Target/X86/X86SchedBroadwell.td | 9 +------- lib/Target/X86/X86SchedHaswell.td | 11 ++-------- lib/Target/X86/X86SchedSandyBridge.td | 15 +------------ lib/Target/X86/X86SchedSkylakeClient.td | 13 +++-------- lib/Target/X86/X86SchedSkylakeServer.td | 13 +++-------- lib/Target/X86/X86Schedule.td | 3 ++- lib/Target/X86/X86ScheduleAtom.td | 1 + lib/Target/X86/X86ScheduleBtVer2.td | 1 + lib/Target/X86/X86ScheduleSLM.td | 1 + lib/Target/X86/X86ScheduleZnver1.td | 1 + 14 files changed, 44 insertions(+), 72 deletions(-)