summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_interface_internal.h
AgeCommit message (Collapse)Author
2017-08-10[sanitizer_common] Update sanitizers w.r.t. the new comparisons ↵Alexander Potapenko
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@310596 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-01[sanitizer-coverage] Fix Windows build broken by r309655Vitaly Buka
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309665 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-26[sanitizer-coverage] remove stale codeKostya Serebryany
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309173 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-31[sancov] Add new sanitizer coverage functions to the internal interface.Marcos Pividori
Differential Revision: https://reviews.llvm.org/D28597 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293672 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-12[sancov] __sanitizer_dump_coverage apiMike Aizatsky
Subscribers: kubabrecka, mgorny Differential Revision: https://reviews.llvm.org/D26758 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@289498 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-30Add __sanitizer_set_report_fd to the internal list of symbols.Benjamin Kramer
Otherwise it will get the wrong visibility in the resulting library. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271202 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-04Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky
container. Differential Revision: http://reviews.llvm.org/D14341 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252071 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-19[Sanitizers] Move the common sanitizer interface from ↵Timur Iskhodzhanov
sanitizer_internal_defs.h to a new sanitizer_interface_internal.h file Reviewed at http://reviews.llvm.org/D7758 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@229858 91177308-0d34-0410-b5e6-96231b3b80d8