summaryrefslogtreecommitdiff
path: root/lib/Support/ManagedStatic.cpp
Commit message (Expand)AuthorAge
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-14
* Merge System into Support.Michael J. Spencer2010-11-29
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-16
* Untabification.Bill Wendling2009-05-30
* Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson2009-05-20
* Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson2009-05-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Not all managedstatics need object pointers.Chris Lattner2007-02-20
* Define this in the correct n/sChris Lattner2006-09-29
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-28