summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r244101:release_37Hans Wennborg2015-08-142-3/+16
* Merging r244646:Daniel Sanders2015-08-141-5/+5
* Merging r243384:Daniel Sanders2015-08-141-4/+5
* Merging r244002:Hans Wennborg2015-08-122-4/+4
* Merging r243686:Hans Wennborg2015-08-055-7/+7
* Merging r243615:Hans Wennborg2015-07-302-4/+3
* Merging r243604:Hans Wennborg2015-07-302-3/+4
* Merging r243170:Hans Wennborg2015-07-272-1/+9
* Merging r242539 and r242540:Hans Wennborg2015-07-235-2/+101
* Merging r242647 and r242651:Hans Wennborg2015-07-211-3/+7
* Merging r242449:Hans Wennborg2015-07-171-1/+1
* Merging r242444:Hans Wennborg2015-07-161-2/+1
* Merging r242424:Hans Wennborg2015-07-161-0/+2
* Merging r242350:Hans Wennborg2015-07-161-0/+1
* Creating release_37 branch off revision 242221Hans Wennborg2015-07-140-0/+0
* [Sanitizer] Fix fopencookie() interceptor to work with null hook functions.Alexey Samsonov2015-07-142-7/+15
* profile: Autoconf build system support for r241824Justin Bogner2015-07-132-2/+2
* sanitizer_common: Only use _ReadWriteBarrier when targeting MSVC cl.exe.Peter Collingbourne2015-07-131-1/+1
* sanitizer_common: Fix implementation of bit count operations on 64-bit Windows.Peter Collingbourne2015-07-131-11/+9
* Temporarily disable check-sanitizer tests on 64-bit Windows.Peter Collingbourne2015-07-101-1/+3
* [TSan] Fix dl_iterate_phdr callback for the case when info->dlpi_name is over...Alexey Samsonov2015-07-102-4/+10
* Add support for generating profiles in a given directory.Diego Novillo2015-07-099-27/+92
* UBSan: Simplify logic for locating the RTTI object.Peter Collingbourne2015-07-081-7/+16
* [asan] relax the test case to allow either 'malloc' or '__interceptor_malloc'...Kostya Serebryany2015-07-081-1/+1
* CFI: Get check-cfi passing on Windows.Peter Collingbourne2015-07-0819-455/+570
* [asan] Add missing $ASAN_OPTIONS to some test casesKuba Brecka2015-07-079-9/+9
* [asan] Add OS X 10.11's new dyld interposition supportKuba Brecka2015-07-062-4/+40
* [asan] Fix an OS X startup crash when an empty section is presentKuba Brecka2015-07-062-0/+13
* Enable this test for PPC64.Jay Foad2015-07-051-1/+1
* UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne2015-07-0221-59/+105
* [sanitizer] add #ifdefs around slow unwinder to fix OS X debug buildKuba Brecka2015-07-021-0/+4
* Add declaration of _ReadWriteBarrier. Fixes build of asan tests on Windows.Peter Collingbourne2015-07-021-0/+5
* Re-apply r241217 with build fixes:Peter Collingbourne2015-07-027-24/+63
* Revert r241217, it breaks the build on Windows.Nico Weber2015-07-026-48/+23
* ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne2015-07-026-23/+48
* [asan] Suppress read_binary_name_regtest.c test failure on unsupported hosts.Evgeniy Stepanov2015-06-301-2/+4
* Revert part of r240623 (Enable memory sanitizer for PPC64) because theJay Foad2015-06-301-2/+1
* tsan: fix handling of condition variable destructionDmitry Vyukov2015-06-302-2/+55
* [ASan] Add a regression test for r240960 (https://crbug.com/502974)Alexander Potapenko2015-06-301-0/+48
* [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov2015-06-298-28/+37
* [asan] Re-enable clang_gcc_abi test at higher opt levels.Evgeniy Stepanov2015-06-291-5/+5
* sanitizer_common: fix and re-enable signal_segv_handler testDmitry Vyukov2015-06-291-2/+3
* [libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),Alexander Potapenko2015-06-294-3/+16
* tsan: implement suppressions for top frame onlyDmitry Vyukov2015-06-294-13/+83
* tsan: fix flaky testDmitry Vyukov2015-06-291-4/+24
* [msan] Fix infinite recursion when _Unwind_Backtrace calls memcpyJay Foad2015-06-271-1/+2
* [asan] Disable 3 tests on Android.Evgeniy Stepanov2015-06-263-1/+8
* [asan] Add -pie to uninstrumented executables on interface_test.ccEvgeniy Stepanov2015-06-261-2/+2
* [asan] Enable 2 tests on Android.Evgeniy Stepanov2015-06-262-8/+0
* [asan] Disable -O1,-O2,-O3 in clang_gcc_abi.cc test.Evgeniy Stepanov2015-06-261-3/+4