aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Threading.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2011-11-28rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-09-19Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer
2009-06-18Move Threading.[h|cpp] from Support to System.Owen Anderson
2009-06-16Add newline at end of file.Owen Anderson
2009-06-16Split the thread-related APIs out into their own file, and add a few moreOwen Anderson