summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/interception_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc files in lib/interception to .cpp.Nico Weber2019-07-311-83/+0
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-201-2/+7
* Revert "Fix asan infinite loop on undefined symbol"Serge Guelton2019-07-201-7/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-201-2/+7
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-191-7/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-191-2/+7
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-181-7/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-181-2/+7
* [Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner2019-05-011-8/+16
* Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner2019-04-301-0/+6
* [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner2019-04-271-6/+0
* [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner2019-04-251-8/+13
* [safestack] Fix NetBSD buildVitaly Buka2019-01-221-4/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* OpenBSD Ubsan support / interceptionKamil Rytarowski2018-03-021-3/+3
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-3/+6
* [Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski2017-12-061-6/+7
* sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne2017-11-101-0/+8
* Reuse interception_linux for NetBSDKamil Rytarowski2017-08-081-3/+10
* [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany2014-02-241-3/+3
* asan: fix android buildDmitry Vyukov2013-09-031-0/+2
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-021-1/+5
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-021-3/+4
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-241-2/+3
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-151-0/+28
OpenPOWER on IntegriCloud