summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15[CMake] Cleanup CMake rules after r219302. NFC.Alexey Samsonov
2014-10-15[UBSan] [MIPS] Adding support of UBSan for mipsel arch Alexey Samsonov
2014-10-15[Tsan] Fix the sunrpc.cc test to build on FreeBSDViktor Kutuzov
2014-10-15[Tsan] Make the mutex_robust tests Linux-specificViktor Kutuzov
2014-10-15tsan: fix false positive related to signalsDmitry Vyukov
2014-10-15tsan: use a different dir for llvm buildDmitry Vyukov
2014-10-15tsan: remove dead codeDmitry Vyukov
2014-10-14Fix compiler-rt build on FreeBSD 10.1Ed Maste
2014-10-14Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin
2014-10-14Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson
2014-10-14[UBSan] XFAIL test added in r219642 on DarwinAlexey Samsonov
2014-10-14[sanitizer] Fix a crash in FP unwinder on ARM.Evgeniy Stepanov
2014-10-14Fix silly commit to disable test on ARMRenato Golin
2014-10-14Disable failing ASAN LongJump test on ARMRenato Golin
2014-10-14tsan: remove trailing whitespaceDmitry Vyukov
2014-10-14[asan] Add fast_unwind_on_check flag.Evgeniy Stepanov
2014-10-14tsan: refactor atexit handlingDmitry Vyukov
2014-10-13Sanitize upcasts and conversion to virtual base.Alexey Samsonov
2014-10-13Fix minor typos in comments.Filipe Cabecinhas
2014-10-13tsan: better reporting for virtual-call-after-freeDmitry Vyukov
2014-10-11[UBSan] Disable one run line of this test to allow the test as a wholeChandler Carruth
2014-10-11[UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.Alexey Samsonov
2014-10-10[asan][mips] Adding support of asan for mipsel archPetar Jovanovic
2014-10-10Disabling main() check on UBSAN, since the noreturn check is already madeRenato Golin
2014-10-10[Tsan] Do not use INTERCEPT_FUNCTION_VER() on FreeBSDViktor Kutuzov
2014-10-10[Tsan] Fix the getline_nohang.cc test to build on FreeBSDViktor Kutuzov
2014-10-10[Tsan] Fix comments in the user_fopen.cc and user_malloc.cc testsViktor Kutuzov
2014-10-10[Tsan] Make the user_fopen.cc and user_malloc.cc tests Linux-specificViktor Kutuzov
2014-10-09XFAIL some more sanitiser ARMv7l testsRenato Golin
2014-10-09[Tsan] Fix the signal_errno.cc and signal_malloc.cc tests to pass on FreeBSDViktor Kutuzov
2014-10-09[Tsan] Fix the global_race tests to pass on FreeBSDViktor Kutuzov
2014-10-09[Tsan] Fix the blacklist2.cc test to pass on FreeBSDViktor Kutuzov
2014-10-09[Sanitizers] Intercept dlopen() and dlclose() on FreeBSDViktor Kutuzov
2014-10-09[Tsan] Fix references to libc entities in tsan_interceptors.cc on FreeBSDViktor Kutuzov
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
2014-10-08Remove bashisms and switch to /bin/shEd Maste
2014-10-08AArch64: don't just hack arm64 support into compiler-rt.Tim Northover
2014-10-08AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover
2014-10-08Separating ARM/AArch64 Compiler-RT testsRenato Golin
2014-10-08[ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko
2014-10-08Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni
2014-10-07Avoid bashisms and switch to /bin/shEd Maste
2014-10-07Run profile tests on FreeBSDEd Maste
2014-10-07Fixed asan-asm-stacktrace-test.ccYuri Gorshenin
2014-10-07builtins: add missed change from previous commitSaleem Abdulrasool
2014-10-07builtins: rework use of DEFINE_COMPILERRT_THUMB_FUNCTIONSaleem Abdulrasool
2014-10-06[asan] Minor tweak to asan_device_setup.Evgeniy Stepanov
2014-10-04Try harder to fix ARM/Linux after r219040.Bob Wilson
2014-10-04Attempt to fix ARM/Linux after r219040.Bob Wilson
2014-10-04Fix the armv7 thumb builtins on darwinSteven Wu