summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-08-03[XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initi...Dean Michael Berris
2017-08-02[XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...Dean Michael Berris
2017-07-27[sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov
2017-06-19[XRay][compiler-rt][NFC] Add a name for argument to __xray_set_handler_arg1(...)Dean Michael Berris
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-22[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris
2017-05-12[XRay] Fix build with libc++ (NFC).Eugene Zelenko
2017-05-12[XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris
2017-05-05[XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris
2017-05-04[XRay][compiler-rt][NFC] Update comments to doxygen format; group functions b...Dean Michael Berris
2017-05-04[XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-05-01tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov
2017-05-01[XRay][compiler-rt] Document and update the XRay Logging APIDean Michael Berris
2017-04-21[tsan] Publish the TSan external API in tsan_interface.hKuba Mracek
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2017-04-11This patch causes the installation of headers for the sanitizer and/or xray t...Catherine Moore
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