summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-15Added a separate install target for compilert-rt-headersIlya Biryukov
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-05[XRay][compiler-rt] Write out arg1 payload in naive mode loggingDean Michael Berris
2017-09-28[XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-18[XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris
2017-09-14[ASAN] Revert r313303 - Add macro denoting availability of new `__asan_handle...Eric Fiselier
2017-09-14[ASAN] Add macro denoting availability of new `__asan_handle_no_return()` fun...Eric Fiselier
2017-09-08Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci
2017-08-28[asan] Move __asan_handle_no_return to public headerPetr Hosek
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