Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Support
/
RWMutex.cpp
33e0ae0
Fix include of config.h that was incorrectly changed in r331184
by Justin Bogner
· 7 years ago
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
712e8d2
s/LLVM_ON_WIN32/_WIN32/, llvm
by Nico Weber
· 7 years ago
76d8cce
Report fatal error in the case of out of memory
by Serge Pavlov
· 8 years ago
4500001
Revert r325224 "Report fatal error in the case of out of memory"
by Serge Pavlov
· 8 years ago
431502a
Report fatal error in the case of out of memory
by Serge Pavlov
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
454d0ce
[Support] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
91d3cfe
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes."
by Duncan P. N. Exon Smith
· 9 years ago
1760dc2
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes.
by Eugene Zelenko
· 9 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 11 years ago
fdcd669
Remove dead code.
by David Blaikie
· 14 years ago
efddf20
rename ENABLE_THREADS to LLVM_ENABLE_THREADS
by Dylan Noblesmith
· 14 years ago
037fc93
Clean up a few references to System/. We still have docs/SystemLibrary.html
by Daniel Dunbar
· 14 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (98%) from llvm/lib/System/RWMutex.cpp]
1898262
Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three
by Chandler Carruth
· 15 years ago
ffea0ab
Add ATTRIBUTE_UNUSED for -Asserts.
by NAKAMURA Takumi
· 15 years ago
ce200fd
Mark this variable as used.
by Chandler Carruth
· 15 years ago
1ac0e2a
remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, which
by Chris Lattner
· 15 years ago
44d423a
Tweak code into an equivalent form for which icc
by Duncan Sands
· 16 years ago
96c51a8
Workaround for an... interesting bug in Darwin's pthread_rwlock_init.
by Owen Anderson
· 16 years ago
1498a7a
Give RWMutex the SmartRWMutex treatment too.
by Owen Anderson
· 16 years ago
6eb4a73
Fix build when disable thread support.
by Owen Anderson
· 16 years ago
372a928
Fix/cleanup trailing newlines.
by Owen Anderson
· 16 years ago
324f94c
Add a portable wrapper for reader-writer locks.
by Owen Anderson
· 16 years ago