aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/ManagedStatic.cpp
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
2009-06-16Split the thread-related APIs out into their own file, and add a few moreOwen Anderson
2009-05-30Untabification.Bill Wendling
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
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-02-20Not all managedstatics need object pointers.Chris Lattner
2006-09-29Define this in the correct n/sChris Lattner
2006-09-28new helper class to provide more explicit management of static ctor/dtors.Chris Lattner