summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Threading.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 220932.Jiangning Liu2014-11-051-7/+0
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-301-0/+7
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-271-26/+3
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-241-3/+26
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-191-26/+3
* Kill the LLVM global lock.Zachary Turner2014-06-191-12/+0
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-161-3/+38
* Kill the LLVM global lock.Zachary Turner2014-06-161-5/+0
* Remove some more code out into a separate CL.Zachary Turner2014-06-161-26/+3
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-161-11/+4
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-101-5/+36
* Remove support for runtime multi-threading.Zachary Turner2014-06-101-36/+5
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+3
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-031-3/+3
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-031-3/+3
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-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
OpenPOWER on IntegriCloud