This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93b8ba08eb2 [cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARG [...] new 4258537d45e [X86][BMI]: Adding full coverage of MC encoding for the BMI [...]
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/BMI1-32.s | 142 ++++++++++++++++ test/MC/X86/BMI1-64.s | 286 ++++++++++++++++++++++++++++++++ test/MC/X86/BMI2-32.s | 226 +++++++++++++++++++++++++ test/MC/X86/BMI2-64.s | 450 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1104 insertions(+) create mode 100644 test/MC/X86/BMI1-32.s create mode 100644 test/MC/X86/BMI1-64.s create mode 100644 test/MC/X86/BMI2-32.s create mode 100644 test/MC/X86/BMI2-64.s