aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Threading.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-38/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-4/+4
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-191-4/+4
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-191-2/+33
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+116
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-63/+0
* Add newline at end of file.Owen Anderson2009-06-161-1/+1
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-161-0/+63