summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-29
* [TSan] Build TSan runtime with -fPIE.Alexander Potapenko2013-03-29
* [Sanitizer] Follow-up for r178238 - replace DCHECKs with regular CHECKsAlexey Samsonov2013-03-29
* Band-aid fix for the TSan RTL buildTimur Iskhodzhanov2013-03-28
* Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)Timur Iskhodzhanov2013-03-28
* Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov2013-03-28
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-28
* tsan: print statistics about benign race annotationsDmitry Vyukov2013-03-28
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-28
* [Sanitizer] Minor enhancements in InternalVector containerAlexey Samsonov2013-03-28
* [tsan] a test checking that memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28
* Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...Alexey Samsonov2013-03-28
* [tsan] don't use -fno-builtin for tests; add a test for a false negative bug ...Kostya Serebryany2013-03-28
* compiler-rt part of r178194. Remove ubsan test for diagnostic on inf/nan conv...Richard Smith2013-03-27
* tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov2013-03-27
* tsan: better flag parsing: do not confuse flag that is a part of another flagDmitry Vyukov2013-03-27
* tsan: fix lint warningDmitry Vyukov2013-03-27
* [ASan] Demangle global names in error reports.Alexey Samsonov2013-03-27
* [TSan] Fixup for r178128: verify that TSan indeed doesn't report raceAlexey Samsonov2013-03-27
* [TSan] Run test output through FileCheckAlexey Samsonov2013-03-27
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-26
* [libsanitizer] Fix the Win build.Alexander Potapenko2013-03-26
* [tsan] make memcpy_race.cc test immune to memcpy inliningKostya Serebryany2013-03-26
* asan/tsan: move strcasecmp() interceptor to sanitizer_commonDmitry Vyukov2013-03-26
* asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKSDmitry Vyukov2013-03-26
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-26
* [Sanitizer] Disable atomic_test on Android, where it crashes Clang.Alexey Samsonov2013-03-26
* [tsan] add a test for aligned-vs-unaligned race (tsan's false negative)Kostya Serebryany2013-03-26
* [asan] print thread number while reporting invalid-free and double-free; add ...Kostya Serebryany2013-03-26
* Add a GetTid() implementation for WindowsTimur Iskhodzhanov2013-03-25
* Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov2013-03-25
* [ASan] Use dynamic symbol table when checking exported ASan runtime symbolsAlexey Samsonov2013-03-25
* asan/tsan: add Printf/Report hookDmitry Vyukov2013-03-25
* [ASan] mark local function as staticAlexey Samsonov2013-03-25
* [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov2013-03-25
* [TSan] Build TSan unit tests with the same compile flags as TSan runtimeAlexey Samsonov2013-03-25
* tsan: intercept setjmp/longjmpDmitry Vyukov2013-03-25
* tsan: add SetEnv() function that can be used in frontendsDmitry Vyukov2013-03-25
* [Sanitizer] First effort to implement atomic_compare_exchange for 1-byte vars...Alexey Samsonov2013-03-25
* [Sanitizer] Add basic test for atomic_compare_exchange implementationAlexey Samsonov2013-03-25
* Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith2013-03-23
* Revert 177745 as it was incorrectTimur Iskhodzhanov2013-03-22
* Band-aid fix for the Windows build caused by r177710. Long-term, atomic_compa...Timur Iskhodzhanov2013-03-22
* tsan: return 0 on malloc() failure instead of crashingDmitry Vyukov2013-03-22
* [msan] Handle dlopen() failure in dlopen interceptor.Evgeniy Stepanov2013-03-22
* tsan: test that tsan explicitly says "race on vptr".Dmitry Vyukov2013-03-22
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* [msan] Move test main and gtest include to separate files.Evgeniy Stepanov2013-03-22
* [msan] Place dlopen in an anon namespace.Evgeniy Stepanov2013-03-22
* tsan: work around FileCheck bug with empty outputsDmitry Vyukov2013-03-22