1. a11dbf2 Remove more name space pollution from .inc files by Kristof Beyls · 9 years ago
  2. 421c89d ThreadLocal: Return a mutable pointer if templated with a non-const type by David Majnemer · 11 years ago
  3. 6a10223 Fix a -Wunused-local-typedefs warning by Alp Toker · 11 years ago
  4. d59e2fa Rename Windows.h to WindowsSupport.h to avoid ambiguity by Reid Kleckner · 12 years ago
  5. c6dc4d7 Satisfy C++ aliasing rules, per suggestion by Chandler. by Argyrios Kyrtzidis · 13 years ago
  6. 8d19c86 For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific by Argyrios Kyrtzidis · 13 years ago
  7. 54c9eb6 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 15 years ago
  8. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (95%) from llvm/lib/System/Win32/ThreadLocal.inc]
  9. 08745f5 ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED. by Duncan Sands · 15 years ago
  10. ffea0ab Add ATTRIBUTE_UNUSED for -Asserts. by NAKAMURA Takumi · 15 years ago
  11. 898fbd8 lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts. by NAKAMURA Takumi · 15 years ago
  12. cfc2a57 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 15 years ago
  13. 136f9a6 Fixed assert that checks return value of TlsSetValue. by Oscar Fuentes · 16 years ago
  14. 276fc52 Fix error in the Win32 implementation pointed out by Howard Su. by Owen Anderson · 16 years ago
  15. eba6e65 Add support for const thread locals. by Owen Anderson · 16 years ago
  16. f17f6f0 Add a class for supporting platform independent thread-local storage. by Owen Anderson · 16 years ago