Threading.h: Give named parameters to llvm::call_once(flag,UserFn). [-Wdocumentation]
[oota-llvm.git] / include / llvm / Support / Threading.h
2014-10-31 NAKAMURA TakumiThreading.h: Give named parameters to llvm::call_once...
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-14 NAKAMURA TakumiThreading.h: Use \tparam for template parameters. ...
2014-10-13 Chris BienemanUpdating documentation as per Chandler's feedback.
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.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 David BlaikieRemove circular header reference in Threading.h/Mutex.h
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 code churn.
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.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-13 Dmitri GribenkoFix Doxygen issues:
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 AndersonFix/cleanup trailing newlines.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...