| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 201414
|
|
|
|
| |
llvm-svn: 187875
|
|
|
|
| |
llvm-svn: 177400
|
|
|
|
| |
llvm-svn: 173023
|
|
|
|
|
|
| |
warning on Mac.
llvm-svn: 172791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The r172719 patch broke the build on Mac, the others depended on it.
compiler-rt/lib/asan/asan_interceptors.cc:78:13: error: unused function
'SetThreadName' [-Werror,-Wunused-function]
static void SetThreadName(const char *name) {
Orignal headlines:
[asan] attempting to fix the Mac build
[asan] restructure read/pread/pread64 tests
[sanitizer] move write/pwrite/pwrite64 interceptors to common
[msan] start using common interceptors in msan
[tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too
llvm-svn: 172763
|
|
|
|
|
|
| |
it for tsan too
llvm-svn: 172719
|
|
|
|
|
|
| |
read/pread/pread64 in asan and tsan)
llvm-svn: 172713
|
|
|
|
| |
llvm-svn: 169592
|
|
|
|
|
|
| |
With this change reports say what mutexes the threads hold around the racy memory accesses.
llvm-svn: 169493
|
|
llvm-svn: 169279
|