summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-03Runtime check of poisoning derived class members.Naomi Musgrave
2015-08-03[asan] Print VAs instead of RVAs for module offsets on WindowsReid Kleckner
2015-08-03[asan] Fix dyld version detection on OS XKuba Brecka
2015-08-01[asan] Link tests with ld.gold on Android.Evgeniy Stepanov
2015-07-31[ASan] Fix two tests on FreeBSD: alloca.h is missing there.Alexey Samsonov
2015-07-31[Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.Alexey Samsonov
2015-07-31[asan] Fix wrong __ANDROID_API__ preprocessor condition.Evgeniy Stepanov
2015-07-31[CMake] Don't build libc++ with MSan-with-calls instrumentation.Alexey Samsonov
2015-07-31[UBSan] Test: Move coverage-levels.cc out of Linux directoryFilipe Cabecinhas
2015-07-31Fix __floatsitf() for negative inputSergey Dmitrouk
2015-07-31Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders
2015-07-31[AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686Renato Golin
2015-07-31Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders
2015-07-31[libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany
2015-07-31[asan] Fix signal() interception on 64-bit Android.Evgeniy Stepanov
2015-07-30[dfsan] Enable dfsan for aarch64Adhemerval Zanella
2015-07-30[Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders
2015-07-30[asan] Support arm64 devices in asan_device_setup.Evgeniy Stepanov
2015-07-30testing for tail call optimization repression when sanitizing use-after-dtorNaomi Musgrave
2015-07-30Revert r243604, it (very likely) caused PR24312.Nico Weber
2015-07-30[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany
2015-07-30[CMake] Pass -march=i686 when targeting i686 (PR24222)Hans Wennborg
2015-07-30[sanitizer] add a weak hook for memcmp interceptor, to be used primarily for ...Kostya Serebryany
2015-07-30[Sanitizer] Replace diagnostic string literal to workaround CMake 2.8 bug.Alexey Samsonov
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany
2015-07-29[asan] XFAIL 1 test on Android.Evgeniy Stepanov
2015-07-29[asan] Remove special case mapping on Android/AArch64.Evgeniy Stepanov
2015-07-29CFI: Update tests for various bit vector sizes following lowerbitsets optzns.Peter Collingbourne
2015-07-29Delete unused <dbghelp.h> includeReid Kleckner
2015-07-28[asan] Support per-application flags in the Android setup script.Evgeniy Stepanov
2015-07-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2015-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-28Add commentary explaining PPC access to return addressBill Schmidt
2015-07-28PowerPC's ABIs differ from those of other architectures in that theBill Schmidt
2015-07-28Let cmake infer source file language by the file extension.Douglas Katzman
2015-07-28Fix typo from r243418. Should fix the failing `abort_on_error.cc` test.Kuba Brecka
2015-07-28Applying the Darwin-specific default lit ASAN_OPTIONS to UBSan+ASan tests asKuba Brecka
2015-07-28[asan] Set abort_on_error=1 by default on OS XKuba Brecka
2015-07-28[UBSan][MIPS] Fix cast-overflow tests for mips big endianSagar Thakur
2015-07-28[dfsan/libFuzzer] correctly ignore sanitizer coverage calls in dfsanKostya Serebryany
2015-07-28[sanitizer] Fix FreeBSD build of sanitizer_common.Evgeniy Stepanov
2015-07-26tsan: fix shift overflowDmitry Vyukov
2015-07-24[CMake] Workaround for PR24222: don't fail if we can't target COMPILER_RT_TES...Alexey Samsonov
2015-07-24__tsan::ThreadCreate takes incorrect value for detached argumentIsmail Pazarbasi
2015-07-24[asan] Only link liblog on Android when it exists.Evgeniy Stepanov
2015-07-24[asan] Fix android system property access on aarch64.Evgeniy Stepanov
2015-07-23[sanitizer] Fix double definition of a function.Evgeniy Stepanov
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23[asan] Trying to make peace with the Windows bots, take 2Kuba Brecka
2015-07-23[asan] Trying to make peace with the Windows botsKuba Brecka