summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-09-19[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany
2016-09-19[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany
2016-08-26[compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris
2016-08-25[sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...Kostya Serebryany
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-07-29[compiler-rt][XRay] Address follow-up comments to initial interface and initi...Dean Michael Berris
2016-07-21[compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris
2016-07-20Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg
2016-07-20[compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris
2016-07-19[esan|wset] Fix flaky sampling testsDerek Bruening
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening
2016-06-24[sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-06-02[asan] fix arm buildKostya Serebryany
2016-06-02[asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany
2016-05-27[sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany
2016-01-12[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-11-04Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky
2015-10-22[sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairsKostya Serebryany
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-08-21[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-30[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany
2015-07-30[sanitizer] add a weak hook for memcmp interceptor, to be used primarily for ...Kostya Serebryany
2015-07-17re-added changes due to svn config setting issuesNaomi Musgrave
2015-05-07Add dfsan_weak_hook_memcmpKostya Serebryany
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-04-24Revert r235726 "interface"Sergey Matveev
2015-04-24interfaceSergey Matveev
2015-03-03[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany
2015-02-26[msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov
2015-02-03[sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany
2015-01-28[sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany
2015-01-21[msan] Refactor shadow operations.Evgeniy Stepanov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-11-14[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany
2014-10-13Fix minor typos in comments.Filipe Cabecinhas
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka
2014-09-26[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka
2014-09-25[compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-21[sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov