summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* [msan] Get rid of "using std::string" in msandr.Evgeniy Stepanov2013-03-22
* [ASan] fix-up for r177634 on Windows.Alexey Samsonov2013-03-22
* [ASan] Fix an error on invalid deallocation in ASan allocator. When ASan chec...Alexey Samsonov2013-03-22
* asan: fix lint warning about line lengthDmitry Vyukov2013-03-22
* ubsan: Pass floating-point arguments to the runtime by value if they fit theRichard Smith2013-03-22
* Don't forget to link in the C++-specific parts of the ubsan runtime when usin...Richard Smith2013-03-22
* tsan: better reporting of thread leaksDmitry Vyukov2013-03-21
* tsan: better reporting for races on vptrDmitry Vyukov2013-03-21
* tsan: add flag to control symbolizer flush frequencyDmitry Vyukov2013-03-21
* tsan: intercept abort() to fflush() libc streamsDmitry Vyukov2013-03-21
* tsan: remove bogus CHECKDmitry Vyukov2013-03-21
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* tsan: flush symbolizer cache if not symbolized for more than 5 secondsDmitry Vyukov2013-03-21
* tsan: add a comment about magic numbersDmitry Vyukov2013-03-21
* tsan: use a single background thread for memory profiler and memory flush (an...Dmitry Vyukov2013-03-21
* Per discussion on cxx-abi-dev, switch from comparing type_info objects toRichard Smith2013-03-21
* Split ubsan runtime into three pieces (compiler-rt part):Richard Smith2013-03-20
* Add declaration for linux.Bill Wendling2013-03-20
* Create a coverage initialization function.Bill Wendling2013-03-20
* tsan: correct sizes of signal-related data structuresDmitry Vyukov2013-03-20
* tsan: add missing stat descriptionsDmitry Vyukov2013-03-20
* tsan: call fflush(0) on exit againDmitry Vyukov2013-03-20
* tsan: reduce size of mutexsets from 64 to 16 mutexesDmitry Vyukov2013-03-20
* tsan: fix incorrect test Dmitry Vyukov2013-03-20
* tsan: special handling of .rodata (don't try to find races, don't keep shadow...Dmitry Vyukov2013-03-20
* tsan: fix buildDmitry Vyukov2013-03-20
* tsan: move trace header into 0x600000000000 rangeDmitry Vyukov2013-03-20
* tsan: add internal_unlink() functionDmitry Vyukov2013-03-20
* [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-20
* asan/tsan: reduce per-thread memory allocator cachesDmitry Vyukov2013-03-20
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
* tsan: fix flaky testDmitry Vyukov2013-03-20
* tsan: fix incorrect testDmitry Vyukov2013-03-20
* [sanitizer] Enable prctl interceptor on Android.Evgeniy Stepanov2013-03-20