summaryrefslogtreecommitdiff
path: root/lib/interception
Commit message (Expand)AuthorAge
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-16
* tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov2013-09-19
* [ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov2013-09-10
* tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov2013-09-03
* asan: fix android buildDmitry Vyukov2013-09-03
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-02
* [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe...Alexander Potapenko2013-05-20
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-27
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-21
* [asan] fix x32 build (H.J. Lu)Kostya Serebryany2013-02-14
* [sanitizer] OFF_T on Mac is u64.Evgeniy Stepanov2013-02-07
* [sanitizer] Exclude off64_t test on mac.Evgeniy Stepanov2013-02-07
* [Sanitizer] include stddef.h for ptrdiff_t in interception type testAlexey Samsonov2013-02-07
* [sanitizer] Add a missing header.Evgeniy Stepanov2013-02-07
* [sanitizer] Fix wrong size of OFF_T on 32-bit platforms.Evgeniy Stepanov2013-02-07
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-05
* [Sanitizer] include sanitizer_common headers when building interception libraryAlexey Samsonov2013-01-30
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-30
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-20
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-18
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-18
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-18
* [sanitizer] Common *scanf interceptors.Evgeniy Stepanov2013-01-18
* [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...Kostya Serebryany2012-12-13
* [ASan] Add the "lea $imm(%rip),%rax" instruction to mach_override.cAlexander Potapenko2012-11-15
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* Pass -std=c99 when compiling mach_override.cAlexander Potapenko2012-09-12
* Fix compiler warnings: remove __attribute__((visibility)) for static function...Alexander Potapenko2012-09-12
* [ASan] more macro/casting magic to suppress warningsAlexey Samsonov2012-09-12
* [Sanitizer] Fix compiler warnings (including void* arithmetic) in mach_overrideAlexey Samsonov2012-09-12
* [ASan] fix interception macro for Android buildAlexey Samsonov2012-09-12
* [Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov2012-09-11
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-11
* Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko2012-09-06
* [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov2012-09-05
* Some flag cleanup for the sanitizer runtimes.Chandler Carruth2012-08-29
* CMake build rules for ASan/Android runtime.Evgeniy Stepanov2012-08-27
* Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko2012-08-17
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-10
* Make the non-interface mach_override functions static to avoid name clashes w...Alexander Potapenko2012-08-09
* [Sanitizer] cleanup CMake files for interception and sanitizer_common helper ...Alexey Samsonov2012-08-08
* [Sanitizer] fix windows buildAlexey Samsonov2012-08-02
* Follow-up for r161168 for WindowsAlexey Samsonov2012-08-02
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-02
* Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i3...Alexander Potapenko2012-08-01
* [ASan] silence various warnings in cmake build of asan unit testsAlexey Samsonov2012-06-28
* [ASan] cleanup: trailing semicolons, trailing colons in enumsAlexey Samsonov2012-06-28
* [Sanitizer] fight more semicolons in macro definitions (to please mac cmake b...Alexey Samsonov2012-06-28
* Cleanup the handling of CFLAGS even more in the cmake build for ASan.Chandler Carruth2012-06-25
* Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth2012-06-25