summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany2017-05-311-3/+0
* [XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris2017-05-221-0/+4
* [XRay] Fix build with libc++ (NFC).Eugene Zelenko2017-05-121-4/+5
* [XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris2017-05-121-0/+4
* [XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris2017-05-051-0/+9
* [XRay][compiler-rt][NFC] Update comments to doxygen format; group functions b...Dean Michael Berris2017-05-041-40/+42
* [XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris2017-05-041-0/+8
* [tsan] Detect races on modifying accesses in Swift codeKuba Mracek2017-05-031-0/+1
* tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov2017-05-011-1/+2
* [XRay][compiler-rt] Document and update the XRay Logging APIDean Michael Berris2017-05-011-0/+171
* [tsan] Publish the TSan external API in tsan_interface.hKuba Mracek2017-04-211-0/+15
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-191-8/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-191-2/+0
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-191-19/+0
* This patch causes the installation of headers for the sanitizer and/or xray t...Catherine Moore2017-04-111-15/+19
* [XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris2017-03-291-4/+17
* [XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris2017-03-292-1/+11
* tsan: add new mutex annotationsDmitry Vyukov2017-03-262-0/+122
* [asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany2017-03-151-1/+3
* [XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-1/+18
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-252-0/+57
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-032-57/+0
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-032-0/+57
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-121-0/+5
* [sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky2016-12-051-0/+7
* [XRay] Support AArch64 in compiler-rtDean Michael Berris2016-11-211-0/+7
* [compiler-rt][XRay] Support tail call sledsDean Michael Berris2016-10-131-1/+1
* [sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany2016-10-041-8/+0
* [ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov2016-09-281-1/+3
* [sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany2016-09-191-2/+2
* [sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany2016-09-191-0/+3
* [compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris2016-08-261-0/+80
* [sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...Kostya Serebryany2016-08-251-0/+7
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-7/+9
* [compiler-rt][XRay] Address follow-up comments to initial interface and initi...Dean Michael Berris2016-07-291-15/+7
* [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris2016-07-212-1/+78
* Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg2016-07-202-78/+1
* [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris2016-07-202-1/+78
* [esan|wset] Fix flaky sampling testsDerek Bruening2016-07-191-0/+4
* [sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany2016-07-151-0/+11
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+1
* [esan] Add __esan_report for mid-run dataDerek Bruening2016-07-092-0/+47
* [sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov2016-06-241-5/+18
* [asan] add primitives that allow coroutine implementationsDmitry Vyukov2016-06-211-0/+20
* [sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany2016-06-161-0/+17
* [asan] fix arm buildKostya Serebryany2016-06-021-1/+1
* [asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany2016-06-021-0/+6
* [sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany2016-05-271-0/+3
* [libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany2016-01-121-2/+4
* [sancov] coverage pc bufferMike Aizatsky2016-01-051-0/+7