Evgeniy Stepanov
77ad86681f
[asan] Support x86 REP MOVS asm instrumentation.
...
Patch by Yuri Gorshenin.
llvm-svn: 214395
2014-07-31 09:11:04 +00:00
Evgeniy Stepanov
6fa6c677cc
[asan] Generate asm instrumentation in MC.
...
Generate entire ASan asm instrumentation in MC without
relying on runtime helper functions.
Patch by Yuri Gorshenin.
llvm-svn: 212455
2014-07-07 13:57:37 +00:00
Evgeniy Stepanov
0a951b775e
Create MCTargetOptions.
...
For now it contains a single flag, SanitizeAddress, which enables
AddressSanitizer instrumentation of inline assembly.
Patch by Yuri Gorshenin.
llvm-svn: 206971
2014-04-23 11:16:03 +00:00
Evgeniy Stepanov
49e2625144
AddressSanitizer instrumentation for MOV and MOVAPS.
...
This is an initial version of *Sanitizer instrumentation of assembly code.
Patch by Yuri Gorshenin.
llvm-svn: 203908
2014-03-14 08:58:04 +00:00