aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ThreadLocal.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-1/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-2/+2
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2014-12-15ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer1-45/+0
2014-12-15ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer1-2/+2
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-2/+2
2014-03-02[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth1-2/+2
2013-12-31Silence g++ 4.9 build issueAlp Toker1-2/+3
2013-12-19Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg1-1/+1
2012-06-26Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis1-3/+5
2012-06-13Fix building ThreadLocal.cpp with --disable-threads.Argyrios Kyrtzidis1-2/+9
2012-06-12Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis1-1/+1
2012-06-12For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis1-6/+5
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith1-1/+1
2011-10-11Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+84