summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_tls_get_addr.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-154/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Msan, fixing DTLS_on_tls_get_addr signature empty implementationKamil Rytarowski2018-02-211-1/+2
* [compiler-rt] Replace VPrintf with VReport in sanitizer_tls_get_addr.ccVitaly Buka2017-07-201-9/+9
* Try to fix MAC buildbot after r299630Maxim Ostapenko2017-04-061-1/+3
* Try to fix windows buildbot after r299630Maxim Ostapenko2017-04-061-1/+1
* [lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko2017-04-061-0/+6
* [Compiler-rt][MIPS] Correct Dynamic Thread Vector offset for MIPSMohit K. Bhakkad2016-03-011-1/+1
* Implement some TLS support for PowerPC64.Jay Foad2015-11-111-1/+10
* [sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov2015-05-161-1/+7
* [sanitizer] Fix build on platforms where dtls support is disabled.Evgeniy Stepanov2014-06-251-1/+1
* [msan] Fix false positive on dynamic tls.Evgeniy Stepanov2014-06-251-5/+5
* [asan] try to harden __tls_get_addr interceptor against signals (no good test...Kostya Serebryany2014-04-161-7/+9
* [asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany2014-04-041-21/+27
* tsan: another attempt to fix the tls_get_addr crashDmitry Vyukov2014-02-271-12/+15
* tsan: work around known bug in libstdc++Dmitry Vyukov2014-02-271-8/+13
* [sanitizer] make __tls_get_addr interceptor (more) AS-safe. No good test so f...Kostya Serebryany2014-02-041-2/+3
* [asan] re-enable __tls_get_addr interceptor with a proper fix (use __attribut...Kostya Serebryany2014-01-301-2/+2
* [asan] disable __tls_get_addr interceptor while I am investigating why it cau...Kostya Serebryany2014-01-301-2/+2
* [asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany2014-01-291-0/+114