aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/ThreadLocal.inc
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-0/+2
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-9/+3
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-3/+9
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-12-15ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer1-0/+43
2014-12-15ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer1-1/+1
2013-12-19Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg1-1/+1
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+26