1. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  2. c175dd2e ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp by David Majnemer · 11 years ago
  3. 421c89d ThreadLocal: Return a mutable pointer if templated with a non-const type by David Majnemer · 11 years ago
  4. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 12 years ago
  5. cf01800 [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have by Chandler Carruth · 12 years ago
  6. 1bcdd6a Silence g++ 4.9 build issue by Alp Toker · 12 years ago
  7. fabf8bf Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205) by Hans Wennborg · 12 years ago
  8. 46785f9 Fix ThreadLocalImpl::getInstance for --disable-threads. by Argyrios Kyrtzidis · 13 years ago
  9. 444fd42 Fix building ThreadLocal.cpp with --disable-threads. by Argyrios Kyrtzidis · 13 years ago
  10. c6dc4d7 Satisfy C++ aliasing rules, per suggestion by Chandler. by Argyrios Kyrtzidis · 13 years ago
  11. 8d19c86 For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific by Argyrios Kyrtzidis · 13 years ago
  12. efddf20 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 14 years ago
  13. 037fc93 Clean up a few references to System/. We still have docs/SystemLibrary.html by Daniel Dunbar · 14 years ago
  14. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/lib/System/ThreadLocal.cpp]
  15. 2b2b79e Fix --disable-threads build, PR7949. by Daniel Dunbar · 15 years ago
  16. cfc2a57 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 15 years ago
  17. 02c4de3 Try again at making this work on OpenBSD. by Owen Anderson · 16 years ago
  18. cb86e11 Fix the build on OpenBSD. by Owen Anderson · 16 years ago
  19. aa311ca Fix unused variable warnings. by Daniel Dunbar · 16 years ago
  20. eba6e65 Add support for const thread locals. by Owen Anderson · 16 years ago
  21. eb51111 Fix typo in assertion. by Owen Anderson · 16 years ago
  22. 1154983 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 16 years ago
  23. f17f6f0 Add a class for supporting platform independent thread-local storage. by Owen Anderson · 16 years ago