summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-07[cmake] Cache results of find_darwin_sdk_dirKuba Mracek
2017-07-07[asan] Add end-to-end tests for overflows of byval arguments.Evgeniy Stepanov
2017-07-06[cmake] Add an option to prefer public SDK in find_darwin_sdk_dirKuba Mracek
2017-07-06[asan] Fix -Winvalid-paste error with clang-clReid Kleckner
2017-07-06Fix whitespace lint issue (introduced in r307307).Kuba Mracek
2017-07-06[sanitizer] Use TASK_VM_INFO to get the maximum VM address on iOS/AArch64Kuba Mracek
2017-07-06More fixup for r307281: Move the #includes to sanitizer_linux.ccKuba Mracek
2017-07-06Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.ccKuba Mracek
2017-07-06[sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve...Kuba Mracek
2017-07-06[Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov
2017-07-05[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek
2017-07-05[asan] Remove check for stack sizeJonas Hahnfeld
2017-07-05fix trivial typos in comments; NFCHiroshi Inoue
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-07-01fix trivial typo; NFCHiroshi Inoue
2017-07-01[asan] This Android lit workaround should not be needed as bug is fixedVitaly Buka
2017-07-01[asan] Fix test on Android i686/fuguVitaly Buka
2017-06-30[asan] Disable test which fails on Android x86Vitaly Buka
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-30[objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek
2017-06-30[sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky
2017-06-30fix trivial typos, NFCHiroshi Inoue
2017-06-29MergeAlex Shlyapnikov
2017-06-29[Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...Alex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2017-06-29Export the nothrow overload of operator newReid Kleckner
2017-06-29Fix WinASan after moving wcslen interceptor to sanitizer_commonReid Kleckner
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29Revert "[asan] Control location of symbolizer on device using ANDROID_SYMBOLI...Vitaly Buka
2017-06-29[asan] Control location of symbolizer on device using ANDROID_SYMBOLIZER_PATHVitaly Buka
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29[asan] Fix try to fix test on AndroidVitaly Buka
2017-06-29[asan] Disable tests which do no work on AndroidVitaly Buka
2017-06-29[asan] This test now passesVitaly Buka
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-28[PGO] Reduce IO in profile dumping with mergingXinliang David Li
2017-06-28Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.Kuba Mracek
2017-06-28[XRay][compiler-rt][NFC] Move test case into correct directory.Dean Michael Berris
2017-06-28[XRay][compiler-rt] Only run test in x86_64 linux.Dean Michael Berris
2017-06-28Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin. They used to be flaky...Kuba Mracek
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
2017-06-28[asan] Fix windows build.Evgeniy Stepanov
2017-06-27[msan] Intercept wcscat, wcsncat.Evgeniy Stepanov
2017-06-27[Profile] Remove redundant callXinliang David Li
2017-06-27Don't build tsan/dd when COMPILER_RT_HAS_TSAN is falseFrancis Ricci
2017-06-27Don't double-include cfi tests on linuxFrancis Ricci
2017-06-27Loop directly over sanitizers to build in cmakeFrancis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci