aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ManagedStatic.h
AgeCommit message (Expand)Author
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-07Remove dead code. ManagedCleanup is unused, and contained a serious bug in thatOwen Anderson
2009-07-09Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...Alisdair Meredith
2009-06-19Fences are expensive. Avoid doing them when we're not in multithreaded mode.Owen Anderson
2009-06-18Move Threading.[h|cpp] from Support to System.Owen Anderson
2009-06-16Split the thread-related APIs out into their own file, and add a few moreOwen Anderson
2009-05-20Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson
2009-05-20Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson
2009-05-16Back out the thread-safe ManagedStatic for now. Too many people have too man...Owen Anderson
2009-05-15Factor out some common code, fix more typoes, and add a memory fence that mig...Owen Anderson
2009-05-15Fix an unfortunate typo.Owen Anderson
2009-05-15Now with working on Leopard!Owen Anderson
2009-05-14Make ManagedStatic threadsafe by using atomic operations.Owen Anderson
2009-02-20Removed trailing whitespace.Misha Brukman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-20add a way to register an arbitrary cleanup function.Chris Lattner
2007-02-10add helper method.Chris Lattner
2006-12-06add a helper to call llvm_shutdown()Chris Lattner
2006-09-28new helper class to provide more explicit management of static ctor/dtors.Chris Lattner