aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Threading.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith1-4/+4
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher1-4/+4
2011-09-19Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi1-2/+33
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/+116
2009-06-18Move Threading.[h|cpp] from Support to System.Owen Anderson1-63/+0
2009-06-16Add newline at end of file.Owen Anderson1-1/+1
2009-06-16Split the thread-related APIs out into their own file, and add a few moreOwen Anderson1-0/+63