| Commit message (Expand) | Author | Age | Files | Lines |
* | tsan: fix linking when -ltsan is passed before -lpthread | Dmitry Vyukov | 2013-09-03 | 1 | -1/+1 |
* | asan: fix android build | Dmitry Vyukov | 2013-09-03 | 2 | -0/+4 |
* | tsan: properly intercept pthread_cond functions | Dmitry Vyukov | 2013-09-02 | 2 | -1/+11 |
* | [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appe... | Alexander Potapenko | 2013-05-20 | 1 | -3/+22 |
* | add Linux syscall wrappers and ThreadLister to sanitizer_common | Kostya Serebryany | 2013-02-27 | 1 | -14/+6 |
* | [ASan] Refactoring: nuke the redundant function declarations in asan_intercep... | Alexander Potapenko | 2013-02-21 | 1 | -5/+46 |
* | [asan] fix x32 build (H.J. Lu) | Kostya Serebryany | 2013-02-14 | 1 | -2/+2 |
* | [sanitizer] OFF_T on Mac is u64. | Evgeniy Stepanov | 2013-02-07 | 1 | -0/+5 |
* | [sanitizer] Exclude off64_t test on mac. | Evgeniy Stepanov | 2013-02-07 | 1 | -0/+3 |
* | [Sanitizer] include stddef.h for ptrdiff_t in interception type test | Alexey Samsonov | 2013-02-07 | 1 | -0/+1 |
* | [sanitizer] Add a missing header. | Evgeniy Stepanov | 2013-02-07 | 1 | -0/+1 |
* | [sanitizer] Fix wrong size of OFF_T on 32-bit platforms. | Evgeniy Stepanov | 2013-02-07 | 3 | -1/+39 |
* | [ASan] Delete the code related to static runtime on OS X. | Alexander Potapenko | 2013-02-05 | 10 | -1222/+12 |
* | [Sanitizer] include sanitizer_common headers when building interception library | Alexey Samsonov | 2013-01-30 | 3 | -1/+4 |
* | [sanitizer] Further split private and public sanitizer headers. | Evgeniy Stepanov | 2013-01-30 | 1 | -1/+1 |
* | CMake: Add add_compiler_rt_osx_object_library to create universal libraries o... | Alexey Samsonov | 2013-01-20 | 1 | -4/+4 |
* | CMake: Generalize build rules for different arches for sanitizer_common, asan... | Alexey Samsonov | 2013-01-18 | 1 | -9/+4 |
* | CMake: create AddCompilerRT module and implement convenience add_compiler_rt_... | Alexey Samsonov | 2013-01-18 | 1 | -12/+9 |
* | CMake variables renaming: X86_64->x86_64 I386->i386 | Alexey Samsonov | 2013-01-18 | 1 | -4/+4 |
* | [sanitizer] Common *scanf interceptors. | Evgeniy Stepanov | 2013-01-18 | 1 | -0/+2 |
* | [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off... | Kostya Serebryany | 2012-12-13 | 1 | -0/+9 |
* | [ASan] Add the "lea $imm(%rip),%rax" instruction to mach_override.c | Alexander Potapenko | 2012-11-15 | 1 | -0/+2 |
* | [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa... | Alexey Samsonov | 2012-09-24 | 1 | -0/+4 |
* | Pass -std=c99 when compiling mach_override.c | Alexander Potapenko | 2012-09-12 | 1 | -1/+6 |
* | Fix compiler warnings: remove __attribute__((visibility)) for static function... | Alexander Potapenko | 2012-09-12 | 1 | -10/+10 |
* | [ASan] more macro/casting magic to suppress warnings | Alexey Samsonov | 2012-09-12 | 1 | -1/+1 |
* | [Sanitizer] Fix compiler warnings (including void* arithmetic) in mach_override | Alexey Samsonov | 2012-09-12 | 1 | -3/+3 |
* | [ASan] fix interception macro for Android build | Alexey Samsonov | 2012-09-12 | 1 | -1/+1 |
* | [Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove... | Alexey Samsonov | 2012-09-11 | 1 | -27/+23 |
* | CMake build rules for ASan Android runtime and tests. | Evgeniy Stepanov | 2012-09-11 | 1 | -2/+2 |
* | Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override. | Alexander Potapenko | 2012-09-06 | 1 | -0/+2 |
* | [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re... | Alexey Samsonov | 2012-09-05 | 1 | -1/+1 |
* | Some flag cleanup for the sanitizer runtimes. | Chandler Carruth | 2012-08-29 | 1 | -10/+1 |
* | CMake build rules for ASan/Android runtime. | Evgeniy Stepanov | 2012-08-27 | 1 | -0/+5 |
* | Commit the source and CMake changes that will allow to build ASan runtime | Alexander Potapenko | 2012-08-17 | 1 | -14/+34 |
* | [ASan] CMake support for building ASan runtime as a universal binary on Mac | Alexey Samsonov | 2012-08-10 | 1 | -15/+19 |
* | Make the non-interface mach_override functions static to avoid name clashes w... | Alexander Potapenko | 2012-08-09 | 1 | -14/+20 |
* | [Sanitizer] cleanup CMake files for interception and sanitizer_common helper ... | Alexey Samsonov | 2012-08-08 | 1 | -14/+19 |
* | [Sanitizer] fix windows build | Alexey Samsonov | 2012-08-02 | 1 | -1/+1 |
* | Follow-up for r161168 for Windows | Alexey Samsonov | 2012-08-02 | 2 | -13/+18 |
* | [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point... | Alexey Samsonov | 2012-08-02 | 5 | -18/+30 |
* | Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i3... | Alexander Potapenko | 2012-08-01 | 1 | -1/+3 |
* | [ASan] silence various warnings in cmake build of asan unit tests | Alexey Samsonov | 2012-06-28 | 1 | -0/+3 |
* | [ASan] cleanup: trailing semicolons, trailing colons in enums | Alexey Samsonov | 2012-06-28 | 1 | -5/+5 |
* | [Sanitizer] fight more semicolons in macro definitions (to please mac cmake b... | Alexey Samsonov | 2012-06-28 | 1 | -4/+4 |
* | Cleanup the handling of CFLAGS even more in the cmake build for ASan. | Chandler Carruth | 2012-06-25 | 1 | -1/+1 |
* | Another big step toward a viable CMake build system for CompilerRT, | Chandler Carruth | 2012-06-25 | 1 | -0/+34 |
* | Lots of trivial changes to remove extraneous semicolons throughout ASan. | Chandler Carruth | 2012-06-25 | 1 | -5/+5 |
* | Add test rdx, rdx to fix ASan tests on Mac OS 10.7 x64 | Alexander Potapenko | 2012-06-11 | 1 | -0/+1 |
* | asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx | Dmitry Vyukov | 2012-05-28 | 1 | -5/+5 |