summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_platform.h
Commit message (Expand)AuthorAge
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-16
* tsan: add memory_limit_mb flagDmitry Vyukov2013-10-03
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* tsan: support heap starting at 0x04c0 (used in some custom deplyments)Dmitry Vyukov2013-04-23
* tsan: update Go memory mapping, Go now uses 0x00c0 heap baseDmitry Vyukov2013-04-23
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-28
* tsan: move trace header into 0x600000000000 rangeDmitry Vyukov2013-03-20
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* tsan: better memory profilerDmitry Vyukov2013-03-18
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* tsan: intercept libc __res_icloseDmitry Vyukov2013-02-07
* tsan: support MapThreadTrace() on all platformsDmitry Vyukov2012-12-13
* tsan: fix int overflow and several instances where tid is used with ignoreDmitry Vyukov2012-11-30
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-28
* tsan: add description of memory layouts in different configsDmitry Vyukov2012-11-28
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-24
* tsan: add shadow mapping for windowsDmitry Vyukov2012-11-06
* tsan: ignore destruction of global mutexes (causes a lot of non-interesting r...Dmitry Vyukov2012-09-07
* tsan: fix COMPAT shadow mapping once againDmitry Vyukov2012-08-16
* tsan: fix COMPAT shadow mapping for new memory allocatorDmitry Vyukov2012-08-16
* tsan: switch to new allocatorDmitry Vyukov2012-08-15
* tsan: port Go runtime to DarwinDmitry Vyukov2012-07-16
* tsan: Go language support fixesDmitry Vyukov2012-07-06
* tsan: Go language supportDmitry Vyukov2012-07-05
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-18
* tsan: fix COMPAT mapping to not produce false reportsDmitry Vyukov2012-06-14
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [Sanitizer] move internal_filesize and internal_dup2 from TSan to sanitizer_c...Alexey Samsonov2012-06-06
* [TSan] make TSan runtime use internal_{close,read,write} from sanitizer_libcAlexey Samsonov2012-06-05
* [TSan] use __sanitizer::internal_open in TSan run-timeAlexey Samsonov2012-06-05
* tsan: do not call into libc in symbolizer and in other code (this causes recu...Dmitry Vyukov2012-05-25
* tsan: add shadow memory flush + fix few bugsDmitry Vyukov2012-05-22
* tsan: simple memory profilerDmitry Vyukov2012-05-22
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10