This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b123fd02f97 [X86][Haswell] Updating HSW instruction scheduling information new 384007e569e The current version of LLVM X86 disassembler incorrectly in [...]
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: .../X86/Disassembler/X86DisassemblerDecoder.cpp | 85 +++++++++++++++++----- .../X86/Disassembler/X86DisassemblerDecoder.h | 3 + test/MC/Disassembler/X86/prefixes-i386.s | 68 +++++++++++++++++ test/MC/Disassembler/X86/prefixes-x86_64.s | 10 +++ test/MC/Disassembler/X86/prefixes.txt | 56 +++++++++++++- 5 files changed, 204 insertions(+), 18 deletions(-) create mode 100644 test/MC/Disassembler/X86/prefixes-i386.s create mode 100644 test/MC/Disassembler/X86/prefixes-x86_64.s