Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / ManagedStatic.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
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.
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-07 Owen AndersonRemove dead code. ManagedCleanup is unused, and contai...
2009-07-09 Alisdair MeredithResolve undefined behaviour when ManagedStatic is insta...
2009-06-19 Owen AndersonFences are expensive. Avoid doing them when we're...
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-05-20 Owen AndersonHave llvm_start_multithreaded return a bool indicating...
2009-05-20 Owen AndersonAdd llvm_start_multithreaded(), which starts up the...
2009-05-16 Owen AndersonBack out the thread-safe ManagedStatic for now. Too...
2009-05-15 Owen AndersonFactor out some common code, fix more typoes, and add...
2009-05-15 Owen AndersonFix an unfortunate typo.
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 Owen AndersonMake ManagedStatic threadsafe by using atomic operations.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-20 Chris Lattneradd a way to register an arbitrary cleanup function.
2007-02-10 Chris Lattneradd helper method.
2006-12-06 Chris Lattneradd a helper to call llvm_shutdown()
2006-09-28 Chris Lattnernew helper class to provide more explicit management...