This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3be77b30e98 [X86] Fix typo in skylake-avx512 model for PMAXSD/PMINSD in [...] new 0110ab1c051 [llvm-mca] Support for in-order CPU for -instruction-tables [...]
The 1 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: test/tools/llvm-mca/X86/Atom/resources-mmx.s | 388 +++++++ test/tools/llvm-mca/X86/Atom/resources-sse1.s | 456 ++++++++ test/tools/llvm-mca/X86/Atom/resources-sse2.s | 944 ++++++++++++++++ .../llvm-mca/X86/{SLM => Atom}/resources-sse3.s | 0 test/tools/llvm-mca/X86/Atom/resources-ssse3.s | 248 +++++ test/tools/llvm-mca/X86/Atom/resources-x86_64.s | 1138 ++++++++++++++++++++ test/tools/llvm-mca/X86/Atom/resources-x87.s | 516 +++++++++ tools/llvm-mca/llvm-mca.cpp | 2 +- 8 files changed, 3691 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-mca/X86/Atom/resources-mmx.s create mode 100644 test/tools/llvm-mca/X86/Atom/resources-sse1.s create mode 100644 test/tools/llvm-mca/X86/Atom/resources-sse2.s copy test/tools/llvm-mca/X86/{SLM => Atom}/resources-sse3.s (100%) create mode 100644 test/tools/llvm-mca/X86/Atom/resources-ssse3.s create mode 100644 test/tools/llvm-mca/X86/Atom/resources-x86_64.s create mode 100644 test/tools/llvm-mca/X86/Atom/resources-x87.s