summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Threading.h
Commit message (Expand)AuthorAge
* Revert r211287, "Remove support for LLVM runtime multi-threading."NAKAMURA Takumi2014-06-24
* Remove circular header reference in Threading.h/Mutex.hDavid Blaikie2014-06-19
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* Kill the LLVM global lock.Zachary Turner2014-06-19
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Kill the LLVM global lock.Zachary Turner2014-06-16
* Remove some code churn.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-16
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Fix/cleanup trailing newlines.Owen Anderson2009-06-16
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-16