summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-0111-18/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [TSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-181-40/+5
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-042-45/+1
* [tsan] Check for pvalloc overlowKostya Kortchinsky2017-08-021-1/+7
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-6/+77
* tsan: optimize sync clock memory consumptionDmitry Vyukov2017-07-141-5/+28
* tsan: prepare clock for future changesDmitry Vyukov2017-07-121-15/+17
* tsan: add another test for clock growthDmitry Vyukov2017-07-121-0/+36
* Follow-up for r277458: Update the tsan_mman_test.cc unit test.Kuba Brecka2016-08-021-4/+4
* tsan: don't create sync objects on acquireDmitry Vyukov2016-06-271-7/+7
* tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov2016-04-271-7/+7
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-7/+7
* [sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka2016-03-171-0/+6
* tsan: revert r262037Dmitry Vyukov2016-02-261-7/+7
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-7/+7
* [tsan] Fix CallocOverflow unit test on OS XKuba Brecka2015-11-241-1/+3
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-111-3/+4
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-6/+0
* [TSan] Fix -Werror=sign-compare warning. NFC.Alexey Samsonov2015-01-301-2/+2
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-032-2/+2
* [TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov2014-11-031-45/+54
* [TSan] Fix signed-compare warning in the unit testAlexey Samsonov2014-11-031-1/+1
* tsan: support mmap(MAP_32BIT)Dmitry Vyukov2014-10-241-1/+1
* [TSan] Use common flags in the same way as all the other sanitizersAlexey Samsonov2014-09-101-72/+0
* tsan: allocate vector clocks using slab allocatorDmitry Vyukov2014-08-052-25/+106
* tsan: remove special handling of false reports coming from JVMDmitry Vyukov2014-07-151-4/+0
* tsan: reapply 212531 and 212532 with a fixDmitry Vyukov2014-07-081-0/+12
* [TSan] Revert r212531 and r212532.Alexey Samsonov2014-07-081-12/+0
* tsan: fix a bug in metamapDmitry Vyukov2014-07-081-0/+12
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-27/+18
* [TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov2014-07-011-5/+6
* tsan: optimize memory access functionsDmitry Vyukov2014-05-301-0/+5
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-293-54/+144
* tsan: better reports for "double lock of a mutex"Dmitry Vyukov2014-04-251-0/+4
* tsan: reduce number of iterations in the testDmitry Vyukov2014-04-231-1/+1
* tsan: fix vector clocksDmitry Vyukov2014-04-112-5/+45
* [tsan] Fix more warnings in TSan tests.Evgeniy Stepanov2014-03-251-33/+33
* [tsan] Fix compiler warnings in TSan tests.Evgeniy Stepanov2014-03-251-2/+2
* tsan: optimize vector clock operationsDmitry Vyukov2014-03-241-48/+241
* tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov2014-03-171-0/+4
* [Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov2014-02-121-1/+5
* tsan: do not deadlock on forkDmitry Vyukov2014-01-241-0/+4
* tsan: remove in_rtl counterDmitry Vyukov2013-12-246-21/+0
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-171-1/+1
* tsan: do not leave verbosity>0 in testsDmitry Vyukov2013-11-271-2/+2
* tsan: fix flags parsingDmitry Vyukov2013-11-271-0/+207
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-161-0/+9
* [TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov2013-09-112-4/+24
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-061-1/+3
OpenPOWER on IntegriCloud