| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Patch by Yuri Gorshenin.
llvm-svn: 214395
|
|
|
|
|
|
|
|
|
| |
Generate entire ASan asm instrumentation in MC without
relying on runtime helper functions.
Patch by Yuri Gorshenin.
llvm-svn: 212455
|
|
|
|
|
|
|
|
|
|
|
|
| |
I saw at least a memory leak or two from inspection (on probably
untested error paths) and r206991, which was the original inspiration
for this change.
I ran this idea by Jim Grosbach a few weeks ago & he was OK with it.
Since it's a basically mechanical patch that seemed sufficient - usual
post-commit review, revert, etc, as needed.
llvm-svn: 210427
|
|
|
|
|
|
| |
Patch by Yuri Gorshenin.
llvm-svn: 209280
|
|
|
|
| |
llvm-svn: 208400
|
|
|
|
|
|
| |
Patch by Yuri Gorshenin.
llvm-svn: 208296
|
|
|
|
|
|
| |
With this change, asm instrumentation is disabled by default.
llvm-svn: 208167
|
|
|
|
|
|
|
|
|
| |
Only emit calls to compiler-rt asm routines on platforms where they are
present (currently limited to linux i386/x86_64).
Patch by Yuri Gorshenin.
llvm-svn: 207651
|
|
|
|
|
|
| |
Patch by Yuri Gorshenin.
llvm-svn: 207115
|
|
|
|
|
|
| |
Patch by Yuri Gorshenin.
llvm-svn: 207092
|
|
|
|
|
|
|
|
|
| |
For now it contains a single flag, SanitizeAddress, which enables
AddressSanitizer instrumentation of inline assembly.
Patch by Yuri Gorshenin.
llvm-svn: 206971
|
|
This is an initial version of *Sanitizer instrumentation of assembly code.
Patch by Yuri Gorshenin.
llvm-svn: 203908
|