summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/RWMutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix include of config.h that was incorrectly changed in r331184Justin Bogner2018-05-031-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+2
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-2/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-151-10/+9
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-7/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+7
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-5/+5
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-2/+2
* Remove dead code.David Blaikie2012-01-151-67/+35
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-1/+1
* Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar2011-10-111-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+157
OpenPOWER on IntegriCloud