summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_vector.h
Commit message (Expand)AuthorAgeFilesLines
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-041-127/+0
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-1/+5
* [tsan] one more explicit memset in tsan rtl (to please gcc 4.8.2)Kostya Serebryany2014-01-141-1/+1
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-3/+11
* tsan: intercept setjmp/longjmpDmitry Vyukov2013-03-251-0/+5
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-271-1/+1
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-151-1/+1
* [TSan] use efficient real_memcpy inside runtimeAlexey Samsonov2012-06-091-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+110
OpenPOWER on IntegriCloud