summaryrefslogtreecommitdiffstats
path: root/compiler-rt/include
Commit message (Expand)AuthorAgeFilesLines
...
* [XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris2018-05-041-23/+59
* [libFuzzer] Report at most one crash per input.Matt Morehouse2018-05-011-0/+5
* [scudo] Adding an interface function to print allocator statsKostya Kortchinsky2018-04-251-0/+5
* Implement trampoline and handler for typed xray event tracing.Keith Wyss2018-04-171-1/+13
* [XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris2018-03-071-0/+64
* Remove obsolete ptrace(2) operations from NetBSDKamil Rytarowski2018-03-031-1/+1
* Implement a large part of NetBSD syscalls of netbsd_syscall_hooks.hKamil Rytarowski2018-02-151-0/+4689
* Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski2018-02-152-0/+46
* [XRay] [compiler-rt] stop writing garbage in naive log recordsMartin Pelikan2018-01-301-1/+1
* [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limitKostya Kortchinsky2018-01-041-1/+1
* [sanitizer] Make function declarations C-compatiblePetr Hosek2017-12-219-37/+37
* Added a separate install target for compilert-rt-headersIlya Biryukov2017-12-151-1/+19
* [scudo] Adding a public Scudo interfaceKostya Kortchinsky2017-12-132-0/+35
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-092-0/+34
* [XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris2017-12-051-0/+38
* [XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris2017-11-211-1/+8
* [Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov2017-10-231-0/+7
* [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov2017-10-201-0/+6
* [XRay][compiler-rt] Write out arg1 payload in naive mode loggingDean Michael Berris2017-10-051-1/+29
* [XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan2017-09-281-0/+3
* [lsan] Add __lsan_default_optionsVitaly Buka2017-09-221-0/+4
* [XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris2017-09-181-1/+4
* [ASAN] Revert r313303 - Add macro denoting availability of new `__asan_handle...Eric Fiselier2017-09-141-4/+0
* [ASAN] Add macro denoting availability of new `__asan_handle_no_return()` fun...Eric Fiselier2017-09-141-0/+4
* Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci2017-09-081-0/+2
* [asan] Move __asan_handle_no_return to public headerPetr Hosek2017-08-281-0/+4
* [XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initi...Dean Michael Berris2017-08-031-0/+8
* [XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...Dean Michael Berris2017-08-021-0/+2
* [sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov2017-07-271-2/+5
* [XRay][compiler-rt][NFC] Add a name for argument to __xray_set_handler_arg1(...)Dean Michael Berris2017-06-191-1/+2
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-2/+0
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-011-4/+0
* [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
OpenPOWER on IntegriCloud