Revert "[Windows] Simplify assertion code. NFC."
[oota-llvm.git] / lib / Support / ThreadLocal.cpp
2014-12-15 David MajnemerThreadLocal: Move Unix-specific code out of Support...
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2013-12-31 Alp TokerSilence g++ 4.9 build issue
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.