summaryrefslogtreecommitdiff
path: root/lib/Support/ThreadLocal.cpp
AgeCommit message (Expand)AuthorFilesLines
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