summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_platform_mac.cc
AgeCommit message (Expand)Author
2017-11-07(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-08-07[tsan] Fix format string in WriteMemoryProfileKuba Mracek
2017-07-10Fix-up for r307540.Kuba Mracek
2017-07-10[tsan] Add a max VM address check for Darwin/AArch64Kuba Mracek
2017-05-25Don't require ThreadState to be contained within tls on all platformsFrancis Ricci
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2016-10-31[tsan] Implement WriteMemoryProfile for DarwinKuba Brecka
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-06-06[tsan] On OS X, optimize main thread’s ThreadState accessesKuba Brecka
2016-06-03tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexesDmitry Vyukov
2016-04-28[tsan] Fix Darwin GCD support after separation of Processor and ThreadStateKuba Brecka
2016-03-28[tsan] Fix a crash when exiting the main thread (e.g. dispatch_main)Kuba Brecka
2015-11-26[compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-19[tsan] For OS X thread finalization, remove g_thread_finalize_key in favor of...Kuba Brecka
2015-11-13[tsan] Fix finalization of detached threads on OS XKuba Brecka
2015-11-12tsan: fix unused function warning in Go buildDmitry Vyukov
2015-11-12tsan: fix mac Go buildDmitry Vyukov
2015-11-05[tsan] Alternative ThreadState storage for OS XKuba Brecka
2015-11-04[tsan] Handle libdispatch worker threads on OS XKuba Brecka
2015-11-04[tsan] Shadow memory setup for OS XKuba Brecka
2015-11-03Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-11-03Revert r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-11-03[tsan] Fix build errors for TSan on OS XKuba Brecka
2015-04-08tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-12-09[asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany
2014-10-24tsan: support mmap(MAP_32BIT)Dmitry Vyukov
2014-08-15[TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov
2014-08-12[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov
2014-05-29tsan: write memory profile in one line (which is much more readable)Dmitry Vyukov
2014-04-16Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov
2014-02-04tsan: fix darwin Go buildDmitry Vyukov
2013-05-07[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-13[sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov
2013-02-19[tsan] use our own GetEnv instead of libc's getenvKostya Serebryany
2012-11-08tsan: use GORACE env for options for GoDmitry Vyukov
2012-11-06tsan: lazily allocate shadow for GoDmitry Vyukov
2012-11-02[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov
2012-09-11[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov
2012-07-17[TSan] cleanup header commentsAlexey Samsonov
2012-07-16tsan: fix buildDmitry Vyukov
2012-07-16tsan: port Go runtime to DarwinDmitry Vyukov