aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-30[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany
2014-12-30Reapply debug info changes now that more precise column information is availa...David Blaikie
2014-12-30[asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany
2014-12-30Follow-up to r224987: fix a lint warningTimur Iskhodzhanov
2014-12-30[ASan/Win] Sort the list of modules when we fail to reserve the shadow memory...Timur Iskhodzhanov
2014-12-30Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov
2014-12-29Revert "Reapply debug info changes now that r224385 has been recommitted to c...David Blaikie
2014-12-29Remove darwin_fat.mk.Alexey Samsonov
2014-12-29Reapply debug info changes now that r224385 has been recommitted to clang (in...David Blaikie
2014-12-29[cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth
2014-12-29[sanitizer-common] Fixing the ASan test build failure on OS XKuba Brecka
2014-12-26Escape ? to silence GCC warning about trigraphs.Daniel Jasper
2014-12-26[sanitizer] Treat \r, \n, \t as flag separators.Evgeniy Stepanov
2014-12-26[asan] Fix possibly uninitialized coverage flag.Evgeniy Stepanov
2014-12-26[ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov
2014-12-26[asan] Bump coverage size limit on 32-bit platforms.Evgeniy Stepanov
2014-12-26[asan] Extend coverage test.Evgeniy Stepanov
2014-12-26[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-26[ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov
2014-12-26Revert r224838, r224839.Evgeniy Stepanov
2014-12-25[sanitizer] Tweak sancov.py output.Evgeniy Stepanov
2014-12-25[sanitizer] sancov.py: print status to stderrEvgeniy Stepanov
2014-12-25[asan] Disable __sanitizer_cov_dump registration on Windows.Evgeniy Stepanov
2014-12-25[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-25Simplify allocator_returns_null.cc testTimur Iskhodzhanov
2014-12-25tsan: fix trace initialization during thread id reuseDmitry Vyukov
2014-12-24[asan] Support ASAN_ACTIVATION_OPTIONS.Evgeniy Stepanov
2014-12-24[ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threadsTimur Iskhodzhanov
2014-12-24[sanitizer] Disable InternalMmapWithOffset test on OSX.Evgeniy Stepanov
2014-12-24[sanitizer] Fix off-by-8x in direct coverage.Evgeniy Stepanov
2014-12-24[sanitizer] Disable InternalMmapWithOffset test on Windows.Evgeniy Stepanov
2014-12-24[sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.Evgeniy Stepanov
2014-12-24[asan] Disable one test on Android.Evgeniy Stepanov
2014-12-24[ASan] Fix asan_preload_test-2 on PowerPC64 LinuxJay Foad
2014-12-23[asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany
2014-12-23[asan] Fix line >80 chars.Evgeniy Stepanov
2014-12-23[asan] Better error message in coverage.Evgeniy Stepanov
2014-12-23tsan: fix styleDmitry Vyukov
2014-12-23Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ONKuba Brecka
2014-12-22[Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov
2014-12-22[Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSDViktor Kutuzov
2014-12-22AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka
2014-12-22AddressSanitizer: Properly handle dispatch_source_set_cancel_handler with aKuba Brecka
2014-12-22[ASan] Fix the logic that decides whether we need to spawn a new llvm-symboli...Alexander Potapenko
2014-12-22[Sanitizers] Intercept wcsnrtombs() on FreeBSDViktor Kutuzov
2014-12-22[Msan] Fix uname() interception on FreeBSDViktor Kutuzov
2014-12-22tsan: reset stack0 in the first partition of thread traceDmitry Vyukov
2014-12-22tsan: fix debugging outputDmitry Vyukov
2014-12-22[Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov
2014-12-22[Sanitizers] Intercept wordexp on FreeBSDViktor Kutuzov