This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b7e672 [LoopDeletion] (cleanup, NFC) Fix one more local variable tha [...] new be4bc89 [X86] Fix for bugzilla 31576 - add support for "data32" instr [...]
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: lib/Target/X86/AsmParser/X86AsmParser.cpp | 2 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 11 +++++++++++ lib/Target/X86/X86InstrInfo.td | 7 ++++++- test/MC/X86/data-prefix-fail.s | 25 ++++++++++++++++++++++++ test/MC/X86/data-prefix16.s | 9 +++++++++ test/MC/X86/data-prefix32.s | 9 +++++++++ test/MC/X86/data-prefix64.s | 9 +++++++++ test/MC/X86/x86-16.s | 10 ++++++++++ test/MC/X86/x86-32.s | 10 ++++++++++ test/MC/X86/x86-64.s | 6 ++++++ utils/TableGen/X86DisassemblerTables.cpp | 4 ++++ 11 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 test/MC/X86/data-prefix-fail.s create mode 100644 test/MC/X86/data-prefix16.s create mode 100644 test/MC/X86/data-prefix32.s create mode 100644 test/MC/X86/data-prefix64.s