This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7ab3c4f0854 Revert "Bump minimum toolchain version" new 5cbc524c258 [X86][SSE]: Adding full coverage of MC encoding tests for t [...]
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/MC/X86/MMX-32.s | 82 +- test/MC/X86/MMX-64.s | 90 +- test/MC/X86/SSE-32.s | 1246 ++++++++++++++ test/MC/X86/SSE-64.s | 1398 ++++++++++++++++ test/MC/X86/SSE2-32.s | 3446 ++++++++++++++++++++++++++++++++++++++ test/MC/X86/SSE2-64.s | 3642 +++++++++++++++++++++++++++++++++++++++++ test/MC/X86/SSE3-32.s | 358 ++++ test/MC/X86/SSE3-64.s | 358 ++++ test/MC/X86/SSE41-32.s | 1290 +++++++++++++++ test/MC/X86/SSE41-64.s | 1370 ++++++++++++++++ test/MC/X86/SSE42-32.s | 226 +++ test/MC/X86/SSE42-64.s | 254 +++ test/MC/X86/SSE4a-32.s | 65 + test/MC/X86/SSE4a-64.s | 77 + test/MC/X86/SSEMXCSR-32.s | 50 + test/MC/X86/SSEMXCSR-64.s | 50 + test/MC/X86/SSE_PREFETCH-32.s | 98 ++ test/MC/X86/SSE_PREFETCH-64.s | 98 ++ test/MC/X86/SSSE3-32.s | 898 ++++++++++ test/MC/X86/SSSE3-64.s | 898 ++++++++++ 20 files changed, 15824 insertions(+), 170 deletions(-) create mode 100644 test/MC/X86/SSE-32.s create mode 100644 test/MC/X86/SSE-64.s create mode 100644 test/MC/X86/SSE2-32.s create mode 100644 test/MC/X86/SSE2-64.s create mode 100644 test/MC/X86/SSE3-32.s create mode 100644 test/MC/X86/SSE3-64.s create mode 100644 test/MC/X86/SSE41-32.s create mode 100644 test/MC/X86/SSE41-64.s create mode 100644 test/MC/X86/SSE42-32.s create mode 100644 test/MC/X86/SSE42-64.s create mode 100644 test/MC/X86/SSE4a-32.s create mode 100644 test/MC/X86/SSE4a-64.s create mode 100644 test/MC/X86/SSEMXCSR-32.s create mode 100644 test/MC/X86/SSEMXCSR-64.s create mode 100644 test/MC/X86/SSE_PREFETCH-32.s create mode 100644 test/MC/X86/SSE_PREFETCH-64.s create mode 100644 test/MC/X86/SSSE3-32.s create mode 100644 test/MC/X86/SSSE3-64.s