summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-07-11[XRay] basic mode PID and TID always fetchDean Michael Berris
2018-07-06[MSan] Add functions to enable/disable interceptor checks.Matt Morehouse
2018-05-26Fix a typo; NFCGeorge Burgess IV
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2018-04-25[scudo] Adding an interface function to print allocator statsKostya Kortchinsky
2018-04-17Implement trampoline and handler for typed xray event tracing.Keith Wyss
2018-03-07[XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris
2018-03-03Remove obsolete ptrace(2) operations from NetBSDKamil Rytarowski
2018-02-15Implement a large part of NetBSD syscalls of netbsd_syscall_hooks.hKamil Rytarowski
2018-02-15Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski
2018-01-30[XRay] [compiler-rt] stop writing garbage in naive log recordsMartin Pelikan
2018-01-04[scudo] s/unsigned long/size_t/ for __scudo_set_rss_limitKostya Kortchinsky
2017-12-21[sanitizer] Make function declarations C-compatiblePetr Hosek
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