[asan] Support x86 REP MOVS asm instrumentation.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 31 Jul 2014 09:11:04 +0000 (09:11 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 31 Jul 2014 09:11:04 +0000 (09:11 +0000)
commit77ad86681faf93230612fac1ae3dfe13476fa7cb
treecb118ebc721e53e20169f315ce82a4c2ee5b3b8a
parentb7e8e5cdc0b88369f647ee216eb1faee06d629c7
[asan] Support x86 REP MOVS asm instrumentation.

Patch by Yuri Gorshenin.

llvm-svn: 214395
llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.h
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/test/Instrumentation/AddressSanitizer/X86/asm_mov_no_instrumentation.s
llvm/test/Instrumentation/AddressSanitizer/X86/asm_rep_movs.ll [new file with mode: 0644]