summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [asan] Enable halt_on_error tests on OS X.Yury Gribov2015-11-172-0/+0
* tsan: replace macro check with constant checkDmitry Vyukov2015-11-161-7/+7
* [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64Adhemerval Zanella2015-11-169-11/+227
* [asan] Restored asynch signal test.Yury Gribov2015-11-161-0/+104
* Reverting r253080 ([tsan] Don't demangle names not starting with "_Z").Kuba Brecka2015-11-142-8/+0
* [asan] add an experimental flag protect_shadow_gap. If set to false, the shad...Kostya Serebryany2015-11-142-0/+3
* [PGO] Ensure profile section symbols are created (linux)Xinliang David Li2015-11-137-1/+122
* [tsan] Don't demangle names not starting with "_Z"Kuba Brecka2015-11-132-0/+8
* [tsan] Fix finalization of detached threads on OS XKuba Brecka2015-11-131-1/+1
* [tsan] Fix a typo in tsan_test_util.hKuba Brecka2015-11-131-1/+1
* [tsan] Expect memmove interceptor to be called from memcpyKuba Brecka2015-11-133-4/+4
* [tsan] Mark dl_iterate_phdr.cc test as unsupported on OS XKuba Brecka2015-11-131-0/+3
* [tsan] Don't require full paths to be present on stack tracesKuba Brecka2015-11-137-12/+12
* [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman2015-11-131-3/+0
* [asan] Fixed invalid check in test.Yury Gribov2015-11-131-2/+2
* [asan] Dump test output in case of error in single-threaded mode.Yury Gribov2015-11-131-1/+1
* [asan] Fix test to properly handle collisions.Yury Gribov2015-11-131-6/+6
* [asan] Fix silly error when reporting multiple ASan errors in parallel.Yury Gribov2015-11-131-2/+3
* [asan] Get rid of rand_r (not available on all targets).Yury Gribov2015-11-131-8/+9
* [tsan] Add global symbolication support into AtosSymbolizerKuba Brecka2015-11-132-15/+68
* compiler-rt: add make solution to bootstrap mingw-w64Martell Malone2015-11-131-0/+30
* [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman2015-11-121-1/+2
* [CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.Chris Bieneman2015-11-122-2/+0
* [CMake] [Darwin] [Builtins] Sorting and uniquing blacklists. NFC.Chris Bieneman2015-11-122-92/+10
* [Windows] Fix halt_on_error-1.c test on Windows with %env_asan_optsReid Kleckner2015-11-121-2/+2
* [asan] Mark halt_on_error-torture test unsupported on android.Evgeniy Stepanov2015-11-121-0/+1
* [CMake] [builtins] Removing a few non-source files from the arm list.Chris Bieneman2015-11-121-2/+0
* [CMake] Actually adding the TODO comment I mentioned in r252927.Chris Bieneman2015-11-121-0/+3
* [CMake] [builtins] Adding missing architecture-specific builtins.Chris Bieneman2015-11-121-0/+8
* tsan: fix windows Go buildDmitry Vyukov2015-11-122-1/+3
* tsan: fix windows Go buildDmitry Vyukov2015-11-121-0/+2
* [tsan] Add global symbolication support into DlAddrSymbolizerKuba Brecka2015-11-122-2/+37
* [tsan] Allow symbolizers that don't obtain global symbol sizesKuba Brecka2015-11-124-6/+11
* tsan: disable abort_on_error for GoDmitry Vyukov2015-11-121-1/+5
* [tsan] Add a Darwin-specific lit test directoryKuba Brecka2015-11-123-1/+23
* tsan: fix Go build on linuxDmitry Vyukov2015-11-122-2/+2
* [asan] Remove system_malloc_zoneKuba Brecka2015-11-121-14/+3
* tsan: fix unused function warning in Go buildDmitry Vyukov2015-11-121-1/+1
* tsan: fix mac Go buildDmitry Vyukov2015-11-121-2/+2
* [tsan] Filter OS X architectures for unit testingKuba Brecka2015-11-121-1/+5
* tsan: fix flakiness of sleep_sync2 testDmitry Vyukov2015-11-121-1/+4
* [sanitizer coverage] reset global counters in __sanitizer_reset_coverageKostya Serebryany2015-11-112-0/+7
* [CMake] [Darwin] [Builtins] Force setting the flags we care about at the end ...Chris Bieneman2015-11-111-9/+11
* [asan] Remove a flaky test.Evgeniy Stepanov2015-11-111-109/+0
* [Windows] Add exports for dll_host test broken by r252071 and r251071Reid Kleckner2015-11-111-0/+2
* tsan: fix unused variable in Go buildDmitry Vyukov2015-11-111-6/+6
* Revert r252683 - "Sancov in C++."Diego Novillo2015-11-112-288/+0
* [ASan] Improve portability of new tests.Yury Gribov2015-11-112-2/+7
* [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.ccKuba Brecka2015-11-112-2/+2
* Implement some TLS support for PowerPC64.Jay Foad2015-11-113-8/+34
OpenPOWER on IntegriCloud