summaryrefslogtreecommitdiff
path: root/compiler-rt/include/sanitizer
AgeCommit message (Expand)Author
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald
2024-12-06[memprof] Use -memprof-runtime-default-options to set options during compile ...Ellis Hoag
2024-11-05Reapply "[tsan] Don't use `enum __tsan_memory_order` in tsan interface"" (#11...Vitaly Buka
2024-11-05Revert "[tsan] Don't use `enum __tsan_memory_order` in tsan interface" (#115032)Vitaly Buka
2024-11-05[tsan] Don't use `enum __tsan_memory_order` in tsan interface (#114724)Vitaly Buka
2024-10-15[compiler-rt][ASan] Add function copying annotations (#91702)Tacet
2024-10-07Added include of common interfaces (#111374)gbMattN
2024-09-06[compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (#106736)Chris Apple
2024-07-12[ASan] [HWASan] Add __sanitizer_ignore_free_hook() (#96749)Mitch Phillips
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov
2024-03-26[tsan] Add callbacks for futex syscalls and mark them as blocking on tsan (#8...Nazım Can Altınova
2023-12-13[hwasan] Add `__hwasan_get_tag_from_pointer` (#75267)Vitaly Buka
2023-11-28[MemProf] Add interface for reseting the profile file descriptor (#73714)Teresa Johnson
2023-11-22Remove `__cdecl` from _ReturnAddress (#72919)nicole mazzuca
2023-11-08[TSAN] Add __tsan_check_no_mutexes_held helper (#71568)Kenny Yu
2023-11-07Revert "[TSAN] Add __tsan_check_no_mutexes_held helper (#69372)"Hans Wennborg
2023-11-06Add SANITIZER_CDECL to __tsan_check_no_mutexes_held (#71471)Charlie Barto
2023-11-05[sanitizers] Do not define __has_feature in sanitizer/common_interface_defs.h...Jonathan Wakely
2023-11-03[TSAN] Add __tsan_check_no_mutexes_held helper (#69372)Kenny Yu
2023-11-01[MSVC][ASan] fix interface header (#70992)nicole mazzuca
2023-10-31[windows][ASan] Fix build (#70855)nicole mazzuca
2023-10-31[ASan][Windows] Add __cdecl to public sanitizer functions (#69625)nicole mazzuca
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-05-30Reland 2nd attempt: [tsan] Add debugging interfaces into interface header.Pierre Gousseau
2023-05-26[sanitizer] Implement __sanitizer_get_allocated_size_fastJin Xin Ng
2023-04-30[compiler-rt][ASan] Fix description of __sanitizer_annotate_contiguous_containerAdvenam Tacet
2023-04-29Revert "Reland D147337 "[tsan] Add debugging interfaces into interface header.""Hans Wennborg
2023-04-28Reland D147337 "[tsan] Add debugging interfaces into interface header."Pierre Gousseau
2023-04-25[nfc] Fix headers commentVitaly Buka
2023-04-13Revert "[tsan] Add debugging interfaces into interface header."Hans Wennborg
2023-04-12[tsan] Add debugging interfaces into interface header.Pierre Gousseau
2023-04-04Update __sanitizer_get_allocated_begin to return const void*Thurston Dang
2023-04-03Add __sanitizer_get_allocated_begin API and implementationsThurston Dang
2023-03-21[NFC][tsan] Add __tsan_default_{options,suppressions} into interface headerVitaly Buka
2022-12-11[DFSan] Add callback that allows to track which function tainted data reaches.Andrew Browne
2022-11-21[1a/3][ASan][compiler-rt] API for double ended containersAdvenam Tacet
2022-08-30[msan] Add more specific messages for use-after-destroyVitaly Buka
2022-02-01[sanitizer_common][test] Enable tests on SPARCRainer Orth
2022-01-05[DFSan] Add option for conditional callbacks.Andrew Browne
2021-12-22[DFSan] Make dfsan_read_origin_of_first_taint public.Andrew Browne
2021-12-22[DFSan] Add functions to print origin trace from origin id instead of address.Andrew Browne
2021-09-24tsan: add a test for flushing memoryDmitry Vyukov
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-02[sanitizer] Add callbacks for epoll_pwait2Vitaly Buka
2021-07-30[NFC][sanitizer] clang-format few filesVitaly Buka
2021-07-30[sanitizer] Remove cpplint annotationsVitaly Buka
2021-06-29[dfsan] Expose dfsan_get_track_origins to get origin tracking statusJianzhou Zhao
2021-06-14[dfsan] Add stack-trace printing functions to dfsan interfaceGeorge Balatsouras
2021-06-07[dfsan] Add full fast8 supportGeorge Balatsouras
2021-05-24[dfsan] Add function that prints origin stack trace to bufferGeorge Balatsouras