summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl.cc
Commit message (Expand)AuthorAgeFilesLines
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-8/+2
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-2/+8
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-8/+2
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-2/+4
* [Sanitizer] Fix uses of stack->Unwind(..., fast)Julian Lettner2019-02-221-1/+2
* tsan: Optimize performance of Thread sanitizer memory access functionsDmitry Vyukov2019-02-071-3/+16
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+Kuba Mracek2018-11-061-1/+3
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-201-8/+11
* Introduce CheckASLR() in sanitizersKamil Rytarowski2018-06-051-0/+1
* [sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka2018-05-071-1/+1
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-1/+1
* tsan: disable trace switching after multithreaded forkDmitry Vyukov2018-04-301-0/+4
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-041-3/+3
* Defer StartBackgroundThread() and StopBackgroundThread() in TSanKamil Rytarowski2017-11-291-7/+15
* [tsan] Deadly signal handler for tsanVitaly Buka2017-11-131-0/+16
* [sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka2017-11-101-3/+2
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* tsan: give debug names to dense allocatorsDmitry Vyukov2017-07-121-1/+2
* tsan: allow fast large MemoryRangeSet on non-Windows GoDmitry Vyukov2017-05-021-3/+2
* tsan: add new mutex annotationsDmitry Vyukov2017-03-261-6/+6
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-1/+1
* [tsan] Fix os_id of main threadKuba Mracek2017-01-261-1/+1
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-061-0/+2
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-301-3/+1
* tsan: mark cur_thread_placeholder definition as initial-execDmitry Vyukov2016-11-221-0/+1
* [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka2016-11-141-0/+8
* tsan: round Go shadow to page boundaryDmitry Vyukov2016-10-281-1/+4
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-27/+27
* tsan: fix code formattingDmitry Vyukov2016-10-281-1/+1
* tsan: relaxed check in CheckShadowMappingDmitry Vyukov2016-09-261-2/+1
* tsan: make shadow mapping linear within a single user regionDmitry Vyukov2016-09-261-2/+14
* tsan: revert r281970Dmitry Vyukov2016-09-201-1/+1
* tsan: check more addresses in CheckShadowMappingDmitry Vyukov2016-09-201-1/+1
* [sanitizer] Fix darwin Go tsan build by unifying r281567 and r281553.Ahmed Bougacha2016-09-151-2/+0
* [tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profileKostya Serebryany2016-09-141-0/+2
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-1/+1
* tsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-07-291-0/+4
* [sanitizer] Fix a crash when demangling Swift symbols, take 3Kuba Brecka2016-05-181-2/+1
* [sanitizers] disabling LateInitialize call to fix the build.Mike Aizatsky2016-05-171-1/+2
* Fixup for r269291, which broke the Go TSan build. Let's not use the symboliz...Kuba Brecka2016-05-121-0/+2
* [sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka2016-05-121-0/+2
* tsan: fix a crashDmitry Vyukov2016-05-061-0/+1
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-271-0/+1
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-2/+4
* tsan: revert r262037Dmitry Vyukov2016-02-261-4/+2
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-2/+4