summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception
Commit message (Expand)AuthorAgeFilesLines
* [msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov2013-12-201-5/+5
* PR16532: work around old GCC bug in interception_type_test.ccAlexey Samsonov2013-12-051-6/+6
* [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNC...Evgeniy Stepanov2013-11-121-1/+1
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-4/+6
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-164-3/+16
* tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov2013-09-191-3/+2
* [ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov2013-09-101-2/+5
* tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov2013-09-031-1/+1
* asan: fix android buildDmitry Vyukov2013-09-032-0/+4
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-022-1/+11
* [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] Exclude off64_t test on mac.Evgeniy Stepanov2013-02-071-0/+3
* [Sanitizer] include stddef.h for ptrdiff_t in interception type testAlexey Samsonov2013-02-071-0/+1
* [sanitizer] Add a missing header.Evgeniy Stepanov2013-02-071-0/+1
* [sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov2013-02-073-1/+39
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-0510-1222/+12
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-303-1/+4
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+1
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-201-4/+4
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-181-9/+4
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-181-12/+9
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-4/+4
* [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] Add the "lea $imm(%rip),%rax" instruction to mach_override.cAlexander Potapenko2012-11-151-0/+2
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-0/+4
* Pass -std=c99 when compiling mach_override.cAlexander Potapenko2012-09-121-1/+6
* Fix compiler warnings: remove __attribute__((visibility)) for static function...Alexander Potapenko2012-09-121-10/+10
* [ASan] more macro/casting magic to suppress warningsAlexey Samsonov2012-09-121-1/+1
* [Sanitizer] Fix compiler warnings (including void* arithmetic) in mach_overrideAlexey Samsonov2012-09-121-3/+3
* [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
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-111-2/+2
* Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko2012-09-061-0/+2
* [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov2012-09-051-1/+1
* Some flag cleanup for the sanitizer runtimes.Chandler Carruth2012-08-291-10/+1
* CMake build rules for ASan/Android runtime.Evgeniy Stepanov2012-08-271-0/+5
* Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko2012-08-171-14/+34
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-101-15/+19
* Make the non-interface mach_override functions static to avoid name clashes w...Alexander Potapenko2012-08-091-14/+20
* [Sanitizer] cleanup CMake files for interception and sanitizer_common helper ...Alexey Samsonov2012-08-081-14/+19
* [Sanitizer] fix windows buildAlexey Samsonov2012-08-021-1/+1
* Follow-up for r161168 for WindowsAlexey Samsonov2012-08-022-13/+18
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-025-18/+30
* Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i3...Alexander Potapenko2012-08-011-1/+3
* [ASan] silence various warnings in cmake build of asan unit testsAlexey Samsonov2012-06-281-0/+3
OpenPOWER on IntegriCloud