summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add dfsan_weak_hook_memcmpKostya Serebryany2015-05-071-0/+10
* [lsan] Add an interface function for on-demand leak checking.Sergey Matveev2015-04-241-6/+17
* Revert r235726 "interface"Sergey Matveev2015-04-241-17/+6
* interfaceSergey Matveev2015-04-241-6/+17
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+17
* [msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov2015-02-261-0/+5
* [sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany2015-02-033-20/+47
* [sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany2015-01-281-0/+8
* [msan] Refactor shadow operations.Evgeniy Stepanov2015-01-211-1/+3
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-152-2/+4
* [DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni2014-11-201-0/+6
* [asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany2014-11-141-0/+3
* Fix minor typos in comments.Filipe Cabecinhas2014-10-132-2/+2
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-0/+26
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-26/+0
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-0/+26
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-122-103/+0
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-151-0/+16
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-074-2/+93
* [sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev2014-05-211-0/+4
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-4/+0
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-1/+16
* [asan] introduce interface function __sanitizer_verify_contiguous_container t...Kostya Serebryany2014-05-061-0/+8
* [asan] make AsanCoverage lock-free (and AS-safe)Kostya Serebryany2014-04-301-0/+2
* [msan] Prettify __msan_print_shadow.Evgeniy Stepanov2014-04-301-0/+4
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-241-0/+8
* [asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany2014-04-141-6/+7
* [msan] Kill __msan_print_param_shadow.Evgeniy Stepanov2014-04-021-4/+0
* [msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov2014-04-021-0/+4
* [msan] Implement __msan_set_death_callback.Evgeniy Stepanov2014-03-271-0/+3
* Add function to get the number of DFSan labels allocated.Peter Collingbourne2014-03-261-0/+3
* [MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev2014-03-211-0/+4
* [msan] Remove stubs for non-instrumented code from msan interface header.Evgeniy Stepanov2014-02-201-24/+0
* [CMake] Rename several variablesAlexey Samsonov2014-02-181-15/+2
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-061-0/+18
* [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany2014-01-151-5/+0
* [msan] Fix an incorrect comment.Evgeniy Stepanov2014-01-151-2/+2
* [lsan] Add __lsan_default_suppressions() to the public interface header.Sergey Matveev2014-01-131-7/+11
* [sanitizer] fix commentKostya Serebryany2014-01-131-1/+1
* [lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany2014-01-101-0/+5
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-191-8/+0
* [lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev2013-12-171-0/+17
* [TSan] Move declarations of __tsan_atomic functions to a public headerAlexey Samsonov2013-12-112-1/+224
* [sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev2013-12-031-0/+3
* [asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...Kostya Serebryany2013-11-191-1/+10
* [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany2013-11-191-2/+4
* [asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany2013-11-181-0/+24
* CMake: make sure compiler-rt headers are copied to build tree if 'compilrer-r...Alexey Samsonov2013-11-181-0/+1
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+3
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-3/+0