summaryrefslogtreecommitdiff
path: root/lib/Support/ManagedStatic.cpp
Commit message (Expand)AuthorAge
* Fix the MinGW builder. Apparently std::call_once andZachary Turner2014-06-21
* Remove use of removed function, llvm_stop_multithreadingDavid Blaikie2014-06-19
* Kill the LLVM global lock.Zachary Turner2014-06-19
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Kill the LLVM global lock.Zachary Turner2014-06-16
* Remove some code churn.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Users of the llvm global mutex must now acquire it manually.Zachary Turner2014-06-16
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* ManagedStatic is never built with a null constructor, remove support for it.David Blaikie2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-03
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-03
* 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