aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-14Merging r244101:release_37Hans Wennborg
2015-08-14Merging r244646:Daniel Sanders
2015-08-14Merging r243384:Daniel Sanders
2015-08-12Merging r244002:Hans Wennborg
2015-08-05Merging r243686:Hans Wennborg
2015-07-30Merging r243615:Hans Wennborg
2015-07-30Merging r243604:Hans Wennborg
2015-07-27Merging r243170:Hans Wennborg
2015-07-23Merging r242539 and r242540:Hans Wennborg
2015-07-21Merging r242647 and r242651:Hans Wennborg
2015-07-17Merging r242449:Hans Wennborg
2015-07-16Merging r242444:Hans Wennborg
2015-07-16Merging r242424:Hans Wennborg
2015-07-16Merging r242350:Hans Wennborg
2015-07-14Creating release_37 branch off revision 242221Hans Wennborg
2015-07-14[Sanitizer] Fix fopencookie() interceptor to work with null hook functions.Alexey Samsonov
2015-07-13profile: Autoconf build system support for r241824Justin Bogner
2015-07-13sanitizer_common: Only use _ReadWriteBarrier when targeting MSVC cl.exe.Peter Collingbourne
2015-07-13sanitizer_common: Fix implementation of bit count operations on 64-bit Windows.Peter Collingbourne
2015-07-10Temporarily disable check-sanitizer tests on 64-bit Windows.Peter Collingbourne
2015-07-10[TSan] Fix dl_iterate_phdr callback for the case when info->dlpi_name is over...Alexey Samsonov
2015-07-09Add support for generating profiles in a given directory.Diego Novillo
2015-07-08UBSan: Simplify logic for locating the RTTI object.Peter Collingbourne
2015-07-08[asan] relax the test case to allow either 'malloc' or '__interceptor_malloc'...Kostya Serebryany
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-07-07[asan] Add missing $ASAN_OPTIONS to some test casesKuba Brecka
2015-07-06[asan] Add OS X 10.11's new dyld interposition supportKuba Brecka
2015-07-06[asan] Fix an OS X startup crash when an empty section is presentKuba Brecka
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