summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-11[msan] MemorySanitizer runtime.Evgeniy Stepanov
2012-12-11ASan: fix lint problems introducedTimur Iskhodzhanov
2012-12-11Hopefully fix the Windows build (2)Timur Iskhodzhanov
2012-12-11Hopefully fix the Windows build by not including intrin.hTimur Iskhodzhanov
2012-12-11[asan] more sceleton code for asan_allocator2Kostya Serebryany
2012-12-11[asan] fix the Windows buildKostya Serebryany
2012-12-11[asan] make ThreadNamesTest more flexibleKostya Serebryany
2012-12-10[ASan] Typo fix in memcpy() and memmove() interceptors: ASAN_WRITE_RANGE and ...Alexander Potapenko
2012-12-10[asan] move FakeStack into a separate fileKostya Serebryany
2012-12-10[asan] introduce asan_allocator2.cc, which will have the replacement for asan...Kostya Serebryany
2012-12-10Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko
2012-12-10tsan: exclude flaky testDmitry Vyukov
2012-12-08ASan: fix interface-symbols test on Mac by explicitly listing all weak functionsAlexey Samsonov
2012-12-07ASan: use new option -fsanitize-blacklist in output testsAlexey Samsonov
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-12-07Unbreak the C++98 build.David Blaikie
2012-12-07tsan: even more fd interceptors + fixesDmitry Vyukov
2012-12-07tsan: more fd interceptors + bug fixes + testsDmitry Vyukov
2012-12-07[asan] fix lint, remove debug prints Kostya Serebryany
2012-12-07ASan: intercept prctl on Linux onlyAlexey Samsonov
2012-12-07tsan: fix pipe interceptors and add 2 testsDmitry Vyukov
2012-12-07tsan: fix lint warningsDmitry Vyukov
2012-12-07tsan: add pipe interceptorsDmitry Vyukov
2012-12-07[asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the threa...Kostya Serebryany
2012-12-07tsan: refactoring is preparation to more precise fd synchronization handlingDmitry Vyukov
2012-12-07[sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for...Kostya Serebryany
2012-12-07Switch to r83 of cpplint.Evgeniy Stepanov
2012-12-07[sanitizer] try not to use libc mem* functions in sanitizer_common tests (con...Kostya Serebryany
2012-12-07[sanitizer] fix the build on ancient gcc which has stricter rules about what ...Kostya Serebryany
2012-12-07tsan: deflake output tests (by increasing sleeps)Dmitry Vyukov
2012-12-06[sanitizer] POD-ify the allocator cache Kostya Serebryany
2012-12-06tsan: fix lint warning and make output tests more robustDmitry Vyukov
2012-12-06[asan/msan] one more test for 32-bit allocator + minor code simplificationKostya Serebryany
2012-12-06[asan/msan] add BulkAllocate to the 32-bit allocator (and a test)Kostya Serebryany
2012-12-06[asan/msan] refactor allocator's BulkAllocate (move to AllocatorFreeList) Kostya Serebryany
2012-12-06tsan: add new file to cmakeDmitry Vyukov
2012-12-06tsan: add some more functions for java filteringDmitry Vyukov
2012-12-06[asan/msan] add GetBlockBegin to the 32-bit allocator (+test) Kostya Serebryany
2012-12-06[asan/msan] one more test for 32-bit allocatorKostya Serebryany
2012-12-06[asan/msan] new 32-bit allocator, basic functionality so farKostya Serebryany
2012-12-06tsan: add 'free' to java nonsense reportsDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-12-06Remove unused variable.Bill Wendling
2012-12-06[tsan] add MmapAlignedOrDieKostya Serebryany
2012-12-05[asan] drop the extension from asan tests (as the extension may be different)Kostya Serebryany
2012-12-05[asan] undo the debug printfKostya Serebryany
2012-12-05tsan: fix memory barriers in atomicsDmitry Vyukov
2012-12-05tsan: provide own implementation of __cxa_guard_xxx functionsDmitry Vyukov
2012-12-05tsan: remove unnecesary include fileDmitry Vyukov
2012-12-05tsan: fix lint warningsDmitry Vyukov