aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Mutex.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-7/+3
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-3/+7
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-1/+1
2014-01-29Remove unnecessary call to pthread_mutexattr_setpshared()Mark Seaborn1-7/+0
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher1-1/+2
2012-02-05Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands1-1/+1
2012-01-15Remove dead code.David Blaikie1-73/+44
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith1-1/+1
2011-10-11Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar1-1/+1
2011-02-18Check the errorcode.Argyrios Kyrtzidis1-0/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+156
2004-01-17This file goes awayChris Lattner1-24/+0
2003-12-01Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke1-0/+24