summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/dd/dd_rtl.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
| | | | | | | | | | | | The patch is generated using clang-tidy misc-use-override check. This command was used: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \ -checks='-*,misc-use-override' -header-filter='llvm|clang' -j=32 -fix \ -format llvm-svn: 234680
* [DD] Don't store the second copy of CommonFlags inside DDFlags.Alexey Samsonov2014-12-101-2/+1
| | | | llvm-svn: 223909
* tsan: serialize report printing in standalone deadlock detectorDmitry Vyukov2014-04-111-0/+1
| | | | | | otherwise reports get intermixed llvm-svn: 206043
* tsan: deadlock detector: add deadlock detector flagsDmitry Vyukov2014-03-181-2/+6
| | | | | | the first flags is to enable printing of the second stack per edge llvm-svn: 204150
* tsan: support up to 1<<20 mutexes in standalone deadlock detectorDmitry Vyukov2014-03-181-1/+1
| | | | llvm-svn: 204127
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-051-2/+15
| | | | | | | intercept pthread_cond (it is required to properly track state of mutexes) detect cycles in mutex graph llvm-svn: 202975
* tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov2014-03-041-0/+1
| | | | | | it's LD_PRELOAD-able llvm-svn: 202843
* tsan: add concurrent hashmap for standalone deadlock detectorDmitry Vyukov2014-03-041-6/+5
| | | | llvm-svn: 202826
* tsan: add standalone deadlock detectorDmitry Vyukov2014-02-281-0/+50
llvm-svn: 202505
OpenPOWER on IntegriCloud