summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-423/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Remove reserving constructor from InternalMmapVectorVitaly Buka2018-05-071-6/+2
* tsan: remove unnecessary line splitDmitry Vyukov2014-07-081-2/+1
* tsan: fix copy-pasted commentDmitry Vyukov2014-03-191-2/+2
* tsan: fix malloc/munmap mismatchDmitry Vyukov2014-03-181-1/+1
* tsan: deadlock detector: add deadlock detector flagsDmitry Vyukov2014-03-181-11/+16
* tsan: deadlock detector: print 2 stacks per deadlock edgeDmitry Vyukov2014-03-181-13/+44
* tsan: support up to 1<<20 mutexes in standalone deadlock detectorDmitry Vyukov2014-03-181-39/+61
* [sanitizer] fix the deadlock detector buildKostya Serebryany2014-03-171-1/+1
* tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2Dmitry Vyukov2014-03-051-4/+4
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-051-71/+303
* tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov2014-03-041-0/+139
OpenPOWER on IntegriCloud