summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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-162-5/+35
* [ASan] Adjust 'sed' invocation to work on OS XTimur Iskhodzhanov2014-07-162-2/+2
* [ASan] Factor out SymbolizationLoop.process_line() function to let PythonAlexander Potapenko2014-07-161-25/+31
* Add FreeBSD support to the address sanitizer's assign_large_valloc_to_global....Viktor Kutuzov2014-07-161-2/+3
* Add FreeBSD support to the address sanitizer's atexit_stats.cc test caseViktor Kutuzov2014-07-161-1/+1
* Remove explicit references to libdl from Asan test casesViktor Kutuzov2014-07-166-13/+18
* Add FreeBSD support to the address sanitizer's null_deref.cc test caseViktor Kutuzov2014-07-161-7/+7
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-156-0/+188
* tsan: remove special handling of false reports coming from JVMDmitry Vyukov2014-07-154-47/+0
* tsan: remove compat mappingDmitry Vyukov2014-07-154-47/+2
* [sanitizer] De-flake one test.Evgeniy Stepanov2014-07-151-2/+1
* [ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov2014-07-156-16/+13
* Add support for intercepting thunks of the formEhsan Akhgari2014-07-141-0/+1
* [ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...Timur Iskhodzhanov2014-07-142-0/+20
* [tsan] honour XFAIL in tsan/test_output.shKostya Serebryany2014-07-141-0/+4
* [tsan] add a printf to a testKostya Serebryany2014-07-141-0/+1
* [tsan] add a currently-failing test with a must-deadlockKostya Serebryany2014-07-141-0/+49
* [ASan] Fix a couple of nits in NULL deref testsTimur Iskhodzhanov2014-07-142-3/+3
* [sanitizer] Intercept getpass.Evgeniy Stepanov2014-07-143-0/+51
* [msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov2014-07-142-2/+21
* [asan] Remove XFAIL:android from 2 newly passing tests.Evgeniy Stepanov2014-07-142-6/+0
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-1/+1
* [ASan] Improve ODR-violation error reports.Alexey Samsonov2014-07-112-9/+15
* [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-112-6/+6
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-116-9/+88
* [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
* [msan] Make one test case less brittle.Evgeniy Stepanov2014-07-111-13/+11
* Fix expected column numbers in two tests.Diego Novillo2014-07-102-2/+2
* [TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov2014-07-102-2/+2
* [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-105-18/+46
* 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
* Fix configure+make build of profile runtime libraryAlexey Samsonov2014-07-101-2/+4
* [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-0813-54/+205
* [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-082-2/+9
* tsan: fix a potential hangDmitry Vyukov2014-07-081-2/+4