Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
llvm
/
lib
/
Support
/
ThreadLocal.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 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
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
c175dd2e
ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp
by David Majnemer
· 11 years ago
421c89d
ThreadLocal: Return a mutable pointer if templated with a non-const type
by David Majnemer
· 11 years ago
c10719f
[C++11] Make use of 'nullptr' in the Support library.
by Craig Topper
· 11 years ago
cf01800
[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
by Chandler Carruth
· 12 years ago
1bcdd6a
Silence g++ 4.9 build issue
by Alp Toker
· 12 years ago
fabf8bf
Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
by Hans Wennborg
· 12 years ago
46785f9
Fix ThreadLocalImpl::getInstance for --disable-threads.
by Argyrios Kyrtzidis
· 13 years ago
444fd42
Fix building ThreadLocal.cpp with --disable-threads.
by Argyrios Kyrtzidis
· 13 years ago
c6dc4d7
Satisfy C++ aliasing rules, per suggestion by Chandler.
by Argyrios Kyrtzidis
· 13 years ago
8d19c86
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
by Argyrios Kyrtzidis
· 13 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 (96%) from llvm/lib/System/ThreadLocal.cpp]
2b2b79e
Fix --disable-threads build, PR7949.
by Daniel Dunbar
· 15 years ago
cfc2a57
Add an erase() method to llvm::ThreadLocal.
by Owen Anderson
· 15 years ago
02c4de3
Try again at making this work on OpenBSD.
by Owen Anderson
· 16 years ago
cb86e11
Fix the build on OpenBSD.
by Owen Anderson
· 16 years ago
aa311ca
Fix unused variable warnings.
by Daniel Dunbar
· 16 years ago
eba6e65
Add support for const thread locals.
by Owen Anderson
· 16 years ago
eb51111
Fix typo in assertion.
by Owen Anderson
· 16 years ago
1154983
Add a configure test for pthread_getspecific, and use it when building ThreadLocal.
by Owen Anderson
· 16 years ago
f17f6f0
Add a class for supporting platform independent thread-local storage.
by Owen Anderson
· 16 years ago