summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/interception/interception_linux.h
AgeCommit message (Expand)Author
2025-04-12[compiler-rt][sanitizer][NFC] update endif markers for Haiku (#135475)Brad Smith
2025-04-11[compiler-rt][sanitizer] add Haiku support (#134772)Brad Smith
2024-07-30[Sanitizers] Avoid overload ambiguity for interceptors (#100986)Nikita Popov
2023-06-09[compiler-rt] Reformat interception macrosMarco Elver
2023-05-25[compiler-rt] Introduce the notion of an interceptor trampolineMarco Elver
2021-01-06[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detectio...Fangrui Song
2021-01-06Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature ...Oliver Stannard
2021-01-05Reland D93848 "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX f...Fangrui Song
2021-01-02Revert "[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature ...Nico Weber
2020-12-31[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_LINUX feature detectio...Fangrui Song
2020-10-20[Sanitizers] Remove OpenBSD support (new attempt)David Carlier
2020-10-19Revert "[Sanitizers] Remove OpenBSD support" + 1Evgenii Stepanov
2020-10-18[Sanitizers] Remove OpenBSD supportDavid Carlier
2019-05-01[Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner
2019-04-30Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner
2019-04-27[NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner
2019-04-26[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner
2019-04-25[NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-22[interception] Switch to _type suffix instead of _f, NFC.Kuba Mracek
2018-03-02OpenBSD Ubsan support / interceptionKamil Rytarowski
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-06[Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski
2017-08-08Reuse interception_linux for NetBSDKamil Rytarowski
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2014-02-24[sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany
2013-12-20[msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov
2013-11-12[sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov
2013-10-16Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov
2013-09-19tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov
2013-09-03tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov
2013-09-03asan: fix android buildDmitry Vyukov
2013-09-02tsan: properly intercept pthread_cond functionsDmitry Vyukov
2012-08-02[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov
2012-05-24asan/tsan: weak interceptorsDmitry Vyukov
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany