summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [sanitizer] Disable InternalMmapWithOffset test on Windows.Evgeniy Stepanov2014-12-241-0/+3
* [sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.Evgeniy Stepanov2014-12-242-21/+51
* [asan] Disable one test on Android.Evgeniy Stepanov2014-12-241-0/+2
* [ASan] Fix asan_preload_test-2 on PowerPC64 LinuxJay Foad2014-12-241-2/+2
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-236-28/+82
* [asan] Fix line >80 chars.Evgeniy Stepanov2014-12-231-1/+2
* [asan] Better error message in coverage.Evgeniy Stepanov2014-12-231-2/+2
* tsan: fix styleDmitry Vyukov2014-12-231-3/+2
* Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ONKuba Brecka2014-12-231-1/+1
* [Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov2014-12-227-33/+57
* [Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSDViktor Kutuzov2014-12-221-6/+10
* AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka2014-12-224-17/+8
* AddressSanitizer: Properly handle dispatch_source_set_cancel_handler with aKuba Brecka2014-12-221-0/+4
* [ASan] Fix the logic that decides whether we need to spawn a new llvm-symboli...Alexander Potapenko2014-12-221-3/+3
* [Sanitizers] Intercept wcsnrtombs() on FreeBSDViktor Kutuzov2014-12-221-1/+2
* [Msan] Fix uname() interception on FreeBSDViktor Kutuzov2014-12-221-4/+19
* tsan: reset stack0 in the first partition of thread traceDmitry Vyukov2014-12-222-1/+53
* tsan: fix debugging outputDmitry Vyukov2014-12-221-2/+2
* [Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov2014-12-224-0/+56
* [Sanitizers] Intercept wordexp on FreeBSDViktor Kutuzov2014-12-221-1/+2
* tsan: add acquire/release functions to java interfaceDmitry Vyukov2014-12-224-0/+83
* log-path_test testcase - make the invalid path more invalidKuba Brecka2014-12-221-2/+2
* [sanitizer] fix a performance regression in sanitizer coverage: move a small ...Kostya Serebryany2014-12-203-19/+21
* [sanitizer] initialize two flas in SetCommonFlagsDefaultsKostya Serebryany2014-12-191-0/+2
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-1910-96/+125
* [ASan] Change activation strategy.Alexey Samsonov2014-12-197-36/+59
* [Sanitizer] Make Quarantine::Init slightly safer.Alexey Samsonov2014-12-191-6/+10
* [ASan] Introduce AllocatorOptions to configure allocator behavior.Alexey Samsonov2014-12-194-43/+81
* [ASan] Restrict the set of flags overriden at activation.Alexey Samsonov2014-12-191-26/+50
* [ASan] Move flag validation from ParseFlagsFromString() to InitializeFlags().Alexey Samsonov2014-12-191-5/+5
* builtins: rely on the compiler for user label prefixSaleem Abdulrasool2014-12-191-12/+6
* [lsan] Add debug output to leak_check_before_thread_started.cc.Sergey Matveev2014-12-191-2/+1
* [sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.Sergey Matveev2014-12-192-9/+9
* tsan: intercept closedirDmitry Vyukov2014-12-191-0/+9
* [asan] Test BB- and edge- level coverage on Android.Evgeniy Stepanov2014-12-191-5/+81
* [asan] Add tests for direct (mmap-ed) mode for BB- and edge-level coverage.Evgeniy Stepanov2014-12-191-2/+41
* [asan] Resurrect sanitize-coverage test on Android.Evgeniy Stepanov2014-12-192-5/+5
* tsan: add an additional test for signal handlersDmitry Vyukov2014-12-181-0/+52
* tsan: disable __tls_get_addr interceptorDmitry Vyukov2014-12-182-0/+16
* tsan: fix data races between signal handler and sigactionDmitry Vyukov2014-12-182-17/+106
* Fix suppressions file usageFilipe Cabecinhas2014-12-1815-32/+32
* [Sanitizer] Fix GetRSS on Linux with non-4k pagesJay Foad2014-12-181-2/+2
* tsan: fix deadlock reportingDmitry Vyukov2014-12-181-0/+1
* tsan: fix failing CHECK In deadlock detectorDmitry Vyukov2014-12-182-32/+6
* tsan: disable the test even harderDmitry Vyukov2014-12-181-9/+36
* tsan: add a stress test for deadlock detectorDmitry Vyukov2014-12-181-0/+188
* tsan: don't crash with NULL deref during reportingDmitry Vyukov2014-12-181-1/+3
* tsan: disable flaky debug checkDmitry Vyukov2014-12-181-2/+3
* Do not define CRT_HAS_128BIT for MIPS64Petar Jovanovic2014-12-181-1/+2
* [ASan] Mark test for -fsized-delete as XFAIL for dynamic runtime.Alexey Samsonov2014-12-171-1/+1