summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2015-07-05Enable this test for PPC64.Jay Foad
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-07-02[sanitizer] add #ifdefs around slow unwinder to fix OS X debug buildKuba Brecka
2015-07-02Add declaration of _ReadWriteBarrier. Fixes build of asan tests on Windows.Peter Collingbourne
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne
2015-07-02Revert r241217, it breaks the build on Windows.Nico Weber
2015-07-02ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne
2015-06-30[asan] Suppress read_binary_name_regtest.c test failure on unsupported hosts.Evgeniy Stepanov
2015-06-30Revert part of r240623 (Enable memory sanitizer for PPC64) because theJay Foad
2015-06-30tsan: fix handling of condition variable destructionDmitry Vyukov
2015-06-30[ASan] Add a regression test for r240960 (https://crbug.com/502974)Alexander Potapenko
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
2015-06-29[asan] Re-enable clang_gcc_abi test at higher opt levels.Evgeniy Stepanov
2015-06-29sanitizer_common: fix and re-enable signal_segv_handler testDmitry Vyukov
2015-06-29[libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),Alexander Potapenko
2015-06-29tsan: implement suppressions for top frame onlyDmitry Vyukov
2015-06-29tsan: fix flaky testDmitry Vyukov
2015-06-27[msan] Fix infinite recursion when _Unwind_Backtrace calls memcpyJay Foad
2015-06-26[asan] Disable 3 tests on Android.Evgeniy Stepanov
2015-06-26[asan] Add -pie to uninstrumented executables on interface_test.ccEvgeniy Stepanov
2015-06-26[asan] Enable 2 tests on Android.Evgeniy Stepanov
2015-06-26[asan] Disable -O1,-O2,-O3 in clang_gcc_abi.cc test.Evgeniy Stepanov
2015-06-26[asan] Disable glibc-specific code chunk on Android.Evgeniy Stepanov
2015-06-26[asan] Link sanitizer_common tests on Android as -pie.Evgeniy Stepanov
2015-06-26[ASan] Clean up obsolete stats.Alexey Samsonov
2015-06-26[libsanitizer] Delete the unused GetBinaryName() function.Alexander Potapenko
2015-06-25[asan] Do not unset DYLD_ROOT_PATH before calling atos on DarwinAnna Zaks
2015-06-25[msan] Teach sanitizers about the PPC64 ptrace syscallJay Foad
2015-06-25[msan] Fix SetShadow for mappings at the end of the application address spaceJay Foad
2015-06-25[Sanitizer] Set minimum supported Mac OS X version to 10.9, if it wasn't spec...Alexey Samsonov
2015-06-25tsan: fix handling of dup2Dmitry Vyukov
2015-06-25[CFI] Run tests that use cfi diagnostic mode only if cxxabi parts of UBSan ar...Alexey Samsonov
2015-06-25[sanitizer] Disable signal_segv_handler test.Evgeniy Stepanov
2015-06-25tsan: merge function definition and declarationDmitry Vyukov
2015-06-25Enable memory sanitizer for PPC64Jay Foad
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-06-24One more change required to build the sanitizers for iOS.Chris Bieneman
2015-06-24tsan: fix false positive between dlopen and dl_iterate_phdrDmitry Vyukov
2015-06-24SafeStack: Add another missing header to try to fix FreeBSD build.Peter Collingbourne
2015-06-24SafeStack: Add #include of <stdint.h>.Peter Collingbourne
2015-06-24asan: fix 32-bit buildDmitry Vyukov
2015-06-24tsan: don't print external PCs in reportsDmitry Vyukov
2015-06-24tsan: fix unbounded memory consumption for large mallocsDmitry Vyukov
2015-06-23Update SafeStack TODO in the safestack.ccPeter Collingbourne
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-23Fix incorrect truncation at the overflow boundaryPirama Arumuga Nainar
2015-06-23[msan] Mark one test as only supported on x86Jay Foad