summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Both OpenBSD and Bitrig need to include machine/endian.h to get theEric Christopher2012-09-20
* [ASan] Include ASan into CMake build only on Linux, Mac and WindowsAlexey Samsonov2012-09-19
* [TSan] Add tsan to cmake build of compiler-rt only on LinuxAlexey Samsonov2012-09-19
* [ASan] make asan_symbolize script work if there is no llvm-symbolizer availableAlexey Samsonov2012-09-19
* [ASan] fix offline python symbolizer script to use llvm-symbolizer if possibleAlexey Samsonov2012-09-19
* [ASan] cleanup: fix headers and lint warningsAlexey Samsonov2012-09-19
* tsan: fix gcc4.2.1 warningDmitry Vyukov2012-09-19
* tsan: fix Go buildDmitry Vyukov2012-09-19
* Intercept signal() and sigaction() within the dynamic runtime on Mac.Alexander Potapenko2012-09-18
* [TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one ...Alexey Samsonov2012-09-18
* [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc wa...Alexey Samsonov2012-09-18
* [ASan] Move printing descriptions of heap addresses in error report from allo...Alexey Samsonov2012-09-18
* [Sanitizer] update lint checker scriptAlexey Samsonov2012-09-18
* [TSan] port all output tests to lit and move them to lit_tests directory. Thi...Alexey Samsonov2012-09-18
* [tsan] fix the tsan allocator to handle any alignmentKostya Serebryany2012-09-18
* Remove debugging code.Bill Wendling2012-09-17
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...Alexey Samsonov2012-09-17
* [TSan] If we detect an unlimited stack, try to re-exec with limited stackAlexey Samsonov2012-09-17
* [Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...Alexey Samsonov2012-09-17
* [ASan] increase sleep time if ASan finds two bugs simultaneously to make sure...Alexey Samsonov2012-09-17
* tsan: increase internal memory block limit 1GB->4GBDmitry Vyukov2012-09-17
* tsan: reserve msb in stack depot id's (required for msan)Dmitry Vyukov2012-09-17
* Remove unused variable.Bill Wendling2012-09-14
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-14
* Remove some debugging code.Evgeniy Stepanov2012-09-14
* [asan] fix the va_arg usage Kostya Serebryany2012-09-14
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-14
* [TSan] support building TSan unittests in CMakeAlexey Samsonov2012-09-13
* [TSan] fix a typo in CMakeListsAlexey Samsonov2012-09-13
* [TSan] Use interface attribute for weak functions that may be overriden by userAlexey Samsonov2012-09-13
* [TSan] Add initial support for buidling ThreadSanitizer runtime library with ...Alexey Samsonov2012-09-13
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-13
* Pass -std=c99 when compiling mach_override.cAlexander Potapenko2012-09-12
* Give more accurate malloc statistics to malloc_zone_statistics().Alexander 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
* [ASan] fix compiler warnings for unit test on AndroidAlexey 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
* Initial support for malloc_zone_statistics. All counters are set to zero now.Alexander Potapenko2012-09-12
* [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov2012-09-12
* [Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov2012-09-12
* [Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove...Alexey Samsonov2012-09-11
* [Sanitizer] test 64-bit allocator only on suitable targetsAlexey Samsonov2012-09-11
* Revert the lockf() support. Alexander Potapenko2012-09-11
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-11
* [Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for s...Alexey Samsonov2012-09-11
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov2012-09-11
* [compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov2012-09-11
* [Sanitizer] remove custom Die/CheckFailed from allocator testlibAlexey Samsonov2012-09-11