summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Mutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-06-091-4/+1
* Revert commit 333506Serge Pavlov2018-05-301-1/+4
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-05-301-4/+1
* Reverted commits 333390, 333391 and 333394Serge Pavlov2018-05-291-1/+4
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-05-291-4/+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
* [Support] - Add bad alloc error handler for handling allocation malfunctionsReid Kleckner2017-07-111-0/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-7/+3
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-3/+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-4/+4
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-1/+1
* Remove unnecessary call to pthread_mutexattr_setpshared()Mark Seaborn2014-01-291-7/+0
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-1/+2
* Persuade GCC that there is nothing worth warning about here (there isn't).Duncan Sands2012-02-051-1/+1
* Remove dead code.David Blaikie2012-01-151-73/+44
* 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
* Check the errorcode.Argyrios Kyrtzidis2011-02-181-0/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+156
* This file goes awayChris Lattner2004-01-171-24/+0
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-011-0/+24
OpenPOWER on IntegriCloud