1. 8d19c86 For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific by Argyrios Kyrtzidis · 13 years ago
  2. efddf20 rename ENABLE_THREADS to LLVM_ENABLE_THREADS by Dylan Noblesmith · 14 years ago
  3. 037fc93 Clean up a few references to System/. We still have docs/SystemLibrary.html by Daniel Dunbar · 14 years ago
  4. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/lib/System/ThreadLocal.cpp]
  5. 2b2b79e Fix --disable-threads build, PR7949. by Daniel Dunbar · 15 years ago
  6. cfc2a57 Add an erase() method to llvm::ThreadLocal. by Owen Anderson · 15 years ago
  7. 02c4de3 Try again at making this work on OpenBSD. by Owen Anderson · 16 years ago
  8. cb86e11 Fix the build on OpenBSD. by Owen Anderson · 16 years ago
  9. aa311ca Fix unused variable warnings. by Daniel Dunbar · 16 years ago
  10. eba6e65 Add support for const thread locals. by Owen Anderson · 16 years ago
  11. eb51111 Fix typo in assertion. by Owen Anderson · 16 years ago
  12. 1154983 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 16 years ago
  13. f17f6f0 Add a class for supporting platform independent thread-local storage. by Owen Anderson · 16 years ago