summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [MSan] Fix strncpy interceptorAlexey Samsonov2014-07-222-4/+7
* [ASan] Fix __asan_describe_address and add a test for it.Alexey Samsonov2014-07-211-0/+3
* Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov2014-07-211-1/+5
* Redo THUMB support.Joerg Sonnenberger2014-07-203-7/+76
* Revert r213467, it breaks non-thumb mode.Joerg Sonnenberger2014-07-204-182/+20
* ARM: fix division in some casesSaleem Abdulrasool2014-07-204-20/+182
* tsan: fix Go runtime build with clangDmitry Vyukov2014-07-181-4/+4
* tsan: expose atomic operations in Go runtimeDmitry Vyukov2014-07-184-49/+155
* Add FreeBSD support to the Asan symbolization scriptViktor Kutuzov2014-07-181-1/+1
* Revert Thumb-2 conversion of some ARM builtins.Stephen Hines2014-07-173-47/+8
* [asan] Remove leftover debug printf.Evgeniy Stepanov2014-07-171-1/+0
* [asan] Fix malloc interception on Android L Preview.Evgeniy Stepanov2014-07-171-39/+61
* [compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debug...Kuba Brecka2014-07-172-28/+39
* [ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov2014-07-161-5/+17
* [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