index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
tsan
/
rtl
/
tsan_stat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
tsan: remove some clock-related stats
Dmitry Vyukov
2017-07-12
1
-4
/
+1
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-0
/
+10
*
tsan: fix a crash
Dmitry Vyukov
2016-05-06
1
-0
/
+1
*
tsan: speed up race deduplication
Dmitry Vyukov
2015-09-03
1
-1
/
+2
*
tsan: optimize memory access functions
Dmitry Vyukov
2014-05-30
1
-0
/
+1
*
tsan: fix vector clocks
Dmitry Vyukov
2014-04-11
1
-2
/
+1
*
tsan: optimize vector clock operations
Dmitry Vyukov
2014-03-24
1
-0
/
+27
*
[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...
Kostya Serebryany
2014-02-21
1
-0
/
+1
*
tsan: remove interceptor stats
Dmitry Vyukov
2014-01-28
1
-351
/
+0
*
Sanitize printf functions.
Alexey Samsonov
2014-01-21
1
-0
/
+20
*
[sanitizer] Intercept textdomain.
Evgeniy Stepanov
2013-12-02
1
-0
/
+1
*
[sanitizer] Intercept times.
Evgeniy Stepanov
2013-11-28
1
-0
/
+1
*
[sanitizer] Intercept iconv.
Evgeniy Stepanov
2013-11-28
1
-0
/
+1
*
[sanitizer] Intercept __xpg_strerror_r.
Evgeniy Stepanov
2013-11-27
1
-0
/
+1
*
[sanitizer] Intercept strptime.
Evgeniy Stepanov
2013-11-02
1
-0
/
+1
*
[sanitizer] Intercept getline, getdelim.
Evgeniy Stepanov
2013-10-31
1
-0
/
+2
*
[sanitizer] Intercept drand48_r, lrand48_r.
Evgeniy Stepanov
2013-10-29
1
-0
/
+2
*
[sanitizer] Intercept sincos, remquo, lgamma, lgamma_r.
Evgeniy Stepanov
2013-10-29
1
-0
/
+12
*
tsan/asan: support pthread_setname_np to set thread names
Dmitry Vyukov
2013-10-29
1
-0
/
+1
*
[sanitizer] Intercept tmpnam, tmpnam_r, tempnam.
Evgeniy Stepanov
2013-10-25
1
-0
/
+4
*
[sanitizer] Remove pthread_attr_getstackaddr interceptor.
Evgeniy Stepanov
2013-10-25
1
-1
/
+0
*
[sanitizer] Intercept pthread_attr_get*.
Evgeniy Stepanov
2013-10-25
1
-0
/
+10
*
[sanitizer] Intercept random_r.
Evgeniy Stepanov
2013-10-25
1
-0
/
+1
*
[sanitizer] Intercept shmctl.
Evgeniy Stepanov
2013-10-24
1
-0
/
+1
*
[sanitizer] Intercept ether_* functions.
Evgeniy Stepanov
2013-10-23
1
-0
/
+7
*
[sanitizer] Intercept initgroups.
Evgeniy Stepanov
2013-10-22
1
-0
/
+1
*
[sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs.
Evgeniy Stepanov
2013-10-18
1
-0
/
+8
*
[sanitizer] Intercept getmntent, getmntent_r.
Evgeniy Stepanov
2013-10-18
1
-0
/
+2
*
tsan: add annotations to ignore synchronization operations
Dmitry Vyukov
2013-10-10
1
-0
/
+2
*
tsan: intercept _exit so that we can override exit status
Dmitry Vyukov
2013-10-03
1
-0
/
+1
*
tsan: ignore interceptors coming from specified libraries
Dmitry Vyukov
2013-10-03
1
-0
/
+2
*
[sanitizer] Intercept backtrace, backtrace_symbols.
Evgeniy Stepanov
2013-09-27
1
-0
/
+2
*
[sanitizer] A bunch of libc interceptors.
Evgeniy Stepanov
2013-09-25
1
-0
/
+7
*
[sanitizer] Intercept wordexp.
Evgeniy Stepanov
2013-09-24
1
-0
/
+1
*
tsan: ignore malloc/free/strdup when called from libjvm
Dmitry Vyukov
2013-09-21
1
-0
/
+1
*
tsan: fix linking of tsan runtime into dynamic libraries
Dmitry Vyukov
2013-09-19
1
-6
/
+6
*
tsan: properly intercept pthread_cond functions
Dmitry Vyukov
2013-09-02
1
-6
/
+6
*
[sanitizer] Intercept poll/ppoll.
Evgeniy Stepanov
2013-08-12
1
-0
/
+1
*
[sanitizer] Intercept getgroups.
Evgeniy Stepanov
2013-08-12
1
-0
/
+1
*
[sanitizer] Intercept scandir/scandir64.
Evgeniy Stepanov
2013-08-08
1
-0
/
+2
*
[sanitizer] Intercept strerror and strerror_r.
Evgeniy Stepanov
2013-08-08
1
-0
/
+2
*
[sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
2013-08-07
1
-0
/
+1
*
Revert "[sanitizer] Intercept sched_getaffinity."
David Blaikie
2013-08-07
1
-1
/
+0
*
[sanitizer] Intercept sched_getaffinity.
Evgeniy Stepanov
2013-08-06
1
-0
/
+1
*
[msan] Intercept confstr.
Evgeniy Stepanov
2013-07-30
1
-0
/
+1
*
tsan: support sigsuspend() call
Dmitry Vyukov
2013-07-16
1
-0
/
+1
*
[sanitizer] Intercept realpath and canonicalize_file_name.
Evgeniy Stepanov
2013-07-09
1
-0
/
+2
*
[sanitizer] Intercept tcgetattr.
Evgeniy Stepanov
2013-07-04
1
-0
/
+1
*
[sanitizer] More interceptors.
Evgeniy Stepanov
2013-07-04
1
-0
/
+8
[next]