Alexander Potapenko
925c0741ab
[sanitizer_common] Update sanitizers w.r.t. the new comparisons instrumentation API
...
Added declarations of __sanitizer_cov_trace_const_cmp[1248] callbacks.
For more details, please see https://reviews.llvm.org/D36465 .
Patch by Victor Chibotaru.
llvm-svn: 310596
2017-08-10 14:22:57 +00:00
Vitaly Buka
2ae1edd139
[sanitizer-coverage] Fix Windows build broken by r309655
...
llvm-svn: 309665
2017-08-01 07:45:46 +00:00
Kostya Serebryany
f539bd84b6
[sanitizer-coverage] remove stale code
...
llvm-svn: 309173
2017-07-26 20:40:25 +00:00
Marcos Pividori
6342cf9dc3
[sancov] Add new sanitizer coverage functions to the internal interface.
...
Differential Revision: https://reviews.llvm.org/D28597
llvm-svn: 293672
2017-01-31 18:37:18 +00:00
Mike Aizatsky
aaa637001a
[sancov] __sanitizer_dump_coverage api
...
Subscribers: kubabrecka, mgorny
Differential Revision: https://reviews.llvm.org/D26758
llvm-svn: 289498
2016-12-12 23:45:38 +00:00
Benjamin Kramer
4acc312e47
Add __sanitizer_set_report_fd to the internal list of symbols.
...
Otherwise it will get the wrong visibility in the resulting library.
llvm-svn: 271202
2016-05-30 09:39:47 +00:00
Mike Aizatsky
1e41784f20
Asan: utility function to determine first wrongly poisoned byte in
...
container.
Differential Revision: http://reviews.llvm.org/D14341
llvm-svn: 252071
2015-11-04 19:56:03 +00:00
Timur Iskhodzhanov
7a010dc5e7
[Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs.h to a new sanitizer_interface_internal.h file
...
Reviewed at http://reviews.llvm.org/D7758
llvm-svn: 229858
2015-02-19 15:15:33 +00:00