summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ManagedStatic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-101-2/+4
* Remove support for runtime multi-threading.Zachary Turner2014-06-101-4/+2
* ManagedStatic is never built with a null constructor, remove support for it.David Blaikie2014-04-171-2/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-091-1/+1
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-7/+7
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-031-1/+2
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-031-2/+1
* Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky2011-11-141-1/+7
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-161-20/+4
* Untabification.Bill Wendling2009-05-301-1/+1
* Have llvm_start_multithreaded return a bool indicating whether multithreadedOwen Anderson2009-05-201-2/+3
* Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-...Owen Anderson2009-05-201-8/+45
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Not all managedstatics need object pointers.Chris Lattner2007-02-201-1/+1
* Define this in the correct n/sChris Lattner2006-09-291-1/+1
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-281-0/+53
OpenPOWER on IntegriCloud