Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0ab0c1a201ece292fdced1f913fa257bdcb5280f
/
llvm
/
lib
/
Support
/
Windows
/
ThreadLocal.inc
a11dbf2
Remove more name space pollution from .inc files
by Kristof Beyls
· 9 years ago
421c89d
ThreadLocal: Return a mutable pointer if templated with a non-const type
by David Majnemer
· 11 years ago
6a10223
Fix a -Wunused-local-typedefs warning
by Alp Toker
· 11 years ago
d59e2fa
Rename Windows.h to WindowsSupport.h to avoid ambiguity
by Reid Kleckner
· 12 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
54c9eb6
Now to chant the magical incantation that will exorcise the System library
by Charles Davis
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (95%) from llvm/lib/System/Win32/ThreadLocal.inc]
08745f5
ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.
by Duncan Sands
· 15 years ago
ffea0ab
Add ATTRIBUTE_UNUSED for -Asserts.
by NAKAMURA Takumi
· 15 years ago
898fbd8
lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.
by NAKAMURA Takumi
· 15 years ago
cfc2a57
Add an erase() method to llvm::ThreadLocal.
by Owen Anderson
· 15 years ago
136f9a6
Fixed assert that checks return value of TlsSetValue.
by Oscar Fuentes
· 16 years ago
276fc52
Fix error in the Win32 implementation pointed out by Howard Su.
by Owen Anderson
· 16 years ago
eba6e65
Add support for const thread locals.
by Owen Anderson
· 16 years ago
f17f6f0
Add a class for supporting platform independent thread-local storage.
by Owen Anderson
· 16 years ago