summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/dd/dd_rtl.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cppNico Weber2019-08-011-158/+0
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov2015-02-121-4/+4
* [asan] Allow changing verbosity in activation flags.Evgeniy Stepanov2015-01-201-0/+1
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-2/+5
* Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov2015-01-021-3/+7
* Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth2015-01-021-6/+3
* [Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov2014-12-221-3/+6
* [Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov2014-12-191-2/+2
* [DD] Don't store the second copy of CommonFlags inside DDFlags.Alexey Samsonov2014-12-101-7/+4
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-4/+4
* Fixup deadlock sanitizer after r220635Alexey Samsonov2014-10-261-4/+3
* tsan: serialize report printing in standalone deadlock detectorDmitry Vyukov2014-04-111-1/+1
* [libsanitizer] Introduce flag descriptions.Alexander Potapenko2014-03-201-1/+1
* tsan: deadlock detector: add deadlock detector flagsDmitry Vyukov2014-03-181-6/+25
* tsan: deadlock detector: print 2 stacks per deadlock edgeDmitry Vyukov2014-03-181-0/+4
* [sanitizer] fix the deadlock detector buildKostya Serebryany2014-03-171-1/+1
* tsan: better error message wording in deadlock reportsDmitry Vyukov2014-03-061-1/+1
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-051-36/+66
* tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov2014-03-041-3/+0
* tsan: add concurrent hashmap for standalone deadlock detectorDmitry Vyukov2014-03-041-48/+25
* tsan: add standalone deadlock detectorDmitry Vyukov2014-02-281-0/+128
OpenPOWER on IntegriCloud