This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c5669aedb8 [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size. new ddb14f8532d This patch is a result of D37262: The issues with X86 prefi [...]
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: include/llvm/MC/MCInst.h | 7 + lib/Target/X86/AsmParser/X86AsmParser.cpp | 66 ++++- lib/Target/X86/AsmParser/X86Operand.h | 25 +- lib/Target/X86/Disassembler/X86Disassembler.cpp | 32 ++- .../X86/Disassembler/X86DisassemblerDecoder.cpp | 265 ++++++++++----------- .../X86/Disassembler/X86DisassemblerDecoder.h | 16 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 8 + lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 6 + lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 10 + lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 7 +- test/MC/Disassembler/X86/prefixes.txt | 56 ++++- test/MC/Disassembler/X86/x86-32.txt | 11 + test/MC/Disassembler/X86/x86-64.txt | 15 ++ test/MC/X86/intel-syntax-encoding.s | 6 +- test/MC/X86/x86-64.s | 24 +- 15 files changed, 362 insertions(+), 192 deletions(-)