summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-37/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [tsan] Implement WriteMemoryProfile for DarwinKuba Brecka2016-10-311-4/+0
* [compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella2015-11-261-0/+3
* [asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany2014-12-091-4/+0
* tsan: support mmap(MAP_32BIT)Dmitry Vyukov2014-10-241-4/+0
* [TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov2014-08-151-2/+1
* tsan: write memory profile in one line (which is much more readable)Dmitry Vyukov2014-05-291-1/+1
* tsan: fix windows buildDmitry Vyukov2014-02-041-5/+6
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-071-8/+0
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-2/+2
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-0/+1
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-131-4/+0
* [tsan] use our own GetEnv instead of libc's getenvKostya Serebryany2013-02-191-1/+1
* tsan: use GORACE env for options for GoDmitry Vyukov2012-11-081-1/+1
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-061-24/+0
* tsan: windows platform supportDmitry Vyukov2012-11-061-0/+82
OpenPOWER on IntegriCloud