Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib / Support / Threading.cpp
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-19 NAKAMURA TakumiAdd Win32 support to llvm::llvm_execute_on_thread(...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-16 Owen AndersonAdd newline at end of file.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...