summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-29Add a HasSuppressionType method into SuppressionContextKuba Brecka
2014-11-28[Msan] Generalize mapping facilities to add FreeBSD supportViktor Kutuzov
2014-11-28[msan] Fix origin propagation for select of floats.Evgeniy Stepanov
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-27[Msan] Fix some interceptors to pass initialization on FreeBSDViktor Kutuzov
2014-11-26[asan] Disable preload tests on Android.Evgeniy Stepanov
2014-11-26[Asan] Fix the heavy_uar_test.cc test to pass on FreeBSDViktor Kutuzov
2014-11-26[Msan] Exclude non-FreeBSD interceptors on FreeBSDViktor Kutuzov
2014-11-26[Msan] Check returning value of DTLS_Get()Viktor Kutuzov
2014-11-26[Sanitizer] Bump kMaxPathLength to 4096 and use it more extensively instead o...Alexey Samsonov
2014-11-26[ASan] Fix typo in testAlexey Samsonov
2014-11-25[msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov
2014-11-25[Sanitizers] Intercept __tls_get_addr() and shmctl() on FreeBSDViktor Kutuzov
2014-11-25[Asan] Pack signal context into a structureViktor Kutuzov
2014-11-25[ASan] Fix leak tests on 64-bit targets other than x86-64 (take two)Jay Foad
2014-11-25[asan] Improvements for asan deactivated mode: disable asan activation for ru...Yury Gribov
2014-11-24[TSan] Deflake testAlexey Samsonov
2014-11-24[asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany
2014-11-24[compiler-rt] Make the MSAN wmemset intercepter call wmemset instead of memse...Eric Fiselier
2014-11-22Try to fix ARM buildbotsRenato Golin
2014-11-21Don't make check-sanitizer depend on profile on WindowsReid Kleckner
2014-11-21[ASan] Get fake stack code working with GCC 4.8.2.Jay Foad
2014-11-21[ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint op...Alexander Potapenko
2014-11-21sanitizer_common: fix function w/o returnDmitry Vyukov
2014-11-21[asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov
2014-11-21Move ASan non-Linux-specific tests out of the Linux/ directoryKuba Brecka
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-11-19[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov
2014-11-19tsan: fix binary names in testsDmitry Vyukov
2014-11-19tsan: exclude unsupported test from test_output.sh scriptDmitry Vyukov
2014-11-19tsan: don't add -pie when compiling testsDmitry Vyukov
2014-11-19tsan: fix Go buildDmitry Vyukov
2014-11-19Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independentKuba Brecka
2014-11-19[asan] initial support for experimental basic-block tracing; also add tests f...Kostya Serebryany
2014-11-18profile: Robustify instrprof testsJustin Bogner
2014-11-18[asan] Re-enable zero_page_pc test on Android.Evgeniy Stepanov
2014-11-18[asan] Fix CMake CMP0046 warning in standalone build.Evgeniy Stepanov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-11-18tsan: add description of AcquireGlobal functionDmitry Vyukov
2014-11-16Revert r222091 because it caused a buildbot failure.Jay Foad
2014-11-15[ASan] Fix leak tests on 64-bit targets other than x86-64Jay Foad
2014-11-15As a follow up to r222001, Peter Bergner pointed out that there isJay Foad
2014-11-14[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany
2014-11-14[ASan] Improved stack overflow detection for PowerPC64Jay Foad
2014-11-14[sanitizer] Extend a comment in SlowUnwind.Evgeniy Stepanov
2014-11-14[asan] Revert r221882.Evgeniy Stepanov
2014-11-14[Profile] Always build profile runtime library with -fPIC.Alexey Samsonov
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2014-11-13[ASan] Really fix zero_page_pc test for PowerPCJay Foad
2014-11-13[CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov