summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Factor out SymbolizationLoop.process_line() function to let PythonAlexander Potapenko2014-07-161-25/+31
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-153-0/+86
* tsan: remove special handling of false reports coming from JVMDmitry Vyukov2014-07-154-47/+0
* tsan: remove compat mappingDmitry Vyukov2014-07-154-47/+2
* [ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov2014-07-154-14/+11
* Add support for intercepting thunks of the formEhsan Akhgari2014-07-141-0/+1
* [sanitizer] Intercept getpass.Evgeniy Stepanov2014-07-142-0/+18
* [msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov2014-07-141-2/+2
* [ASan] Improve ODR-violation error reports.Alexey Samsonov2014-07-111-3/+8
* [asan] fix x32 build, patch by H.J. LuKostya Serebryany2014-07-111-1/+2
* [ASan/Win] Don't apply dllexport to __asan_init in the DLL thunkTimur Iskhodzhanov2014-07-112-2/+6
* [ASan] Print register values in a consistent wayTimur Iskhodzhanov2014-07-111-5/+5
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-115-9/+73
* [msan] A comment for the chained-origin-depot hash function.Evgeniy Stepanov2014-07-111-0/+13
* [msan] Use real memset/memcpy/memmove in interceptors.Evgeniy Stepanov2014-07-111-51/+14
* [TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov2014-07-101-1/+1
* [msan] Fix performance issue in fast_memset.Evgeniy Stepanov2014-07-101-5/+6
* [msan] Switch chained origins hash to murmur2.Evgeniy Stepanov2014-07-101-1/+24
* [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunkTimur Iskhodzhanov2014-07-103-18/+44
* MachO: add dummy armv6m architecture directory so clang_macho_embedded builds...Tim Northover2014-07-102-1/+21
* Make sanitizers' interceptors non-weak on FreeBSDViktor Kutuzov2014-07-101-0/+10
* Only use fast stack unwinding for sanitizers failure reports on FreeBSDViktor Kutuzov2014-07-101-1/+4
* Fix getting environment variables for sanitizers needs on FreeBSDViktor Kutuzov2014-07-101-8/+16
* [ASan] Force the compiler to generate frame pointer in certain Mac-specific i...Alexey Samsonov2014-07-101-0/+12
* [Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.Alexey Samsonov2014-07-092-5/+5
* Don't check lint for SpecialCaseList.cppAlexey Samsonov2014-07-091-2/+1
* tsan: reapply 212531 and 212532 with a fixDmitry Vyukov2014-07-082-4/+17
* [TSan] Revert r212531 and r212532.Alexey Samsonov2014-07-082-16/+3
* tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov2014-07-083-6/+23
* [msan] Fix out of bounds access in origin copying.Evgeniy Stepanov2014-07-082-46/+41
* [tsan] Enable tsan's deadlock detector by default.Kostya Serebryany2014-07-081-0/+1
* tsan: fix a potential hangDmitry Vyukov2014-07-081-2/+4
* tsan: fix a bug in metamapDmitry Vyukov2014-07-082-1/+12
* [tsan] fix deadlock detector's interoperation with java locks (https://code.g...Kostya Serebryany2014-07-081-1/+1
* tsan: remove unnecessary line splitDmitry Vyukov2014-07-081-2/+1
* [tsan] fix pthread_rwlock_tryrdlock interceptor, don't try to detect deadlock...Kostya Serebryany2014-07-082-3/+3
* Support building floating-point facilities on FreeBSD 9.2 in 32-bit modeViktor Kutuzov2014-07-081-0/+12
* [ASan] Clean up leftovers from assembly instrumentation helpersAlexey Samsonov2014-07-071-5/+0
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-0718-124/+247
* [ASan/Win] Unbreak the build after r211216Timur Iskhodzhanov2014-07-071-17/+4
* [asan] Remove runtime assembly helpers.Evgeniy Stepanov2014-07-074-922/+8
* [msan] Increase hash table size for chained origins.Evgeniy Stepanov2014-07-073-19/+28
* [msan] Better hash function for chained origins.Evgeniy Stepanov2014-07-071-1/+1
* [msan] Reformat one source file.Evgeniy Stepanov2014-07-041-22/+10
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-044-0/+23
* [asan] i686-linux-android support.Evgeniy Stepanov2014-07-037-56/+93
* [asan] Fix unused variable warning.Evgeniy Stepanov2014-07-031-1/+1
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-023-11/+47
* [MSan] Fixup r212082: enable tests for _mm_ intrinsics if and only if theAlexey Samsonov2014-07-011-2/+2
* [TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov2014-07-014-13/+11