aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/RWMutex.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Report fatal error in the case of out of memorySerge Pavlov1-1/+2
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov1-2/+1
2018-02-15Report fatal error in the case of out of memorySerge Pavlov1-1/+2
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-15[Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-10/+9
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-7/+4
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-4/+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-5/+5
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-2/+2
2012-01-15Remove dead code.David Blaikie1-67/+35
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
2010-11-29Merge System into Support.Michael J. Spencer1-0/+157