summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/interception_linux.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner2019-04-301-4/+10
* [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner2019-04-271-12/+4
* [NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner2019-04-261-4/+6
* [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner2019-04-251-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [interception] Switch to _type suffix instead of _f, NFC.Kuba Mracek2018-10-221-1/+1
* OpenBSD Ubsan support / interceptionKamil Rytarowski2018-03-021-4/+4
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-4/+7
* [Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski2017-12-061-4/+4
* Reuse interception_linux for NetBSDKamil Rytarowski2017-08-081-2/+2
* [asan] Versioned interceptor for pthread_create.Evgeniy Stepanov2015-09-221-5/+5
* [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany2014-02-241-6/+6
* [msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov2013-12-201-5/+5
* [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov2013-11-121-1/+1
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-161-3/+6
* tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov2013-09-191-3/+2
* tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov2013-09-031-1/+1
* asan: fix android buildDmitry Vyukov2013-09-031-0/+2
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-021-0/+6
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-021-4/+6
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-241-2/+4
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-151-0/+33
OpenPOWER on IntegriCloud