Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)
[oota-llvm.git] / lib / Support / ThreadLocal.cpp
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2012-06-26 Argyrios KyrtzidisFix ThreadLocalImpl::getInstance for --disable-threads.
2012-06-13 Argyrios KyrtzidisFix building ThreadLocal.cpp with --disable-threads.
2012-06-12 Argyrios KyrtzidisSatisfy C++ aliasing rules, per suggestion by Chandler.
2012-06-12 Argyrios KyrtzidisFor llvm::sys::ThreadLocalImpl instead of malloc'ing...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-10-11 Daniel DunbarClean up a few references to System/. We still have...
2010-11-29 Michael J. SpencerMerge System into Support.