summaryrefslogtreecommitdiff
path: root/lib/Support/ThreadLocal.cpp
AgeCommit message (Expand)Author
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2014-12-15ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer
2014-12-15ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper
2014-03-02[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth
2013-12-31Silence g++ 4.9 build issueAlp Toker
2013-12-19Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg
2012-06-26Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis
2012-06-13Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis
2012-06-12Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis
2012-06-12For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-10-11Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar
2010-11-29Merge System into Support.Michael J. Spencer