Dmitry Vyukov
|
46ebecc1fe
|
tsan: work around known bug in libstdc++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066
llvm-svn: 202403
|
2014-02-27 14:43:31 +00:00 |
Kostya Serebryany
|
f6e085cf89
|
[sanitizer] make __tls_get_addr interceptor (more) AS-safe. No good test so far, will keep trying.
llvm-svn: 200734
|
2014-02-04 05:22:00 +00:00 |
Kostya Serebryany
|
b22298af9a
|
[asan] re-enable __tls_get_addr interceptor with a proper fix (use __attribute__((tls_model(initial-exec))))
llvm-svn: 200463
|
2014-01-30 09:25:48 +00:00 |
Kostya Serebryany
|
409d26ac5e
|
[asan] disable __tls_get_addr interceptor while I am investigating why it causes trouble; few more debugging
llvm-svn: 200462
|
2014-01-30 09:00:42 +00:00 |
Kostya Serebryany
|
71788fac2a
|
[asan] experimental intercetor for __tls_get_addr. So far it does nothing interesting, actual usage will come later. See https://groups.google.com/forum/#!topic/address-sanitizer/BfwYD8HMxTM for background
llvm-svn: 200384
|
2014-01-29 09:29:16 +00:00 |