summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception/interception.h
Commit message (Expand)AuthorAgeFilesLines
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-2/+2
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-2/+8
* 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
* Introduce new type for inteceptors UINTMAX_TKamil Rytarowski2018-08-291-0/+1
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-3/+12
* The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...Rainer Orth2018-04-241-1/+1
* OpenBSD Ubsan support / interceptionKamil Rytarowski2018-03-021-3/+3
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-2/+5
* [Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski2017-12-061-21/+21
* [Fuchsia] Magenta -> ZirconPetr Hosek2017-09-131-1/+1
* Add NetBSD support in interception.hKamil Rytarowski2017-08-041-3/+3
* [sanitizer_common] Fuchsia support for interceptorsVitaly Buka2017-08-011-7/+30
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-2/+2
* [compiler-rt] Fix warnings in interception codeEtienne Bergeron2016-07-271-0/+2
* Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes2016-07-221-3/+0
* fix https://reviews.llvm.org/D22610Etienne Bergeron2016-07-211-0/+3
* [ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov2015-03-161-1/+0
* [ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov2014-08-221-9/+3
* Make sanitizers' interceptors non-weak on FreeBSDViktor Kutuzov2014-07-101-0/+10
* [ASan/Win] Use the new function interception approach to handle function wrap...Timur Iskhodzhanov2014-05-221-3/+3
* [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Ku...Kostya Serebryany2014-02-241-4/+5
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-161-0/+6
* [ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov2013-09-101-2/+5
* [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...Alexander Potapenko2013-05-201-3/+22
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-271-14/+6
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-211-5/+46
* [asan] fix x32 build (H.J. Lu)Kostya Serebryany2013-02-141-2/+2
* [sanitizer] OFF_T on Mac is u64.Evgeniy Stepanov2013-02-071-0/+5
* [sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov2013-02-071-1/+4
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-051-30/+10
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-301-1/+1
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+1
* [sanitizer] Common *scanf interceptors.Evgeniy Stepanov2013-01-181-0/+2
* [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...Kostya Serebryany2012-12-131-0/+9
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-0/+4
* [ASan] fix interception macro for Android buildAlexey Samsonov2012-09-121-1/+1
* [Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov2012-09-111-27/+23
* Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko2012-08-171-14/+34
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-021-0/+9
* [ASan] cleanup: trailing semicolons, trailing colons in enumsAlexey Samsonov2012-06-281-5/+5
* [Sanitizer] fight more semicolons in macro definitions (to please mac cmake b...Alexey Samsonov2012-06-281-4/+4
* Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth2012-06-251-5/+5
* asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxxDmitry Vyukov2012-05-281-5/+5
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-241-7/+18
* [asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany2012-05-151-0/+157
OpenPOWER on IntegriCloud