summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-18[ASan] Move printing descriptions of heap addresses in error report from allo...Alexey Samsonov
2012-09-18[Sanitizer] update lint checker scriptAlexey Samsonov
2012-09-18[TSan] port all output tests to lit and move them to lit_tests directory. Thi...Alexey Samsonov
2012-09-18[tsan] fix the tsan allocator to handle any alignmentKostya Serebryany
2012-09-17Remove debugging code.Bill Wendling
2012-09-17[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov
2012-09-17[TSan] If we detect an unlimited stack, try to re-exec with limited stackAlexey Samsonov
2012-09-17[Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...Alexey Samsonov
2012-09-17[ASan] increase sleep time if ASan finds two bugs simultaneously to make sure...Alexey Samsonov
2012-09-17tsan: increase internal memory block limit 1GB->4GBDmitry Vyukov
2012-09-17tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov
2012-09-14Remove unused variable.Bill Wendling
2012-09-14Add support for reading the GCDA file and merging the arc information.Bill Wendling
2012-09-14Remove some debugging code.Evgeniy Stepanov
2012-09-14[asan] fix the va_arg usage Kostya Serebryany
2012-09-14[asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany
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