aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ManagedStatic.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Split the thread-related APIs out into their own file, and add a few moreOwen Anderson1-20/+4
2009-05-30Untabification.Bill Wendling1-1/+1
2009-05-20Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson1-2/+3
2009-05-20Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson1-8/+45
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-02-20Not all managedstatics need object pointers.Chris Lattner1-1/+1
2006-09-29Define this in the correct n/sChris Lattner1-1/+1
2006-09-28new helper class to provide more explicit management of static ctor/dtors.Chris Lattner1-0/+53