summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-13[TSan] support building TSan unittests in CMakeAlexey Samsonov
2012-09-13[TSan] fix a typo in CMakeListsAlexey Samsonov
2012-09-13[TSan] Use interface attribute for weak functions that may be overriden by userAlexey Samsonov
2012-09-13[TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov
2012-09-13[TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov
2012-09-12Pass -std=c99 when compiling mach_override.cAlexander Potapenko
2012-09-12Give more accurate malloc statistics to malloc_zone_statistics().Alexander 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[ASan] fix compiler warnings for unit test on AndroidAlexey 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-12Initial support for malloc_zone_statistics. All counters are set to zero now.Alexander Potapenko
2012-09-12[Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov
2012-09-12[Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov
2012-09-11[Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov
2012-09-11[Sanitizer] test 64-bit allocator only on suitable targetsAlexey Samsonov
2012-09-11Revert the lockf() support. Alexander Potapenko
2012-09-11CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov
2012-09-11[Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for s...Alexey Samsonov
2012-09-11[Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov
2012-09-11[compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov
2012-09-11[Sanitizer] remove custom Die/CheckFailed from allocator testlibAlexey Samsonov
2012-09-11[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov
2012-09-11Interceptors for lockf and lockf64, minor calloc() fix.Alexander Potapenko
2012-09-11Revert r163411 based on review discussion.Chandler Carruth
2012-09-10[asan] There is no __libc_malloc on Android.Evgeniy Stepanov
2012-09-10Allow to call strchr() from __asan_init().Alexander Potapenko
2012-09-07[asan] Use a relative include path instead of requiring build system involvem...Daniel Dunbar
2012-09-07build: Teach Makefile build system about asan/dynamic subdir.Daniel Dunbar
2012-09-07[asan] Suppress some bogus -Winvalid-noreturn diagnostics.Daniel Dunbar
2012-09-07tsan: ignore destruction of global mutexes (causes a lot of non-interesting r...Dmitry Vyukov
2012-09-07Remove the infinite recursion check for now, as we don't have __thread on Mac...Alexander Potapenko
2012-09-07Two minor changes:Alexander Potapenko
2012-09-07[asan] Raise quarantine size a bit with ASAN_LOW_MEMORY.Evgeniy Stepanov
2012-09-07[ASan] hack initialization-bug test so that it stably passes on both Linux an...Alexey Samsonov
2012-09-07[ASan] add Linux-specific test for initialization order that checks that we f...Alexey Samsonov
2012-09-06tsan: fix code styleDmitry Vyukov
2012-09-06tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov
2012-09-06tsan: fix Go build scriptDmitry Vyukov
2012-09-06Fix two compiler warnings: must use at least one argument for "..." in a vari...Alexander Potapenko
2012-09-06[asan] Use __ANDROID__ guard in asan_test.Evgeniy Stepanov
2012-09-06Use the return value of dladdr() to avoid Clang warning.Alexander Potapenko
2012-09-06[asan] increase max stack size to 256 (+test)Kostya Serebryany
2012-09-06Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override.Alexander Potapenko
2012-09-06[ASan] actually remove old makefileAlexey Samsonov
2012-09-06[TSan] add support for running external symbolizer other than addr2line (for ...Alexey Samsonov
2012-09-06[Sanitizer] remove unused fieldAlexey Samsonov
2012-09-06[ASan] Nuke output_tests/ in favor of lit_tests/. Stop using Makefile.old.Alexey Samsonov
2012-09-06[asan] increase the maximal size of malloc/free stackKostya Serebryany