summaryrefslogtreecommitdiff
path: root/lib/interception
AgeCommit message (Expand)Author
2012-09-12Pass -std=c99 when compiling mach_override.cAlexander Potapenko
2012-09-12Fix compiler warnings: remove __attribute__((visibility)) for static function...Alexander Potapenko
2012-09-12[ASan] more macro/casting magic to suppress warningsAlexey Samsonov
2012-09-12[Sanitizer] Fix compiler warnings (including void* arithmetic) in mach_overrideAlexey Samsonov
2012-09-12[ASan] fix interception macro for Android buildAlexey Samsonov
2012-09-11[Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov
2012-09-11CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov
2012-09-06Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko
2012-09-05[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov
2012-08-29Some flag cleanup for the sanitizer runtimes.Chandler Carruth
2012-08-27CMake build rules for ASan/Android runtime.Evgeniy Stepanov
2012-08-17Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko
2012-08-10[ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov
2012-08-09Make the non-interface mach_override functions static to avoid name clashes w...Alexander Potapenko
2012-08-08[Sanitizer] cleanup CMake files for interception and sanitizer_common helper ...Alexey Samsonov
2012-08-02[Sanitizer] fix windows buildAlexey Samsonov
2012-08-02Follow-up for r161168 for WindowsAlexey Samsonov
2012-08-02[Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov
2012-08-01Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i3...Alexander Potapenko
2012-06-28[ASan] silence various warnings in cmake build of asan unit testsAlexey Samsonov
2012-06-28[ASan] cleanup: trailing semicolons, trailing colons in enumsAlexey Samsonov
2012-06-28[Sanitizer] fight more semicolons in macro definitions (to please mac cmake b...Alexey Samsonov
2012-06-25Cleanup the handling of CFLAGS even more in the cmake build for ASan.Chandler Carruth
2012-06-25Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth
2012-06-25Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth
2012-06-11Add test rdx, rdx to fix ASan tests on Mac OS 10.7 x64Alexander Potapenko
2012-05-28asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxxDmitry Vyukov
2012-05-24asan/tsan: weak interceptorsDmitry Vyukov
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany