aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Merging r244101:Hans Wennborg2-3/+16
2015-08-14Merging r244646:Daniel Sanders1-5/+5
2015-08-14Merging r243384:Daniel Sanders1-4/+5
2015-08-12Merging r244002:Hans Wennborg2-4/+4
2015-08-05Merging r243686:Hans Wennborg5-7/+7
2015-07-30Merging r243615:Hans Wennborg2-4/+3
2015-07-30Merging r243604:Hans Wennborg2-3/+4
2015-07-27Merging r243170:Hans Wennborg2-1/+9
2015-07-23Merging r242539 and r242540:Hans Wennborg5-2/+101
2015-07-21Merging r242647 and r242651:Hans Wennborg1-3/+7
2015-07-17Merging r242449:Hans Wennborg1-1/+1
2015-07-16Merging r242444:Hans Wennborg1-2/+1
2015-07-16Merging r242424:Hans Wennborg1-0/+2
2015-07-16Merging r242350:Hans Wennborg1-0/+1
2015-07-14[Sanitizer] Fix fopencookie() interceptor to work with null hook functions.Alexey Samsonov2-7/+15
2015-07-13profile: Autoconf build system support for r241824Justin Bogner2-2/+2
2015-07-13sanitizer_common: Only use _ReadWriteBarrier when targeting MSVC cl.exe.Peter Collingbourne1-1/+1
2015-07-13sanitizer_common: Fix implementation of bit count operations on 64-bit Windows.Peter Collingbourne1-11/+9
2015-07-10Temporarily disable check-sanitizer tests on 64-bit Windows.Peter Collingbourne1-1/+3
2015-07-10[TSan] Fix dl_iterate_phdr callback for the case when info->dlpi_name is over...Alexey Samsonov2-4/+10
2015-07-09Add support for generating profiles in a given directory.Diego Novillo9-27/+92
2015-07-08UBSan: Simplify logic for locating the RTTI object.Peter Collingbourne1-7/+16
2015-07-08[asan] relax the test case to allow either 'malloc' or '__interceptor_malloc'...Kostya Serebryany1-1/+1
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne19-455/+570
2015-07-07[asan] Add missing $ASAN_OPTIONS to some test casesKuba Brecka9-9/+9
2015-07-06[asan] Add OS X 10.11's new dyld interposition supportKuba Brecka2-4/+40
2015-07-06[asan] Fix an OS X startup crash when an empty section is presentKuba Brecka2-0/+13
2015-07-05Enable this test for PPC64.Jay Foad1-1/+1
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne21-59/+105
2015-07-02[sanitizer] add #ifdefs around slow unwinder to fix OS X debug buildKuba Brecka1-0/+4
2015-07-02Add declaration of _ReadWriteBarrier. Fixes build of asan tests on Windows.Peter Collingbourne1-0/+5
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne7-24/+63
2015-07-02Revert r241217, it breaks the build on Windows.Nico Weber6-48/+23
2015-07-02ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne6-23/+48
2015-06-30[asan] Suppress read_binary_name_regtest.c test failure on unsupported hosts.Evgeniy Stepanov1-2/+4
2015-06-30Revert part of r240623 (Enable memory sanitizer for PPC64) because theJay Foad1-2/+1
2015-06-30tsan: fix handling of condition variable destructionDmitry Vyukov2-2/+55
2015-06-30[ASan] Add a regression test for r240960 (https://crbug.com/502974)Alexander Potapenko1-0/+48
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov8-28/+37
2015-06-29[asan] Re-enable clang_gcc_abi test at higher opt levels.Evgeniy Stepanov1-5/+5
2015-06-29sanitizer_common: fix and re-enable signal_segv_handler testDmitry Vyukov1-2/+3
2015-06-29[libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),Alexander Potapenko4-3/+16
2015-06-29tsan: implement suppressions for top frame onlyDmitry Vyukov4-13/+83
2015-06-29tsan: fix flaky testDmitry Vyukov1-4/+24
2015-06-27[msan] Fix infinite recursion when _Unwind_Backtrace calls memcpyJay Foad1-1/+2
2015-06-26[asan] Disable 3 tests on Android.Evgeniy Stepanov3-1/+8
2015-06-26[asan] Add -pie to uninstrumented executables on interface_test.ccEvgeniy Stepanov1-2/+2
2015-06-26[asan] Enable 2 tests on Android.Evgeniy Stepanov2-8/+0
2015-06-26[asan] Disable -O1,-O2,-O3 in clang_gcc_abi.cc test.Evgeniy Stepanov1-3/+4
2015-06-26[asan] Disable glibc-specific code chunk on Android.Evgeniy Stepanov1-1/+1