AddressSanitizer instrumentation for MOV and MOVAPS.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 14 Mar 2014 08:58:04 +0000 (08:58 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 14 Mar 2014 08:58:04 +0000 (08:58 +0000)
commitbf7cc396c61127de08fb92eb558c68c3b2552c12
treeca4c1fa4f68bf2a6b1aef83d184158c9f6ee133f
parent1e83c8c3ab033111161b3a7caa09378baaa72669
AddressSanitizer instrumentation for MOV and MOVAPS.

This is an initial version of *Sanitizer instrumentation of assembly code.

Patch by Yuri Gorshenin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/CMakeLists.txt
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp [new file with mode: 0644]
lib/Target/X86/AsmParser/X86AsmInstrumentation.h [new file with mode: 0644]
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/Instrumentation/AddressSanitizer/X86/asm_mov.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov.s [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov_no_instrumentation.s [new file with mode: 0644]