summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-03-29[XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris
2017-03-29[XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2017-03-06[XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris
2017-01-25[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2017-01-03Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris
2017-01-03[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2016-12-12[sancov] __sanitizer_dump_coverage apiMike Aizatsky
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
2016-11-21[XRay] Support AArch64 in compiler-rtDean Michael Berris
2016-10-13[compiler-rt][XRay] Support tail call sledsDean Michael Berris
2016-10-04[sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany
2016-09-28[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov
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