summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [libFuzzer] Report at most one crash per input.Matt Morehouse2018-05-011-0/+6
| | | | | | | | | | | | | | | | | | Summary: Fixes https://github.com/google/sanitizers/issues/788/, a deadlock caused by multiple crashes happening at the same time. Before printing a crash report, we now test and set an atomic flag. If the flag was already set, the crash handler returns immediately. Reviewers: kcc Reviewed By: kcc Subscribers: llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D46277 llvm-svn: 331310
* [sanitizer_common] Update sanitizers w.r.t. the new comparisons ↵Alexander Potapenko2017-08-101-0/+8
| | | | | | | | | | | 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
* [sanitizer-coverage] Fix Windows build broken by r309655Vitaly Buka2017-08-011-0/+4
| | | | llvm-svn: 309665
* [sanitizer-coverage] remove stale codeKostya Serebryany2017-07-261-1/+0
| | | | llvm-svn: 309173
* [sancov] Add new sanitizer coverage functions to the internal interface.Marcos Pividori2017-01-311-1/+27
| | | | | | Differential Revision: https://reviews.llvm.org/D28597 llvm-svn: 293672
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-121-1/+10
| | | | | | | | Subscribers: kubabrecka, mgorny Differential Revision: https://reviews.llvm.org/D26758 llvm-svn: 289498
* Add __sanitizer_set_report_fd to the internal list of symbols.Benjamin Kramer2016-05-301-0/+4
| | | | | | Otherwise it will get the wrong visibility in the resulting library. llvm-svn: 271202
* Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky2015-11-041-1/+4
| | | | | | | | container. Differential Revision: http://reviews.llvm.org/D14341 llvm-svn: 252071
* [Sanitizers] Move the common sanitizer interface from ↵Timur Iskhodzhanov2015-02-191-0/+58
sanitizer_internal_defs.h to a new sanitizer_interface_internal.h file Reviewed at http://reviews.llvm.org/D7758 llvm-svn: 229858
OpenPOWER on IntegriCloud