summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renaming to coincide with updated tagging system.release_35@215014Bill Wendling2014-08-060-0/+0
* Creating release_35 branchBill Wendling2014-07-220-0/+0
* [MSan] Fix strncpy interceptorAlexey Samsonov2014-07-222-4/+7
* [ASan] Fix __asan_describe_address and add a test for it.Alexey Samsonov2014-07-212-0/+22
* Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov2014-07-211-1/+5
* [lsan] Allow using ucontext.h in the test on OSX.Alexander Potapenko2014-07-211-0/+5
* [lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test.Alexander Potapenko2014-07-211-0/+5
* [lsan] Use a more standard-conformant sched_yield() instead of pthread_yield().Alexander Potapenko2014-07-212-4/+6
* 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
* Add FreeBSD support to the address sanitizer's waitid.cc test caseViktor Kutuzov2014-07-181-0/+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-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