aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Merging r215295:Renato Golin2-7/+3
2014-07-22[MSan] Fix strncpy interceptorAlexey Samsonov2-4/+7
2014-07-21[ASan] Fix __asan_describe_address and add a test for it.Alexey Samsonov2-0/+22
2014-07-21Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov1-1/+5
2014-07-21[lsan] Allow using ucontext.h in the test on OSX.Alexander Potapenko1-0/+5
2014-07-21[lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test.Alexander Potapenko1-0/+5
2014-07-21[lsan] Use a more standard-conformant sched_yield() instead of pthread_yield().Alexander Potapenko2-4/+6
2014-07-20Redo THUMB support.Joerg Sonnenberger3-7/+76
2014-07-20Revert r213467, it breaks non-thumb mode.Joerg Sonnenberger4-182/+20
2014-07-20ARM: fix division in some casesSaleem Abdulrasool4-20/+182
2014-07-18tsan: fix Go runtime build with clangDmitry Vyukov1-4/+4
2014-07-18tsan: expose atomic operations in Go runtimeDmitry Vyukov4-49/+155
2014-07-18Add FreeBSD support to the Asan symbolization scriptViktor Kutuzov1-1/+1
2014-07-18Add FreeBSD support to the address sanitizer's waitid.cc test caseViktor Kutuzov1-0/+1
2014-07-17Revert Thumb-2 conversion of some ARM builtins.Stephen Hines3-47/+8
2014-07-17[asan] Remove leftover debug printf.Evgeniy Stepanov1-1/+0
2014-07-17[asan] Fix malloc interception on Android L Preview.Evgeniy Stepanov1-39/+61
2014-07-17[compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debug...Kuba Brecka2-28/+39
2014-07-16[ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov2-5/+35
2014-07-16[ASan] Adjust 'sed' invocation to work on OS XTimur Iskhodzhanov2-2/+2
2014-07-16[ASan] Factor out SymbolizationLoop.process_line() function to let PythonAlexander Potapenko1-25/+31
2014-07-16Add FreeBSD support to the address sanitizer's assign_large_valloc_to_global....Viktor Kutuzov1-2/+3
2014-07-16Add FreeBSD support to the address sanitizer's atexit_stats.cc test caseViktor Kutuzov1-1/+1
2014-07-16Remove explicit references to libdl from Asan test casesViktor Kutuzov6-13/+18
2014-07-16Add FreeBSD support to the address sanitizer's null_deref.cc test caseViktor Kutuzov1-7/+7
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka6-0/+188
2014-07-15tsan: remove special handling of false reports coming from JVMDmitry Vyukov4-47/+0
2014-07-15tsan: remove compat mappingDmitry Vyukov4-47/+2
2014-07-15[sanitizer] De-flake one test.Evgeniy Stepanov1-2/+1
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov6-16/+13
2014-07-14Add support for intercepting thunks of the formEhsan Akhgari1-0/+1
2014-07-14[ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...Timur Iskhodzhanov2-0/+20
2014-07-14[tsan] honour XFAIL in tsan/test_output.shKostya Serebryany1-0/+4
2014-07-14[tsan] add a printf to a testKostya Serebryany1-0/+1
2014-07-14[tsan] add a currently-failing test with a must-deadlockKostya Serebryany1-0/+49
2014-07-14[ASan] Fix a couple of nits in NULL deref testsTimur Iskhodzhanov2-3/+3
2014-07-14[sanitizer] Intercept getpass.Evgeniy Stepanov3-0/+51
2014-07-14[msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov2-2/+21
2014-07-14[asan] Remove XFAIL:android from 2 newly passing tests.Evgeniy Stepanov2-6/+0
2014-07-12[ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov1-1/+1
2014-07-11[ASan] Improve ODR-violation error reports.Alexey Samsonov2-9/+15
2014-07-11[asan] fix x32 build, patch by H.J. LuKostya Serebryany1-1/+2
2014-07-11[ASan/Win] Don't apply dllexport to __asan_init in the DLL thunkTimur Iskhodzhanov2-2/+6
2014-07-11[ASan] Print register values in a consistent wayTimur Iskhodzhanov2-6/+6
2014-07-11[ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov6-9/+88
2014-07-11[msan] A comment for the chained-origin-depot hash function.Evgeniy Stepanov1-0/+13
2014-07-11[msan] Use real memset/memcpy/memmove in interceptors.Evgeniy Stepanov1-51/+14
2014-07-11[msan] Make one test case less brittle.Evgeniy Stepanov1-13/+11
2014-07-10Fix expected column numbers in two tests.Diego Novillo2-2/+2
2014-07-10[TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov2-2/+2