aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-19Do not define CRT_HAS_128BIT for MIPS64release_35Petar Jovanovic
2014-08-24Implement __aeabi_idiv0 and __aeabi_uidiv0.WenHan Gu
2014-08-24Define CRT_LDBL_128BIT for Android 64-bit.WenHan Gu
2014-08-24Implement __fixtfsi, __fixunstfsiGuanHong Liu
2014-08-24Implement __floatsitf, __floatunstfsiGuanHong Liu
2014-08-19Merging r215295:Renato Golin
2014-08-06Revert renaming. Should rename tags instead.Bill Wendling
2014-08-06Renaming to coincide with updated tagging system.Bill Wendling
2014-07-22Creating release_35 branchBill Wendling
2014-07-22[MSan] Fix strncpy interceptorAlexey Samsonov
2014-07-21[ASan] Fix __asan_describe_address and add a test for it.Alexey Samsonov
2014-07-21Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov
2014-07-21[lsan] Allow using ucontext.h in the test on OSX.Alexander Potapenko
2014-07-21[lsan] Define MAP_ANONYMOUS as MAP_ANON for OSX in the test.Alexander Potapenko
2014-07-21[lsan] Use a more standard-conformant sched_yield() instead of pthread_yield().Alexander Potapenko
2014-07-20Redo THUMB support.Joerg Sonnenberger
2014-07-20Revert r213467, it breaks non-thumb mode.Joerg Sonnenberger
2014-07-20ARM: fix division in some casesSaleem Abdulrasool
2014-07-18tsan: fix Go runtime build with clangDmitry Vyukov
2014-07-18tsan: expose atomic operations in Go runtimeDmitry Vyukov
2014-07-18Add FreeBSD support to the Asan symbolization scriptViktor Kutuzov
2014-07-18Add FreeBSD support to the address sanitizer's waitid.cc test caseViktor Kutuzov
2014-07-17Revert Thumb-2 conversion of some ARM builtins.Stephen Hines
2014-07-17[asan] Remove leftover debug printf.Evgeniy Stepanov
2014-07-17[asan] Fix malloc interception on Android L Preview.Evgeniy Stepanov
2014-07-17[compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debug...Kuba Brecka
2014-07-16[ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov
2014-07-16[ASan] Adjust 'sed' invocation to work on OS XTimur Iskhodzhanov
2014-07-16[ASan] Factor out SymbolizationLoop.process_line() function to let PythonAlexander Potapenko
2014-07-16Add FreeBSD support to the address sanitizer's assign_large_valloc_to_global....Viktor Kutuzov
2014-07-16Add FreeBSD support to the address sanitizer's atexit_stats.cc test caseViktor Kutuzov
2014-07-16Remove explicit references to libdl from Asan test casesViktor Kutuzov
2014-07-16Add FreeBSD support to the address sanitizer's null_deref.cc test caseViktor Kutuzov
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-15tsan: remove special handling of false reports coming from JVMDmitry Vyukov
2014-07-15tsan: remove compat mappingDmitry Vyukov
2014-07-15[sanitizer] De-flake one test.Evgeniy Stepanov
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov
2014-07-14Add support for intercepting thunks of the formEhsan Akhgari
2014-07-14[ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...Timur Iskhodzhanov
2014-07-14[tsan] honour XFAIL in tsan/test_output.shKostya Serebryany
2014-07-14[tsan] add a printf to a testKostya Serebryany
2014-07-14[tsan] add a currently-failing test with a must-deadlockKostya Serebryany
2014-07-14[ASan] Fix a couple of nits in NULL deref testsTimur Iskhodzhanov
2014-07-14[sanitizer] Intercept getpass.Evgeniy Stepanov
2014-07-14[msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov
2014-07-14[asan] Remove XFAIL:android from 2 newly passing tests.Evgeniy Stepanov
2014-07-12[ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov
2014-07-11[ASan] Improve ODR-violation error reports.Alexey Samsonov
2014-07-11[asan] fix x32 build, patch by H.J. LuKostya Serebryany