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