aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/RWMutex.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-16[RWMutex] Simplify availability checkJonas Devlieghere1-1/+1
2019-08-15[Support] Re-introduce the RWMutexImpl for macOS < 10.12Jonas Devlieghere1-0/+136
2019-08-15[Support] Base RWMutex on std::shared_timed_mutex (C++14)Benjamin Kramer1-124/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-03Fix include of config.h that was incorrectly changed in r331184Justin Bogner1-1/+1
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-1/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-2/+2
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