Reapply commit 112702 which was speculatively reverted by echristo.
[oota-llvm.git] / lib / System / ThreadLocal.cpp
2010-08-20 Daniel DunbarFix --disable-threads build, PR7949.
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2009-07-01 Owen AndersonTry again at making this work on OpenBSD.
2009-07-01 Owen AndersonFix the build on OpenBSD.
2009-06-26 Daniel DunbarFix unused variable warnings.
2009-06-25 Owen AndersonAdd support for const thread locals.
2009-06-25 Owen AndersonFix typo in assertion.
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...