summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* tsan: replace macro check with constant checkDmitry Vyukov2015-11-161-7/+7
* [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64Adhemerval Zanella2015-11-164-1/+222
* Reverting r253080 ([tsan] Don't demangle names not starting with "_Z").Kuba Brecka2015-11-141-3/+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-134-1/+25
* [tsan] Don't demangle names not starting with "_Z"Kuba Brecka2015-11-131-0/+3
* [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
* [asan] Fix silly error when reporting multiple ASan errors in parallel.Yury Gribov2015-11-131-2/+3
* [tsan] Add global symbolication support into AtosSymbolizerKuba Brecka2015-11-131-15/+40
* [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
* [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-121-2/+8
* [tsan] Allow symbolizers that don't obtain global symbol sizesKuba Brecka2015-11-121-3/+8
* tsan: disable abort_on_error for GoDmitry Vyukov2015-11-121-1/+5
* 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
* [sanitizer coverage] reset global counters in __sanitizer_reset_coverageKostya Serebryany2015-11-111-0/+6
* [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
* [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-112-7/+33
* Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.Kuba Brecka2015-11-111-1/+1
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-117-27/+92
* Fix #if tests for PTRACE_GETREGS and others.Jay Foad2015-11-111-3/+6
* [Asan] Added missing hunk to previous commit.Yury Gribov2015-11-111-7/+2
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-116-88/+188
* sanitizer: speedup coverage by 33%Dmitry Vyukov2015-11-111-1/+2
* Implement `internal_start/join_thread` on Mac OS XIsmail Pazarbasi2015-11-111-2/+12
* [tsan] Pass correct interposed function prefix to report functionIsmail Pazarbasi2015-11-111-1/+7
* Disabling sancov.cc on windows.Mike Aizatsky2015-11-111-2/+4
* Sancov in C++.Mike Aizatsky2015-11-112-0/+286
* Rollback 252570 for further investigationXinliang David Li2015-11-101-2/+0
* [PGO] Add LLVM main include dir to profile runtime buildXinliang David Li2015-11-101-0/+2
* [compiler-rt] [asan] Use same shadow offset for aarch64Adhemerval Zanella2015-11-094-18/+7
* [PGO] Cleanup: fix function-data field namesXinliang David Li2015-11-082-10/+10
* [ASan] Add two new functions to DLL thunk.Alexey Samsonov2015-11-061-0/+3
* [tsan] Enable new/delete C++ interceptors for OS XKuba Brecka2015-11-062-1/+9
* Trying to fix the FreeBSD build breakage due to r251916.Kuba Brecka2015-11-061-1/+1
* [compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes o...Sergey Dmitrouk2015-11-051-1/+1
* [tsan] Fix build warnings on OS XKuba Brecka2015-11-052-2/+12
OpenPOWER on IntegriCloud